Skip to content

Commit

Permalink
docs: make sidebars collapsible
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDeDobbeleer committed Oct 28, 2021
1 parent 3c3da5e commit 44409be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/docusaurus.config.js
Expand Up @@ -11,7 +11,6 @@ module.exports = {
onBrokenLinks: "ignore",
plugins: [path.resolve(__dirname, 'plugins', 'appinsights')],
themeConfig: {
sidebarCollapsible: false,
prism: {
theme: require("prism-react-renderer/themes/duotoneLight"),
darkTheme: require("prism-react-renderer/themes/oceanicNext"),
Expand Down
3 changes: 3 additions & 0 deletions docs/sidebars.js
Expand Up @@ -3,6 +3,7 @@ module.exports = {
{
type: "category",
label: "Getting Started",
collapsed: false,
items: [
"introduction",
"upgrading",
Expand All @@ -23,6 +24,7 @@ module.exports = {
{
type: "category",
label: "Segments",
collapsed: true,
items: [
"angular",
"aws",
Expand Down Expand Up @@ -65,6 +67,7 @@ module.exports = {
{
type: "category",
label: "Contributing",
collapsed: true,
items: [
"contributing_started",
"contributing_segment",
Expand Down

0 comments on commit 44409be

Please sign in to comment.