Skip to content

Commit

Permalink
doc app links should not point externally (#9605)
Browse files Browse the repository at this point in the history
  • Loading branch information
benhaynes committed Nov 9, 2021
1 parent 68a755b commit a3516c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/app/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The leftmost section of the App is the module bar, which includes the:
If configured, clicking this component will navigate to the Project URL. During platform activity, an indeterminate
progress indicator will also be shown here.
- **Module Navigation** — Allows navigating between the different modules your user has access to. Customizing the
Module Navigation is done within the [Project Settings](/configuration/project-settings/#module-bar), but the default
Module Navigation is done within the [Project Settings](/app/settings), but the default
module list includes:
- [Content](/app/content-collections/) — The primary way to view and interact with database content
- [User Directory](/app/user-directory) — A dedicated section for the platform's system Users
Expand All @@ -29,9 +29,9 @@ The leftmost section of the App is the module bar, which includes the:
The navigation bar is based on the current module, and includes:

- **Project Name** — Shows an icon and tooltip indicating the API's connection strength, and the name of your current
project, which can be configured under [Project Settings](/configuration/project-settings/).
project, which can be configured under [Project Settings](/app/settings).
- **Navigation** — This is a dynamic navigation based on your current module. Some modules also support
[Bookmark Presets](/configuration/presets-bookmarks/), which are a customizable links to specific data-sets.
[Bookmark Presets](/getting-started/glossary/#presets), which are a customizable links to specific data-sets.

## 3. Page

Expand All @@ -53,4 +53,4 @@ The sidebar provides additional context and options for the current page, includ
the App window is large enough, the sidebar will automatically open, and can be closed by clicking the "X" in the
top-right.
- **Notifications Tray** — Fixed to the bottom of the page sidebar, this button opens a tray of recent user
notifications, and provides a link to the [Activity Log](#activity-log) page.
notifications, and provides a link to your Activity Log page.

0 comments on commit a3516c6

Please sign in to comment.