Skip to content

Commit 9b14fd3

Browse files
authored
docs: update Cube graphic (#6930)
1 parent eda8df2 commit 9b14fd3

File tree

3 files changed

+11
-17
lines changed

3 files changed

+11
-17
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111
__Cube is the semantic layer for building data applications.__ It helps data engineers and application developers access data from modern data stores, organize it into consistent definitions, and deliver it to every application.
1212

1313
<img
14-
src="https://raw.githubusercontent.com/cube-js/cube.js/master/docs/content/cube-scheme-dark.png"
14+
src="https://ucarecdn.com/8d945f29-e9eb-4e7f-9e9e-29ae7074e195/"
1515
style="border: none"
1616
width="100%"
1717
/>
1818

1919
<p align="center">
20-
<i>Learn more about connecting Cube to <a href="https://cube.dev/docs/config/databases?ref=github-readme" target="_blank">data sources</a> and <a href="https://cube.dev/docs/config/downstream?ref=github-readme" target="_blank">analytics & visualization tools</a>.</i>
20+
<i>Learn more about connecting Cube to <a href="https://cube.dev/docs/config/databases?ref=github-readme" target="_blank">data sources</a> and <a href="https://cube.dev/docs/config/downstream?ref=github-readme" target="_blank">analytics & visualization tools</a>.</i>
2121
</p>
2222

2323
Cube was designed to work with all SQL-enabled data sources, including cloud data warehouses like Snowflake or Google BigQuery, query engines like Presto or Amazon Athena, and application databases like Postgres. Cube has a built-in relational caching engine to provide sub-second latency and high concurrency for API requests.
2424

25-
For more details, see the [introduction](https://cube.dev/docs/cubejs-introduction?ref=github-readme) page in our documentation.
25+
For more details, see the [introduction](https://cube.dev/docs/cubejs-introduction?ref=github-readme) page in our documentation.
2626

2727
## Why Cube?
2828

@@ -75,15 +75,15 @@ For a step-by-step guide on Docker, [see the docs](https://cube.dev/docs/getting
7575

7676
If you have any questions or need help - [please join our Slack community](https://slack.cube.dev?ref=github-readme) of amazing developers and data engineers.
7777

78-
You are also welcome to join our **monthly community calls** where we discuss community news, Cube Dev team's plans, backlogs, use cases, etc. If you miss the call, the recordings will also be available after the meeting.
79-
* When: Second Wednesday of each month at [9am Pacific Time](https://www.thetimezoneconverter.com/?t=09:00&tz=PT%20%28Pacific%20Time%29).
78+
You are also welcome to join our **monthly community calls** where we discuss community news, Cube Dev team's plans, backlogs, use cases, etc. If you miss the call, the recordings will also be available after the meeting.
79+
* When: Second Wednesday of each month at [9am Pacific Time](https://www.thetimezoneconverter.com/?t=09:00&tz=PT%20%28Pacific%20Time%29).
8080
* Meeting link: https://us02web.zoom.us/j/86717042169?pwd=VlBEd2VVK01DNDVVbU1EUXd5ajhsdz09
81-
* [Meeting page](https://cube.dev/community-call/).
82-
* Recordings will be posted on the [Community Call Playlist](https://www.youtube.com/playlist?list=PLtdXl_QTQjpb1dHZCM09qKTsgvgqjSvc9).
81+
* [Meeting page](https://cube.dev/community-call/).
82+
* Recordings will be posted on the [Community Call Playlist](https://www.youtube.com/playlist?list=PLtdXl_QTQjpb1dHZCM09qKTsgvgqjSvc9).
8383

8484
### Our quarterly roadmap
8585

86-
We publish our open source roadmap every quarter and discuss them during our [monthly community calls](https://cube.dev/community-call/). You can find our roadmap under [projects in our Cube.js repository](https://github.com/cube-js/cube/projects?query=is%3Aopen+sort%3Aupdated-desc).
86+
We publish our open source roadmap every quarter and discuss them during our [monthly community calls](https://cube.dev/community-call/). You can find our roadmap under [projects in our Cube.js repository](https://github.com/cube-js/cube/projects?query=is%3Aopen+sort%3Aupdated-desc).
8787

8888
### Contributing
8989

docs/content/Cube.js-Introduction.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ redirect_from:
1010
and application developers access data from modern data stores, organize it into
1111
consistent definitions, and deliver it to every application.
1212

13-
<img
14-
src="https://ucarecdn.com/c0fd030c-bed9-44bd-a23d-08d754cf4780/"
15-
style="border: none"
16-
width="100%"
13+
<Diagram
14+
src="https://ucarecdn.com/8d945f29-e9eb-4e7f-9e9e-29ae7074e195/"
1715
/>
1816

1917
Cube was designed to work with all SQL-enabled data sources, including cloud

docs/docs-new/pages/product/introduction.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ redirect_from:
1010
and application developers access data from modern data stores, organize it into
1111
consistent definitions, and deliver it to every application.
1212

13-
<img
14-
src="https://ucarecdn.com/c0fd030c-bed9-44bd-a23d-08d754cf4780/"
15-
style={{ border: "none" }}
16-
width="100%"
17-
/>
13+
<Diagram src="https://ucarecdn.com/8d945f29-e9eb-4e7f-9e9e-29ae7074e195/" />
1814

1915
Cube was designed to work with all SQL-enabled data sources, including cloud
2016
data warehouses like Snowflake or Google BigQuery, query engines like Presto or

0 commit comments

Comments
 (0)