Skip to content
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

(DOCS-9621) Pulls datastore out to Actions level and reorgs left nav #27113

Merged
merged 3 commits into from
Jan 14, 2025
Merged
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
75 changes: 35 additions & 40 deletions config/_default/menus/main.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ menu:
- name: Service Management
identifier: service_management_heading
weight: 3000000
- name: Actions
- name: Actions & Remediations
identifier: actions_heading
weight: 4000000
- name: Infrastructure
Expand Down Expand Up @@ -2452,34 +2452,12 @@ menu:
parent: case_management
identifier: case_management_troubleshooting
weight: 3
- name: Private Actions
url: actions/private_actions/
pre: server
parent: actions_heading
identifier: private_actions
weight: 10000
- name: Use Private Actions
url: actions/private_actions/use_private_actions/
parent: private_actions
identifier: use_private_actions
weight: 101
- name: Private Action Credentials
url: actions/private_actions/private_action_credentials/
parent: private_actions
identifier: private_actions_creds
weight: 102
- name: Actions Catalog
url: actions/actions_catalog/
pre: books
parent: actions_heading
identifier: actions_catalog
weight: 20000
- name: Workflow Automation
url: service_management/workflows/
pre: workflows
identifier: workflows
parent: actions_heading
weight: 30000
weight: 10000
- name: Build Workflows
url: service_management/workflows/build/
parent: workflows
Expand Down Expand Up @@ -2530,32 +2508,27 @@ menu:
parent: workflows
identifier: workflows_connections
weight: 7
- name: Datastore
url: service_management/workflows/datastore/
parent: workflows
identifier: workflows_datastore
weight: 8
- name: Test and Debug
url: service_management/workflows/test_and_debug/
parent: workflows
identifier: workflows_test_and_debug
weight: 9
weight: 8
- name: Track Workflows
url: service_management/workflows/track
parent: workflows
identifier: workflows_track
weight: 10
weight: 9
- name: Limits
url: service_management/workflows/limits/
parent: workflows
identifier: workflows_limits
weight: 11
weight: 10
- name: App Builder
url: service_management/app_builder/
pre: app-builder
identifier: app_builder
parent: actions_heading
weight: 40000
weight: 20000
- name: Build Apps
url: service_management/app_builder/build/
parent: app_builder
Expand Down Expand Up @@ -2606,21 +2579,43 @@ menu:
parent: app_builder_components
identifier: app_builder_tables
weight: 702
- name: Datastore
url: service_management/app_builder/datastore/
parent: app_builder
identifier: app_builder_datastore
weight: 8
- name: JavaScript Expressions
url: service_management/app_builder/expressions/
parent: app_builder
identifier: app_builder_expressions
weight: 9
weight: 8
- name: Embedded Apps
url: service_management/app_builder/embedded_apps/
parent: app_builder
identifier: app_builder_embedded_apps
weight: 10
weight: 9
- name: Datastore
url: actions/datastore/
pre: server
parent: actions_heading
identifier: datastore
weight: 30000
- name: Action Catalog
url: actions/actions_catalog/
pre: books
parent: actions_heading
identifier: action_catalog
weight: 40000
- name: Private Actions
url: actions/private_actions/
parent: action_catalog
identifier: private_actions
weight: 1
- name: Use Private Actions
url: actions/private_actions/use_private_actions/
parent: private_actions
identifier: use_private_actions
weight: 101
- name: Private Action Credentials
url: actions/private_actions/private_action_credentials/
parent: private_actions
identifier: private_actions_creds
weight: 102
- name: Universal Service Monitoring
url: universal_service_monitoring/
pre: usm
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
title: Apps Datastore
title: Datastore
disable_toc: false
aliases:
- service_management/workflows/datastore/
- service_management/app_builder/datastore/
further_reading:
- link: "service_management/app_builder/build"
tag: "Documentation"
Expand Down
6 changes: 0 additions & 6 deletions content/en/service_management/app_builder/datastore.md

This file was deleted.

Loading