Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add outline #251

Merged
merged 3 commits into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Empty file.
Empty file.
Empty file.
144 changes: 144 additions & 0 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,150 @@ 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: 'doc',
id: 'getting-started/examples',
},
items: [
{
type: 'doc',
label: 'Emojivoto',
id: 'getting-started/examples/emojivoto'
},
]
}
m1ghtym0 marked this conversation as resolved.
Show resolved Hide resolved
]
},
{
type: 'category',
label: 'Architecture',
katexochen marked this conversation as resolved.
Show resolved Hide resolved
link: {
type: 'generated-index',
},
items: [
{
type: 'doc',
label: 'Overview',
id: 'architecture/overview',
},
m1ghtym0 marked this conversation as resolved.
Show resolved Hide resolved
{
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: 'Sidecar',
m1ghtym0 marked this conversation as resolved.
Show resolved Hide resolved
id: 'architecture/network-encryption/protocols-and-keys',
},
]
}
]
},
],
};

Expand Down