-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add custom user home page to landing page docs #35823
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
Open
tomnof
wants to merge
6
commits into
master
Choose a base branch
from
tom.nof/add-custom-user-landing-page
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
cf34468
Add custom user home page documentation to landing page and account m…
tomnof db76662
Merge remote-tracking branch 'origin/master' into tom.nof/add-custom-…
tomnof 3612990
Fix ordered list numbering to use incremental numbers
tomnof 3da06b8
Refine wording for custom landing page and personal home page docs
tomnof 99a2e8d
Update content/en/account_management/org_settings/custom_landing.md
tomnof cde1402
Incorporate PR review feedback for landing page overview section
tomnof File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,34 +5,42 @@ description: Set a custom dashboard as your organization's landing page to contr | |
|
|
||
| ## Overview | ||
|
|
||
| The Datadog organization landing page is the first page your users see when they log on to Datadog or navigate to the Datadog root page. Datadog sets a default landing page for your organization. If you use APM, Datadog sets the APM root as the landing page. If you don't use APM, then the list of dashboards is the default landing page. | ||
| The Datadog organization landing page is the first page your users see when they log in to Datadog or navigate to the Datadog root page. Organization administrators can set a custom default landing page. Individual users can override this by setting their own [personal home page][3]. | ||
|
|
||
| As an alternative to the default page, Datadog allows administrators to set a dashboard as the landing page for the organization. A custom landing page helps a large or small organization control the narrative for their users. | ||
| The landing page a user sees is determined by the following priority: | ||
|
|
||
| You can customize a dashboard with the information you want your users to see when they first log on to Datadog. Use [Organization settings][1] to set that dashboard as the custom landing page for your organization. | ||
| 1. **Personal home page**: The user's [personal home page][3], if set. | ||
| 2. **Custom organization home page**: The custom default set by an administrator. | ||
| 3. **APM Home**: The default for APM-enabled organizations. | ||
| 4. **Dashboard List**: The fallback default. | ||
|
|
||
| ## Set a custom landing page | ||
| **Note**: Trial organizations default to the Quick Start guide. Studio organizations default to the Studio page unless an administrator sets a custom organization home page. | ||
|
|
||
| ## Set a custom landing page for your organization | ||
|
|
||
| Only users with the Datadog Admin Role or the Org Management (`org_management`) permission can set the custom landing page for an organization. Custom landing pages are not available during free trial periods. | ||
|
|
||
| To set a custom landing page, follow the steps below: | ||
|
|
||
| 1. Navigate to [Organization settings][1]. | ||
| 1. Navigate to [**Organization Settings**][1]. | ||
| 2. From the tabs on the left, select [**Preferences**][2]. | ||
| 3. In the Datadog Homepage section, click **Individual Dashboard**. | ||
| 4. Use the dropdown list to select a dashboard. | ||
| 5. Click the **Save** button. | ||
|
|
||
| As an administrator, you can also enforce a home page for your organization and prevent users from setting their own landing page. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I believe this does not exist. Am I wrong?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I tagged you on slack to create this lol (but to your point -- no, it doesn't exist today) |
||
|
|
||
| ## Use the default landing page | ||
|
|
||
| Only users with the Datadog Admin Role or the Org Management (`org_management`) permission can change the landing page for an organization. | ||
|
|
||
| To restore the default landing page of APM Home, follow the steps below: | ||
| To restore the default landing page: | ||
|
|
||
| 1. Navigate to [Organization settings][1]. | ||
| 1. Navigate to [**Organization Settings**][1]. | ||
| 2. From the tabs on the left, select [**Preferences**][2]. | ||
| 3. In the Datadog Homepage section, click **Default: Dashboard List**. | ||
| 4. Click the **Save** button. | ||
|
|
||
| [1]: https://app.datadoghq.com/organization-settings/ | ||
| [2]: https://app.datadoghq.com/organization-settings/preferences | ||
| [3]: /account_management/#home-page | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"if allowed." - I don't think we have any mechanism currently in place to control this as a permission or org config.