Skip to content

Commit

Permalink
Merge pull request #1 from ChaosInTheCRD/witness-website-submodule
Browse files Browse the repository at this point in the history
Witness website submodule
  • Loading branch information
ChaosInTheCRD authored Feb 15, 2024
2 parents be37eee + 8c83a7a commit 28ebbfd
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "docs-website"]
path = docs-website
url = https://github.com/chaosinthecrd/in-toto-website
1 change: 1 addition & 0 deletions docs-website
Submodule docs-website added at 037c78
59 changes: 59 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
// @ts-check

/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const sidebars = {
docsSidebar: [
{
type: 'doc',
label: 'About',
id: 'README',
},
{
type: 'category',
label: 'Tutorials',
items: [
{
type: 'autogenerated',
dirName: 'docs/tutorials',
},
],
},
{
type: 'category',
label: 'Concepts',
items: [
{
type: 'autogenerated',
dirName: 'docs/concepts',
},
],
},
{
type: 'category',
label: 'Attestor Types',
items: [
{
type: 'autogenerated',
dirName: 'docs/attestors',
},
],
},
{
type: 'doc',
label: 'Command Line Reference',
id: 'docs/commands',
},
{
type: 'doc',
label: 'New Contributor Guide',
id: 'CONTRIBUTING',
},
{
type: 'doc',
label: 'Code of Conduct',
id: 'CODE_OF_CONDUCT',
},
],
}

module.exports = sidebars

0 comments on commit 28ebbfd

Please sign in to comment.