Skip to content

Commit 978b8e7

Browse files
authored
Restructure architecture navigation (#90)
1 parent bab6acd commit 978b8e7

File tree

17 files changed

+22
-22
lines changed

17 files changed

+22
-22
lines changed

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"cSpell.words": ["Bitwarden"]
3+
}

docs/architecture/adr/index.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: ADRs
3+
sidebar_position: 2
4+
---
5+
16
import DocCardList from "@theme/DocCardList";
27

38
# Architectural Decision Records

docs/architecture/clients/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 20
2+
sidebar_position: 3
33
---
44

55
# Web Clients Architecture

docs/architecture/autofill/index.md renamed to docs/architecture/deep-dives/autofill/index.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
---
2-
sidebar_position: 4
3-
---
4-
5-
# Autofill
1+
# Browser Autofill
62

73
## Core Concepts
84

docs/architecture/captchas/index.md renamed to docs/architecture/deep-dives/captchas/index.md

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
---
2-
sidebar_position: 4
3-
---
4-
51
# Captchas
62

73
## When are Captchas required?

docs/architecture/event-logs/index.md renamed to docs/architecture/deep-dives/event-logs/index.md

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
---
2-
sidebar_position: 5
3-
---
4-
51
# Event Logs
62

73
Bitwarden event logs are used for Teams and Enterprise organizations to capture timestamped records

docs/architecture/deep-dives/index.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
sidebar_position: 7
3+
---
4+
5+
# Deep Dives
6+
7+
Deep dives covers interesting segments of the Bitwarden products. And serves as a good reference
8+
point for understanding features more in-depth.

docs/architecture/push-notifications/index.md renamed to docs/architecture/deep-dives/push-notifications/index.md

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
---
2-
sidebar_position: 40
3-
---
4-
51
# Push Notifications
62

73
Bitwarden uses push notifications to communicate in real-time from the Bitwarden server to its

docs/architecture/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
sidebar_position: 10
2+
sidebar_position: 1
33
---
44

5-
# Architectural Overview
5+
# Architecture
66

77
In this section we will cover the high level architecture of Bitwarden, how it is structured,
88
focusing initially on how the server and clients interact with each other, before diving into the

docs/architecture/mobile-clients/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 2
2+
sidebar_position: 4
33
---
44

55
# Mobile Clients Architecture

docs/architecture/server/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 30
2+
sidebar_position: 5
33
---
44

55
# Server Architecture

0 commit comments

Comments
 (0)