From 7817d661f7ca9294aff0e99176bcd7e445ca5ae1 Mon Sep 17 00:00:00 2001 From: Nick Fox Date: Thu, 3 Jan 2019 01:32:13 +0000 Subject: [PATCH] Move deployment above Configuration since you're likely to need to follow those steps before you configure bitwarden --- _Sidebar.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/_Sidebar.md b/_Sidebar.md index 8236578..5774e73 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -2,6 +2,13 @@ 1. [[Starting a container|Starting-a-container]] 1. [[Updating the bitwarden image|Updating-the-bitwarden-image]] +## Deployment +1. [[Building your own image|Building-your-own-image]] +1. [[Building binary|Building-binary]] +1. [[Available packages|Available-packages]] +1. [[Kubernetes deployment|Kubernetes-deployment]] +1. [[Proxy examples|Proxy-examples]] + ## Configuration 1. [[Disable registration of new users|Disable-registration-of-new-users]] 1. [[Disable invitations|Disable-invitations]] @@ -21,13 +28,6 @@ 1. [[Running with systemd-docker|Running-with-systemd-docker]] 1. [[Other configuration|Other-configuration]] -## Deployment -1. [[Building your own image|Building-your-own-image]] -1. [[Building binary|Building-binary]] -1. [[Available packages|Available-packages]] -1. [[Kubernetes deployment|Kubernetes-deployment]] -1. [[Proxy examples|Proxy-examples]] - ## Other Information 1. [[Backing up your vault|Backing-up-your-vault]] 1. [[Running the server with non-root-user|Running-the-server-with-non-root-user]]