Skip to content

Commit

Permalink
apply suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ghtym0 committed Mar 18, 2024
1 parent fc93c5a commit a80b704
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 15 deletions.
File renamed without changes.
Empty file.
53 changes: 38 additions & 15 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,24 +63,23 @@ const sidebars = {
type: 'doc',
label: 'First steps',
id: 'getting-started/first-steps',
},
{
type: 'category',
label: 'Examples',
link: {
type: 'doc',
id: 'getting-started/examples',
},
items: [
{
type: 'doc',
label: 'Emojivoto',
id: 'getting-started/examples/emojivoto'
},
]
}
]
},
{
type: 'category',
label: 'Examples',
link: {
type: 'generated-index'
},
items: [
{
type: 'doc',
label: 'Emojivoto',
id: 'examples/emojivoto'
},
]
},
{
type: 'category',
label: 'Architecture',
Expand All @@ -93,6 +92,30 @@ const sidebars = {
label: 'Overview',
id: 'architecture/overview',
},
{
type: 'category',
label: 'Components',
link: {
type: 'generated-index',
},
items: [
{
type: 'doc',
label: 'Coordinator',
id: 'architecture/components/coordinator',
},
{
type: 'doc',
label: 'Init container',
id: 'architecture/components/init-container',
},
{
type: 'doc',
label: 'CLI',
id: 'architecture/components/cli',
},
]
},
{
type: 'doc',
label: 'Confidential Containers',
Expand Down

0 comments on commit a80b704

Please sign in to comment.