Skip to content

Commit

Permalink
website: remove quickstart and localhost index
Browse files Browse the repository at this point in the history
No need to have these pages in sub-folders.  If we need to add images or
resources we can simply create a quickstart folder and add them there.
  • Loading branch information
jeffmccune committed Sep 11, 2024
1 parent b04837e commit a8ae56b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion doc/website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const config: Config = {
items: [
{
type: 'doc',
docId: 'quickstart/index',
docId: 'quickstart',
position: 'left',
label: 'Try Holos',
},
Expand Down
4 changes: 2 additions & 2 deletions doc/website/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ import type { SidebarsConfig } from '@docusaurus/plugin-content-docs';
*/
const sidebars: SidebarsConfig = {
doc: [
'quickstart/index',
'quickstart',
'concepts',
'install',
'comparison',
'localhost/index',
'localhost',
],
api: [
{
Expand Down

0 comments on commit a8ae56b

Please sign in to comment.