This is an automated email from the ASF dual-hosted git repository.
yumeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
The following commit(s) were added to refs/heads/main by this push:
new 98d2a02d7 fix: Authentication doc not showing on website
98d2a02d7 is described below
commit 98d2a02d718dfa968604001994b605a3d5edf362
Author: Klesh Wong <[email protected]>
AuthorDate: Fri Oct 14 10:20:01 2022 +0800
fix: Authentication doc not showing on website
---
docs/UserManuals/Authentication.md | 1 +
docs/UserManuals/DORA.md | 2 +-
docs/UserManuals/TeamConfiguration.md | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/docs/UserManuals/Authentication.md
b/docs/UserManuals/Authentication.md
index 7ac7a15c2..fe949858a 100644
--- a/docs/UserManuals/Authentication.md
+++ b/docs/UserManuals/Authentication.md
@@ -1,5 +1,6 @@
---
title: "Security and Authentication"
+sidebar_position: 6
description: How to secure your deployment and enable the Authentication
---
diff --git a/docs/UserManuals/DORA.md b/docs/UserManuals/DORA.md
index d3dc5dd62..8fef31e5c 100644
--- a/docs/UserManuals/DORA.md
+++ b/docs/UserManuals/DORA.md
@@ -1,6 +1,6 @@
---
title: "DORA"
-sidebar_position: 6
+sidebar_position: 7
description: >
DORA Metrics
---
diff --git a/docs/UserManuals/TeamConfiguration.md
b/docs/UserManuals/TeamConfiguration.md
index c8ade3eab..84c9c6ac0 100644
--- a/docs/UserManuals/TeamConfiguration.md
+++ b/docs/UserManuals/TeamConfiguration.md
@@ -1,6 +1,6 @@
---
title: "Team Configuration"
-sidebar_position: 7
+sidebar_position: 9
description: >
Team Configuration
---