Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed reference to IcePanel #447

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ bitwardensecret
bytemark
Casbin
clickjacking
codebases
CODEOWNERS
CQRS
CTAP2
Expand Down
10 changes: 3 additions & 7 deletions docs/architecture/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.