[New Feature] Add web folder to support web documentation
This commit is contained in:
32
docs/website/sidebarsExtras.json
Normal file
32
docs/website/sidebarsExtras.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"extras": [
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Resources",
|
||||
"collapsed": false,
|
||||
"items": ["extras",
|
||||
"ci-cd-pipeline",
|
||||
"odbm-rest-api",
|
||||
"odbm-doc",
|
||||
"opendbm-python-api",
|
||||
"opendbm-python-api-unittest",
|
||||
"opendbm-python-api-add-new-variable"]
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Contributing",
|
||||
"collapsed": false,
|
||||
"collapsible": true,
|
||||
"items": [
|
||||
"overview",
|
||||
"code-of-conduct",
|
||||
"how-to-contribute-code",
|
||||
"issue-reporting",
|
||||
"community-discussions",
|
||||
"publications-and-referencing",
|
||||
"opendbm-listserv-signup",
|
||||
"license-contact"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user