mirror of
https://github.com/mfocko/blog.git
synced 2024-11-22 04:53:47 +01:00
feat: make people able to hide sidebar
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
9b14c21592
commit
71275daa50
1 changed files with 5 additions and 0 deletions
|
@ -121,6 +121,11 @@ const config = {
|
|||
"rust",
|
||||
],
|
||||
},
|
||||
docs: {
|
||||
sidebar: {
|
||||
hideable: true,
|
||||
}
|
||||
}
|
||||
}),
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue