Skip to content

Commit be9b7d4

Browse files
authored
refactor(docs): simplify layout a bit more (#2716)
1 parent 32d6e96 commit be9b7d4

File tree

3 files changed

+16
-26
lines changed

3 files changed

+16
-26
lines changed

apps/docs/docs/guides/dagster/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ transform it, and load it into BigQuery. This quickstart guide will help you set
1414
up our Dagster instance locally, with a [`duckdb`](http://duckdb.org/) backend,
1515
in order to follow along with our tutorials in the next sections.
1616

17-
## Dagster Dashboard
17+
## Check pipeline status
1818

1919
[https://dagster.opensource.observer](https://dagster.opensource.observer)
2020

apps/docs/docs/index.mdx

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ export const paths = {
1919
troubleshoot: './projects/troubleshoot'
2020
};
2121

22-
<h2>Most popular</h2>
22+
:::tip
23+
Open search with `/` , then `Tab` to search docs
24+
:::
2325

2426
<div className="cards-container">
2527
<a href={paths.getStarted} className="card">
@@ -36,17 +38,15 @@ export const paths = {
3638
</a>
3739
</div>
3840

39-
<h2>By use case</h2>
40-
4141
<div className="use-cases-container">
4242
<div className="use-case-column">
43-
<h3>For Data Scientists</h3>
43+
<h3>For data scientists</h3>
4444
<div className="use-case-cards">
4545
<a href={paths.notebooks} className="mini-card">
4646
<h3>Connect OSO to notebooks</h3>
4747
</a>
4848
<a href={paths.tutorials} className="mini-card">
49-
<h3>See tutorials</h3>
49+
<h3>Find a tutorial</h3>
5050
</a>
5151
<a href={paths.contributeModels} className="mini-card">
5252
<h3>Contribute models</h3>
@@ -55,13 +55,13 @@ export const paths = {
5555
</div>
5656

5757
<div className="use-case-column">
58-
<h3>For Developers</h3>
58+
<h3>For developers</h3>
5959
<div className="use-case-cards">
6060
<a href={paths.graphqlApi} className="mini-card">
6161
<h3>Use the GraphQL API</h3>
6262
</a>
6363
<a href={paths.pipeline} className="mini-card">
64-
<h3>View the entire pipeline</h3>
64+
<h3>Check pipeline status</h3>
6565
</a>
6666
<a href={paths.connectData} className="mini-card">
6767
<h3>Connect your data</h3>
@@ -85,10 +85,6 @@ export const paths = {
8585
</div>
8686
</div>
8787

88-
:::tip
89-
Open search with `/` , then `Tab` to search docs
90-
:::
91-
9288
<style>
9389
{`
9490
.cards-container, .use-cases-container {

apps/docs/src/pages/index.mdx

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ export const paths = {
1919
troubleshoot: './docs/projects/troubleshoot'
2020
};
2121

22-
<h1>Documentation</h1>
23-
<h2>Most popular</h2>
22+
:::tip
23+
Open search with `/` , then `Tab` to search docs
24+
:::
2425

2526
<div className="cards-container">
2627
<a href={paths.getStarted} className="card">
@@ -37,17 +38,15 @@ export const paths = {
3738
</a>
3839
</div>
3940

40-
<h2>By use case</h2>
41-
4241
<div className="use-cases-container">
4342
<div className="use-case-column">
44-
<h3>For Data Scientists</h3>
43+
<h3>For data scientists</h3>
4544
<div className="use-case-cards">
4645
<a href={paths.notebooks} className="mini-card">
4746
<h3>Connect OSO to notebooks</h3>
4847
</a>
4948
<a href={paths.tutorials} className="mini-card">
50-
<h3>See tutorials</h3>
49+
<h3>Find a tutorial</h3>
5150
</a>
5251
<a href={paths.contributeModels} className="mini-card">
5352
<h3>Contribute models</h3>
@@ -56,13 +55,13 @@ export const paths = {
5655
</div>
5756

5857
<div className="use-case-column">
59-
<h3>For Developers</h3>
58+
<h3>For developers</h3>
6059
<div className="use-case-cards">
6160
<a href={paths.graphqlApi} className="mini-card">
6261
<h3>Use the GraphQL API</h3>
6362
</a>
6463
<a href={paths.pipeline} className="mini-card">
65-
<h3>View the entire pipeline</h3>
64+
<h3>Check pipeline status</h3>
6665
</a>
6766
<a href={paths.connectData} className="mini-card">
6867
<h3>Connect your data</h3>
@@ -71,7 +70,7 @@ export const paths = {
7170
</div>
7271

7372
<div className="use-case-column">
74-
<h3>For OSS Projects</h3>
73+
<h3>For OSS projects</h3>
7574
<div className="use-case-cards">
7675
<a href={paths.addProject} className="mini-card">
7776
<h3>Add your project</h3>
@@ -86,11 +85,6 @@ export const paths = {
8685
</div>
8786
</div>
8887

89-
:::tip
90-
Open search with `/` , then `Tab` to search docs
91-
:::
92-
93-
9488
<style>
9589
{`
9690
.cards-container, .use-cases-container {

0 commit comments

Comments
 (0)