Skip to content

Commit

Permalink
Refine README.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Jun 12, 2024
1 parent 111ae60 commit ae43276
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 12 deletions.
5 changes: 0 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,6 @@ const config = {
}
]
},
{
to: '/cloud',
position: 'left',
label: 'Cloud',
},
{
to: '/security-advisories',
label: 'Security',
Expand Down
3 changes: 1 addition & 2 deletions sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
"doc/getting-started",
"doc/getting-started-build",
"doc/getting-started-oryx",
"doc/getting-started-k8s",
"doc/cloud"
"doc/getting-started-k8s"
]
},
{
Expand Down
3 changes: 0 additions & 3 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ function HomepageHeader() {
<div className={styles.buttons}>
<Link className="button button--secondary button--lg" to="/docs/v6/doc/getting-started">
{translate({id: 'homepage.getStarted'})}
</Link>&nbsp;
<Link className="button button--secondary button--lg" to="/cloud">
{translate({id: 'homepage.cloudService'})}
</Link>
</div>
</div>
Expand Down
3 changes: 1 addition & 2 deletions versioned_sidebars/version-5.0-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
"doc/getting-started",
"doc/getting-started-build",
"doc/getting-started-oryx",
"doc/getting-started-k8s",
"doc/cloud"
"doc/getting-started-k8s"
]
},
{
Expand Down

0 comments on commit ae43276

Please sign in to comment.