Skip to content

Commit

Permalink
add hideable sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuliya Pazniak committed Apr 24, 2024
1 parent 7e4a326 commit c9a9ceb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions datapress/addons/contact-form7.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Contact Form 7
sidebar_position: 3
premium: true
sidebar_class_name: hidden
---

<p class="lead">Use Contact Form 7 to manage your organization data</p>
Expand Down
1 change: 1 addition & 0 deletions datapress/addons/ninja.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Ninja Forms
permalink: /datapress/ninja-forms/
sidebar_position: 4
premium: true
sidebar_class_name: hidden
---

<p class="lead">Use Ninja Forms to manage your organization data</p>
Expand Down
10 changes: 10 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ const config: Config = {
themeConfig: {
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
docs: {
sidebar: {
hideable: true,
},
},
navbar: {
title: 'AlexaCRM',
logo: {
Expand All @@ -90,6 +95,11 @@ const config: Config = {
label: 'GitHub',
position: 'right',
},
{
href: 'https://alexacrm.com/kb',
label: 'Knowledge base',
position: 'right',
},
],
},
footer: {
Expand Down

0 comments on commit c9a9ceb

Please sign in to comment.