Skip to content

Commit

Permalink
docs: add outline
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ghtym0 authored Mar 19, 2024
1 parent 89184c1 commit 76fe5a1
Show file tree
Hide file tree
Showing 20 changed files with 167 additions and 0 deletions.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file added docs/docs/basics/features.md
Empty file.
Empty file.
Empty file added docs/docs/examples/emojivoto.md
Empty file.
Empty file.
Empty file.
167 changes: 167 additions & 0 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,173 @@ const sidebars = {
label: 'Introduction',
id: 'intro'
},
{
type: 'category',
label: 'Basics',
link: {
type: 'generated-index',
},
items: [
{
type: 'doc',
label: 'Confidential Containers',
id: 'basics/confidential-containers',
},
{
type: 'doc',
label: 'Security benefits',
id: 'basics/security-benefits',
},
{
type: 'doc',
label: 'Features',
id: 'basics/features',
},
]
},
{
type: 'category',
label: 'Getting started',
link: {
type: 'generated-index',
},
items: [
{
type: 'doc',
label: 'Install',
id: 'getting-started/install',
},
{
type: 'doc',
label: 'First steps',
id: 'getting-started/first-steps',
}
]
},
{
type: 'category',
label: 'Examples',
link: {
type: 'generated-index'
},
items: [
{
type: 'doc',
label: 'Emojivoto',
id: 'examples/emojivoto'
},
]
},
{
type: 'category',
label: 'Architecture',
link: {
type: 'generated-index',
},
items: [
{
type: 'doc',
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',
id: 'architecture/confidential-containers',
},
{
type: 'category',
label: 'Attestation',
link: {
type: 'generated-index',
},
items: [
{
type: 'doc',
label: 'Hardware',
id: 'architecture/attestation/hardware',
},
{
type: 'doc',
label: 'Pod VM',
id: 'architecture/attestation/pod-vm',
},
{
type: 'doc',
label: 'Runtime policies',
id: 'architecture/attestation/runtime-policies',
},
{
type: 'doc',
label: 'Manifest',
id: 'architecture/attestation/manifest',
},
{
type: 'doc',
label: 'Coordinator',
id: 'architecture/attestation/coordinator',
},
]
},
{
type: 'category',
label: 'Certificates and Identities',
link: {
type: 'generated-index',
},
items: [
{
type: 'doc',
label: 'PKI',
id: 'architecture/certificates-and-identities/pki',
},
]
},
{
type: 'category',
label: 'Network Encryption',
link: {
type: 'generated-index',
},
items: [
{
type: 'doc',
label: 'Sidecar',
id: 'architecture/network-encryption/sidecar',
},
{
type: 'doc',
label: 'Protocols and Keys',
id: 'architecture/network-encryption/protocols-and-keys',
},
]
}
]
},
],
};

Expand Down

0 comments on commit 76fe5a1

Please sign in to comment.