Skip to content

Commit

Permalink
fix order and children/parents
Browse files Browse the repository at this point in the history
  • Loading branch information
anopsy committed Feb 19, 2025
1 parent 9282b6c commit 29838a9
Show file tree
Hide file tree
Showing 39 changed files with 75 additions and 35 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
ruby File.read(".ruby-version").strip
source "https://rubygems.org"
# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
Expand Down
33 changes: 10 additions & 23 deletions _data/nav.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,23 @@


- title: Home
page: index.html

- title: Get started
page: soda/get-started-roadmap.md
subcategories:
- subtitle: Get started roadmap
page: soda/get-started-roadmap.md
- subtitle: Choose a flavor of Soda
page: soda/setup-guide.md
- subtitle: Install Soda Library
page: soda-library/install.md
- subtitle: Set up a Soda-hosted agent
page: soda-agent/managed-agent.md
- subtitle: Deploy a Soda Agent
page: soda-agent/deploy.md
- subtitle: Soda Agent extras
page: soda-agent/extras.md
- subtitle: Invoke Soda Library
page: soda-library/programmatic.md
- subtitle: Upgrade, redeploy, uninstall
page: soda/upgrade.md

- title: Soda overview
page: overview/data-testing.md
page: overview/overview.md
subcategories:
- subtitle: Data testing
page: overview/data-testing.md
- subtitle: Observability
page: overview/observability.md


- title: Get started
page: get-started/get-started.md
subcategories:
- subtitle: Get started with data testing
page: get-started/get-started-data-testing.md
- subtitle: Get started with observability
page: get-started/get-started-observability.md

- title: Data testing
page: data-testing/data-testing.md
subcategories:
Expand Down
1 change: 1 addition & 0 deletions data-testing/check-missing-values.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ layout: default
title: Check missing values
parent: Write data contracts
grand_parent: Data testing
nav_order: 452
---
# Check missing values
1 change: 1 addition & 0 deletions data-testing/check-validity.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ layout: default
title: Check validity
parent: Write data contracts
grand_parent: Data testing
nav_order: 453
---
# Check validity
1 change: 1 addition & 0 deletions data-testing/configure-notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
layout: default
title: Configure notifications
parent: Data testing
nav_order: 460
---
# Configure notifications
1 change: 1 addition & 0 deletions data-testing/create-data-contract.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ layout: default
title: Create a data contract
parent: Write data contracts
grand_parent: Data testing
nav_order: 451
---
# Create a data contract
1 change: 1 addition & 0 deletions data-testing/data-contract-operating-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ layout: default
title: Data contract operating model
parent: Introduction
grand_parent: Data testing
nav_order: 412
---
# Data contract operating model
1 change: 1 addition & 0 deletions data-testing/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
layout: default
title: Introduction
parent: Data testing
nav_order: 410
---
# Introduction
1 change: 1 addition & 0 deletions data-testing/send-results-to-soda-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
layout: default
title: Send result to Soda Cloud
parent: Data testing
nav_order: 430
---
# Send result to Soda Cloud
1 change: 1 addition & 0 deletions data-testing/verify-contract-in-pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
layout: default
title: Verify a contract in your pipeline
parent: Data testing
nav_order: 420
---
# Verify a contract in your pipeline
1 change: 1 addition & 0 deletions data-testing/verify-contract-on-time-schedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
layout: default
title: Verify contract on time schedule
parent: Data testing
nav_order: 440
---
# Verify contract on time schedule
1 change: 1 addition & 0 deletions data-testing/verify-first-contract.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ layout: default
title: Verify a first contract
parent: Introduction
grand_parent: Data testing
nav_order: 413
---
# Verify the first contract
1 change: 1 addition & 0 deletions data-testing/what-is-data-contract.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
title: What is a data contract
parent: Introduction
grand_parent: Data testing
nav_order: 411
---
# What is a data contract
1 change: 1 addition & 0 deletions data-testing/with-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ layout: default
title: With the agent
parent: Verify a contract in your pipeline
grand_parent: Data testing
nav_order: 422
---
# Veriify a contract in your pipeline with the agent
1 change: 1 addition & 0 deletions data-testing/with-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ layout: default
title: With the library
parent: Verify a contract in your pipeline
grand_parent: Data testing
nav_order: 421
---
# Veriify a contract in your pipeline with the library
1 change: 1 addition & 0 deletions data-testing/write-data-contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
layout: default
title: Write data contracts
parent: Data testing
nav_order: 450
---
# Verify a contract in your pipeline
8 changes: 8 additions & 0 deletions get-started/get-started-data-testing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: default
title: Getting started with data testing
nav_order: 360
parent: Getting started
---

# Getting started with data testing
8 changes: 8 additions & 0 deletions get-started/get-started-observability.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: default
title: Getting started with observability
nav_order: 370
parent: Getting started
---

# Getting started with observability
7 changes: 7 additions & 0 deletions get-started/get-started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Getting started
description: Getting started
nav_order: 350
---

# Getting started
1 change: 1 addition & 0 deletions observability/configure-notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: default
title: Configure notifications
description: How to configure notifications?
parent: Observability
nav_order: 550
---

# Configure notifications
6 changes: 1 addition & 5 deletions observability/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
title: Introduction
description: Introduction
parent: Observability
children:
- what-is-observability.md
- metrics-monitoring.md
- row-level-monitoring.md
- soda-agent.md
nav_order: 510
---

# Introduction
1 change: 1 addition & 0 deletions observability/metrics-monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: What is metrics monitoring?
description: Data metrics monitoring
parent: Introduction
grand_parent: Observability
nav_order: 512
---

# What is metrics monitoring?
1 change: 1 addition & 0 deletions observability/row-level-monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: What is row level monitoring?
description: Row metrics monitoring (anomalo approach)
parent: Introduction
grand_parent: Observability
nav_order: 513
---

# What is row level monitoring?
1 change: 1 addition & 0 deletions observability/set-up-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: default
title: Set up Agent
description: How to set up Soda Agent?
parent: Observability
nav_order: 520
---

# Set up Agent
1 change: 1 addition & 0 deletions observability/set-up-metrics-monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: default
title: Set up metrics monitoring
description: How to set up metrics monitoring?
parent: Observability
nav_order: 530
---

# Set up metrics monitoring
1 change: 1 addition & 0 deletions observability/set-up-observability.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: default
title: Set up observability
description: How to set up observability?
parent: Observability
nav_order: 540
---

# Set up observability
1 change: 1 addition & 0 deletions observability/soda-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: What is Soda Agent?
description: Soda Agent
parent: Introduction
grand_parent: Observability
nav_order: 514
---

# What is Soda Agent?
1 change: 1 addition & 0 deletions observability/what-is-observability.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: What is observability?
description: What is data observability?
parent: Introduction
grand_parent: Observability
nav_order: 511
---

# What is data observability?
4 changes: 2 additions & 2 deletions overview/data-testing.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
layout: default
title: Data testing
nav_order: 300
nav_order: 310
description: What is data testing?
parent: Soda overview
parent: Soda Overview
---

# What is data testing?
3 changes: 2 additions & 1 deletion overview/observability.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
layout: default
title: Observability
nav_order: 320
description: What is observability?
parent: Soda overview
parent: Soda Overview
---

# What is observability?
7 changes: 7 additions & 0 deletions overview/overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Soda Overview
description: Soda Overview
nav_order: 300
---

# Soda Overview
2 changes: 1 addition & 1 deletion refs/data-source-connection-ref.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
title: Data source connetion reference
title: Data source connection reference
description: Data source connection reference
parent: References
---
Expand Down
1 change: 1 addition & 0 deletions soda-administration/integrate-with-soda.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: default
title: Integrate with Soda
description: Integrate with Soda
parent: Soda Cloud administration
nav_order: 620
---

# Integrate with Soda
1 change: 1 addition & 0 deletions soda-administration/managing-authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: default
title: Managing authorization
description: Managing authorization
parent: Soda Cloud administration
nav_order: 610
---

# Managing authorization
1 change: 1 addition & 0 deletions soda-administration/permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Permissions
description: Permissions
parent: Managing authorization
grand_parent: Soda Cloud administration
nav_order: 613
---

# Permissions
1 change: 1 addition & 0 deletions soda-administration/sso.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: SSO
description: SSO
parent: Managing authorization
grand_parent: Soda Cloud administration
nav_order: 611
---

# SSO
1 change: 1 addition & 0 deletions soda-administration/user-groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: User groups
description: User groups
parent: Managing authorization
grand_parent: Soda Cloud administration
nav_order: 612
---

# User groups
2 changes: 1 addition & 1 deletion soda/connect-troubleshoot.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
title: Troubleshoot data source connections
description:
parent:
parent: Data source reference
---

# Troubleshoot data source connections
Expand Down
2 changes: 1 addition & 1 deletion soda/quick-start-sip.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
title: Take a sip of Soda
description: Follow this tutorial to set up and run a simple Soda scan for data quality using example data.
parent: Home
parent: Get started
redirect_from:
- /soda/core-interactive-demo.html
- /soda/quick-start-soda-core.html
Expand Down

0 comments on commit 29838a9

Please sign in to comment.