Skip to content
Open
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
4 changes: 2 additions & 2 deletions content/docs/contribute/desktop/code-structure-and-prefs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The Zen Browser is a fork of Firefox with custom features like vertical tabs, wo

## Main Directories
- **src/zen/**: Contains Zen-specific features.
- `workspaces/`: Implements workspace functionality (e.g., ZenWorkspaces.mjs, ZenWorkspace.mjs).
- `spaces/`: Implements workspace functionality (e.g., ZenWorkspaces.mjs, ZenWorkspace.mjs).
- `compact-mode/`: Handles compact mode UI.
- `glance/`: Quick tab preview feature.
- `common/`: Shared utilities like ZenUIManager.mjs and ZenStartup.mjs.
Expand Down Expand Up @@ -72,4 +72,4 @@ To add a pref for enabling/disabling the Glance feature:

## Additional Resources

- [Firefox Source Docs](https://firefox-source-docs.mozilla.org)
- [Firefox Source Docs](https://firefox-source-docs.mozilla.org)