Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
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
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"label": "DWProx Net2+",
"position": 3,
"link": {
"type": "generated-index",
"description": "Our most advanced access control system, providing versatile and secure access control."
}
}
{
"label": "DWProx Net2+",
"position": 3,
"link": {
"type": "generated-index",
"description": "Our most advanced access control system, providing versatile and secure access control."
}
}
File renamed without changes.
8 changes: 4 additions & 4 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ const config = {
},
{
type: "docSidebar",
sidebarId: "dwpSidebar",
sidebarId: "whSidebar",
position: "left",
label: "DWProx Documentation",
label: "Whitehill Documentation",
},
{
type: "docSidebar",
Expand Down Expand Up @@ -103,8 +103,8 @@ const config = {
to: "/jsm",
},
{
label: "DWProx Documentation",
to: "/dwprox",
label: "Whitehill Documentation",
to: "/whitehill",
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
const sidebars = {
// By default, Docusaurus generates a sidebar from the docs folder structure
jsmSidebar: [{type: 'autogenerated', dirName: 'jsm'}],
dwpSidebar: [{type: 'autogenerated', dirName: 'dwprox'}],
whSidebar: [{type: 'autogenerated', dirName: 'whitehill'}],

// But you can create a sidebar manually
/*
Expand Down