1
0
mirror of https://github.com/bitwarden/help synced 2025-12-10 13:23:16 +00:00

sidemenu update

This commit is contained in:
DanHillesheim
2021-09-14 10:58:48 -06:00
parent c79b5df81d
commit 5441c3d35c
17 changed files with 31 additions and 31 deletions

View File

@@ -2,5 +2,5 @@
layout: category layout: category
title: Getting Started title: Getting Started
featured: true featured: true
order: true order: "01"
--- ---

View File

@@ -2,5 +2,5 @@
layout: category layout: category
title: Your Vault title: Your Vault
featured: true featured: true
order: true order: "02"
--- ---

View File

@@ -2,5 +2,5 @@
layout: category layout: category
title: Bitwarden Send title: Bitwarden Send
featured: true featured: true
order: true order: "03"
--- ---

View File

@@ -2,5 +2,5 @@
layout: category layout: category
title: Import & Export title: Import & Export
featured: true featured: true
order: true order: "04"
--- ---

View File

@@ -2,5 +2,5 @@
layout: category layout: category
title: Auto-fill title: Auto-fill
featured: true featured: true
order: true order: "05"
--- ---

View File

@@ -2,5 +2,5 @@
layout: category layout: category
title: Two-step Login title: Two-step Login
featured: true featured: true
order: true order: "06"
--- ---

View File

@@ -2,5 +2,5 @@
layout: category layout: category
title: On-premises Hosting title: On-premises Hosting
featured: true featured: true
order: true order: "07"
--- ---

View File

@@ -2,5 +2,5 @@
layout: category layout: category
title: Organizations title: Organizations
featured: true featured: true
order: true order: "08"
--- ---

View File

@@ -2,5 +2,5 @@
layout: category layout: category
title: Provider Portal title: Provider Portal
featured: true featured: true
order: true order: "09"
--- ---

View File

@@ -2,5 +2,5 @@
layout: category layout: category
title: Directory Connector title: Directory Connector
featured: true featured: true
order: true order: "10"
--- ---

View File

@@ -2,5 +2,5 @@
layout: category layout: category
title: Login with SSO title: Login with SSO
featured: true featured: true
order: true order: "11"
--- ---

View File

@@ -2,5 +2,5 @@
layout: category layout: category
title: Security title: Security
featured: true featured: true
order: true order: "12"
--- ---

View File

@@ -2,5 +2,5 @@
layout: category layout: category
title: Plans and Pricing title: Plans and Pricing
featured: true featured: true
order: true order: "13"
--- ---

View File

@@ -2,5 +2,5 @@
layout: category layout: category
title: Business Resources title: Business Resources
featured: true featured: true
order: true order: "14"
--- ---

View File

@@ -2,5 +2,5 @@
layout: category layout: category
title: Miscellaneous title: Miscellaneous
featured: true featured: true
order: true order: "15"
--- ---

View File

@@ -27,21 +27,21 @@ collections:
output: true output: true
permalink: /:path/ permalink: /:path/
order: order:
- getting-started.md - 01_getting-started.md
- account-management.md - 02_account-management.md
- send.md - 03_send.md
- import-export.md - 04_import-export.md
- auto-fill.md - 05_auto-fill.md
- two-step-login.md - 06_two-step-login.md
- hosting.md - 07_hosting.md
- organizations.md - 08_organizations.md
- providers.md - 09_providers.md
- directory-connector.md - 10_directory-connector.md
- login-with-sso.md - 11_login-with-sso.md
- security.md - 12_security.md
- plans-and-pricing.md - 13_plans-and-pricing.md
- business.md - 14_business.md
- miscellaneous.md - 15_miscellaneous.md
articles: articles:
output: true output: true
permalink: /article/:name/ permalink: /article/:name/

View File

@@ -14,7 +14,7 @@
</ul> </ul>
</div> </div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#menu" aria-controls="menu" aria-expanded="false" aria-label="Toggle navigation"> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#menu" aria-controls="menu" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span> <span class="navbar-toggler-icon"></span>
</button> </button>
</nav> </nav>
</div> </div>