diff --git a/docs/architecture/index.md b/docs/architecture/index.md index 515ba8eb..8e9d9006 100644 --- a/docs/architecture/index.md +++ b/docs/architecture/index.md @@ -8,10 +8,5 @@ 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.