Skip to content

Commit ba5d697

Browse files
authored
(DOCSP-38356) Add content to empty pages in Charts (#676)
* (DOCSP-38356) Add content to empty pages in Charts * Add to TOC, ready for review * Edits, ready for review
1 parent 52ced5a commit ba5d697

File tree

4 files changed

+40
-15
lines changed

4 files changed

+40
-15
lines changed

snooty.toml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@ title = "Atlas Charts"
44
intersphinx = ["https://www.mongodb.com/docs/manual/objects.inv",
55
"https://docs.atlas.mongodb.com/objects.inv"]
66

7-
toc_landing_pages = ["/installation", "/dashboards",
8-
"/data-sources",
9-
"/administration", "/build-charts", "/launch-charts",
7+
toc_landing_pages = ["/installation",
8+
"/dashboards",
9+
"/dashboards/dashboard-access",
10+
"/dashboards/manage-dashboards",
11+
"/data-sources",
12+
"/administration",
13+
"/build-charts",
14+
"/launch-charts",
1015
"/tutorials",
1116
"/reshape-data",
1217
"/build-charts-reference",

source/dashboards/dashboard-access.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ Dashboard Access
55
================
66

77
.. default-domain:: mongodb
8+
9+
:ref:`dashboard-ownership`
10+
View, add, or remove dashboard owners in any dashboard in your project.
11+
12+
:ref:`dashboard-permissions`
13+
Use dashboard permissions to control access and user activity
14+
on dashboards by |charts| users.
15+
816
.. toctree::
917
:titlesonly:
1018

source/dashboards/manage-dashboards.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ Manage Dashboards
66

77
.. default-domain:: mongodb
88

9+
:ref:`manage-existing-dashboards`
10+
Manage dashboards based on user :ref:`permissions <dashboard-permissions>`.
11+
12+
:ref:`billing-dashboards`
13+
Create billing dashboards to visualize your |service| billing data in
14+
|charts|. Billing dashboards have prebuilt charts that you can use to
15+
monitor your |service| usage.
16+
917
.. toctree::
1018
:titlesonly:
1119

source/dashboards/manage-dashboards/existing-dashboards.txt

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,22 @@ Manage Existing Dashboards
1212
:depth: 2
1313
:class: singlecol
1414

15-
This page outlines various methods for modifying existing
16-
:ref:`dashboards <dashboards>`. The sections on this page outline the
17-
required :ref:`permissions <dashboard-permissions>` to perform the
18-
actions.
19-
20-
To begin modifying a dashboard, enter the :guilabel:`dashboard view` by
21-
clicking the desired dashboard from the :guilabel:`Dashboards` page.
22-
23-
.. note::
24-
25-
You can search for dashboards by title by using the search bar
26-
in the top-right of the page.
15+
This page outlines various actions you can take to modify existing
16+
:ref:`dashboards <dashboards>`. Based on the required :ref:`permissions <dashboard-permissions>`,
17+
dashboard users can perform the following actions:
18+
19+
- Users with ``Viewer`` permissions can duplicate and refresh dashboards, or
20+
configure a fullscreen charts view.
21+
- Users with ``Author`` or ``Owner`` permissions can add, edit, duplicate,
22+
rename, resize and reposition dashboards, remove a chart from the dashboard,
23+
or move a chart to a different dashboard.
24+
- Users with ``Owner`` permissions can delete dashboards and modify dashboard permissions.
25+
26+
To begin modifying a dashboard:
27+
28+
1. Search for the dashboard in the search bar in the top-right of the page.
29+
#. Click the desired dashboard from the :guilabel:`Dashboards` page.
30+
#. Select the :guilabel:`dashboard view`.
2731

2832
Viewer Actions
2933
--------------

0 commit comments

Comments
 (0)