diff --git a/custom-words.txt b/custom-words.txt index 5855c3b3..e028e131 100644 --- a/custom-words.txt +++ b/custom-words.txt @@ -9,6 +9,7 @@ bitwardensecret bytemark Casbin clickjacking +codebases CODEOWNERS CQRS CTAP2 diff --git a/docs/architecture/index.md b/docs/architecture/index.md index 515ba8eb..70f08adb 100644 --- a/docs/architecture/index.md +++ b/docs/architecture/index.md @@ -8,10 +8,6 @@ In this section we will cover the high level architecture of Bitwarden, how it i focusing initially on how the server and clients interact with each other, before diving into the details of the server and clients. -Since the web based clients mostly behave the same we will primarily cover the web vault, but also -client specific areas for the browser extension, desktop application and CLI. The Mobile application -has its own codebase. - -The documentation of our architecture is primarily done using an interactive tool called IcePanel. -It's recommend to start with one of the interactive -[tours](https://s.icepanel.io/jCGiag2SENoQIU/EACm) of our application structure. +Since the web-based clients mostly behave the same, we will focus on the web vault while calling out +client-specific areas for the browser extension, desktop application and CLI. The mobile +applications have their own codebases.