Skip to content
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
29 changes: 29 additions & 0 deletions config/_default/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,35 @@ module:
- source: content/es
target: content
lang: es
# studio
# Studio content new
- source: content/studio
target: content
lang: studio
# Load in existing content
- source: content/en
target: content
lang: studio
includeFiles:
- "/api/latest/**"
- "/account_management/**"
- "/agent/**"
- "/bits_ai/**"
- "/data_security/**"
- "/dashboards/**"
- "/error_tracking/**"
- "/integrations/**"
- "/llm_observability/**"
- "/logs/**"
- "/monitors/**"
- "/metrics/**"
- "/notebooks/**"
- "/product_analytics/**"
# load in integrations
- source: _vendor/content/en
target: content
lang: studio
# end studio
- source: static
target: static
- source: layouts
Expand Down
3 changes: 3 additions & 0 deletions config/_default/languages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ ko:
es:
languageName: "Español"
weight: 5
studio:
languageName: "Studio"
weight: 6
2 changes: 2 additions & 0 deletions config/_default/menus/main.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8415,6 +8415,8 @@ menu:
parent: product_analytics
identifier: pa_troubleshooting
weight: 9
- name: Session Replay
## WIP
- name: Account Management
url: account_management/
pre: cog-2
Expand Down
132 changes: 132 additions & 0 deletions config/_default/menus/main.studio.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
menu:
studio:
# Studio specific labels
- name: Onboarding
identifier: onboarding_heading
weight: 1000000
- name: Essentials
identifier: essentials_heading
weight: 2000000
- name: Administration
identifier: administration_heading
weight: 3000000
- name: Platform
identifier: platform_heading
weight: 4000000

# Menu items that appear under labels starts below here

- name: Getting Started
url: /studio/
parent: onboarding_heading
identifier: getting_started
weight: 1
- name: Test
url: /studio/test/
parent: essentials_heading
identifier: test
weight: 2
- name: Dashboards
parent: essentials_heading
params:
ref_id: dashboards # This should match the identifier in main.en.yaml
# Include all children by default, but exclude specific ones
- name: Notebooks
parent: essentials_heading
params:
ref_id: notebooks
- name: Monitors
parent: essentials_heading
params:
ref_id: alerting
# Exclude specific monitor types
includes:
- monitors_types_metric
- monitors_types_error_tracking
- monitors_types_logs
- name: Bits AI
parent: essentials_heading
params:
ref_id: bits_ai
excludes:
- bits_ai_sre
- bits_ai_chat_with_bits_ai
- name: LLM Observability
parent: essentials_heading
params:
ref_id: llm_obs
- name: Metrics
parent: essentials_heading
params:
ref_id: metrics
- name: Error Tracking
parent: essentials_heading
params:
ref_id: error_tracking
# pull in from existing docs instead with granular control
- name: Logs
parent: essentials_heading
params:
ref_id: logs
# Include everything (no filters)
- name: Product Analytics
parent: essentials_heading
params:
ref_id: product_analytics
- name: Session Replay
parent: essentials_heading
params:
ref_id: session_replay
- name: Account Management
parent: administration_heading
params:
ref_id: account_management
# Include specific child items only
includes:
- account_management_org_switching
- account_management_billing
# Or exclude specific items
# excludes:
# - account_management_saml
- name: Data Security
parent: administration_heading
params:
ref_id: data_security
includes:
- data_security_agent
- data_security_log_management
- data_security_pci_compliance
- data_security_hipaa_compliance
- data_retention_periods
- data_security_guide
- name: Integrations
parent: platform_heading
params:
ref_id: integrations_top_level
# Instead of sourcing the api nav from main menu which has no children
# Lets define our own so we can load /api/latest/ and not have to handle redirect for just /api/
- name: API
parent: platform_heading
url: /studio/api/latest/
identifier: studio_api
#- name: API
# parent: platform_heading
# params:
# ref_id: api
- name: Agent
parent: platform_heading
params:
ref_id: agent













6 changes: 6 additions & 0 deletions content/en/account_management/org_switching.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ further_reading:
text: "Managing Multiple-Organization Accounts"
---

{{% not_available_in_studio %}}

## THIS SHOULD SHOW ON REGULAR DOCS & NOT VISIBLE ON STUDIO

If you belong to multiple Datadog organizations, the org switcher at the bottom left of the nav bar allows you to toggle between organizations. You can also view all organizations and switch between them from the [**Organizations** page][1] in **Personal Settings**.

{{< img src="account_management/org_switching_062024.png" alt="Two ways of switching organizations" style="width:90%;" >}}
Expand All @@ -17,6 +21,8 @@ For security purposes, you must have a valid session for each org you switch to.

2. **SAML Strict**: If your org is set for [SAML Strict][2], you must authenticate with SAML. You are required to re-authenticate each time you switch organizations. Since IdPs persist sessions, this is often a redirect.

{{% /not_available_in_studio %}}

## Resetting passwords for multi-org users

A password is shared across organizations for each multi-org user. If you reset your password, the reset affects all the organizations you belong to.
Expand Down
Loading
Loading