Merge pull request #25 from innovaker/docs/disable-sidebar-collapse
docs: Add "sidebarCollapsible: false"
This commit is contained in:
commit
bb227b5995
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ module.exports = {
|
||||||
organizationName: "zmkfirmware", // Usually your GitHub org/user name.
|
organizationName: "zmkfirmware", // Usually your GitHub org/user name.
|
||||||
projectName: "zmk", // Usually your repo name.
|
projectName: "zmk", // Usually your repo name.
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
|
sidebarCollapsible: false,
|
||||||
navbar: {
|
navbar: {
|
||||||
title: "ZMK Firmware",
|
title: "ZMK Firmware",
|
||||||
logo: {
|
logo: {
|
||||||
|
|
Loading…
Reference in a new issue