Skip to content

Commit ae43276

Browse files
committed
Refine README.
1 parent 111ae60 commit ae43276

File tree

4 files changed

+2
-12
lines changed

4 files changed

+2
-12
lines changed

docusaurus.config.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,6 @@ const config = {
121121
}
122122
]
123123
},
124-
{
125-
to: '/cloud',
126-
position: 'left',
127-
label: 'Cloud',
128-
},
129124
{
130125
to: '/security-advisories',
131126
label: 'Security',

sidebars.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
"doc/getting-started",
2424
"doc/getting-started-build",
2525
"doc/getting-started-oryx",
26-
"doc/getting-started-k8s",
27-
"doc/cloud"
26+
"doc/getting-started-k8s"
2827
]
2928
},
3029
{

src/pages/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ function HomepageHeader() {
2424
<div className={styles.buttons}>
2525
<Link className="button button--secondary button--lg" to="/docs/v6/doc/getting-started">
2626
{translate({id: 'homepage.getStarted'})}
27-
</Link>&nbsp;
28-
<Link className="button button--secondary button--lg" to="/cloud">
29-
{translate({id: 'homepage.cloudService'})}
3027
</Link>
3128
</div>
3229
</div>

versioned_sidebars/version-5.0-sidebars.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
"doc/getting-started",
2424
"doc/getting-started-build",
2525
"doc/getting-started-oryx",
26-
"doc/getting-started-k8s",
27-
"doc/cloud"
26+
"doc/getting-started-k8s"
2827
]
2928
},
3029
{

0 commit comments

Comments
 (0)