From 1a863b0be9cd8b79a2bc3eb5455262ed1657185c Mon Sep 17 00:00:00 2001 From: anopsy Date: Fri, 28 Feb 2025 11:51:52 +0100 Subject: [PATCH] structure and layout --- _data/nav.yml | 14 +++++--------- _includes/metrics-monitoring.md | 1 + _includes/row-level-monitoring.md | 1 + _includes/soda-agent.md | 1 + _includes/what-is-observability.md | 2 ++ data-testing/what-is-data-contract.md | 1 + get-started/get-started-data-testing.md | 4 ++-- get-started/get-started-observability.md | 10 +++++++--- get-started/get-started.md | 7 ------- observability/introduction.md | 16 +++++++++++++++- observability/metrics-monitoring.md | 4 ++-- observability/observability.md | 7 ++++++- observability/row-level-monitoring.md | 4 ++-- observability/soda-agent.md | 4 ++-- observability/what-is-observability.md | 3 ++- overview/overview.md | 4 +++- 16 files changed, 52 insertions(+), 31 deletions(-) create mode 100644 _includes/metrics-monitoring.md create mode 100644 _includes/row-level-monitoring.md create mode 100644 _includes/soda-agent.md create mode 100644 _includes/what-is-observability.md diff --git a/_data/nav.yml b/_data/nav.yml index 61818b98..617204ce 100644 --- a/_data/nav.yml +++ b/_data/nav.yml @@ -9,15 +9,7 @@ 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: @@ -30,6 +22,8 @@ page: data-testing/data-contract-operating-model.md - subtitle: Verify a first contract page: data-testing/verify-first-contract.md + - subtitle: Get started with data testing + page: get-started/get-started-data-testing.md - subtitle: Verify a contract in your pipeline page: data-testing/verify-contract-in-pipeline.md subcategories: @@ -71,6 +65,8 @@ page: observability/soda-agent.md - subtitle: Set up Agent page: observability/set-up-agent.md + - subtitle: Get started with observability + page: get-started/get-started-observability.md - subtitle: Set up metrics monitoring page: observability/set-up-metrics-monitoring.md - subtitle: Set up observability diff --git a/_includes/metrics-monitoring.md b/_includes/metrics-monitoring.md new file mode 100644 index 00000000..c89b8665 --- /dev/null +++ b/_includes/metrics-monitoring.md @@ -0,0 +1 @@ +## What is metrics monitoring? \ No newline at end of file diff --git a/_includes/row-level-monitoring.md b/_includes/row-level-monitoring.md new file mode 100644 index 00000000..7289a763 --- /dev/null +++ b/_includes/row-level-monitoring.md @@ -0,0 +1 @@ +## What is row level monitoring? \ No newline at end of file diff --git a/_includes/soda-agent.md b/_includes/soda-agent.md new file mode 100644 index 00000000..917123eb --- /dev/null +++ b/_includes/soda-agent.md @@ -0,0 +1 @@ +## What is Soda Agent? \ No newline at end of file diff --git a/_includes/what-is-observability.md b/_includes/what-is-observability.md new file mode 100644 index 00000000..fcb44d33 --- /dev/null +++ b/_includes/what-is-observability.md @@ -0,0 +1,2 @@ + +## What is observability? \ No newline at end of file diff --git a/data-testing/what-is-data-contract.md b/data-testing/what-is-data-contract.md index bab7dfa4..ef4126d0 100644 --- a/data-testing/what-is-data-contract.md +++ b/data-testing/what-is-data-contract.md @@ -1,4 +1,5 @@ --- +layout: default title: What is a data contract parent: Introduction grand_parent: Data testing diff --git a/get-started/get-started-data-testing.md b/get-started/get-started-data-testing.md index fe4c73bb..e23810f8 100644 --- a/get-started/get-started-data-testing.md +++ b/get-started/get-started-data-testing.md @@ -1,8 +1,8 @@ --- layout: default title: Getting started with data testing -nav_order: 360 -parent: Getting started +nav_order: 415 +parent: Data testing --- # Getting started with data testing \ No newline at end of file diff --git a/get-started/get-started-observability.md b/get-started/get-started-observability.md index 7871ef37..c79d0b11 100644 --- a/get-started/get-started-observability.md +++ b/get-started/get-started-observability.md @@ -1,8 +1,12 @@ --- layout: default title: Getting started with observability -nav_order: 370 -parent: Getting started +nav_order: 515 +parent: Observability --- -# Getting started with observability \ No newline at end of file +# Getting started with observability + +*Last modified on {% last_modified_at %}* + +{% include banner-upgrade.md %} \ No newline at end of file diff --git a/get-started/get-started.md b/get-started/get-started.md index e9cfece1..e69de29b 100644 --- a/get-started/get-started.md +++ b/get-started/get-started.md @@ -1,7 +0,0 @@ ---- -title: Getting started -description: Getting started -nav_order: 350 ---- - -# Getting started \ No newline at end of file diff --git a/observability/introduction.md b/observability/introduction.md index b5d1bae1..0d3aea2f 100644 --- a/observability/introduction.md +++ b/observability/introduction.md @@ -1,8 +1,22 @@ --- +layout: default title: Introduction description: Introduction parent: Observability nav_order: 510 --- -# Introduction \ No newline at end of file +# Introduction + +*Last modified on {% last_modified_at %}* + +{% include banner-upgrade.md %} + +{% include what-is-observability.md %} + +{% include metrics-monitoring.md %} + +{% include row-level-monitoring.md %} + +{% include soda-agent.md %} + diff --git a/observability/metrics-monitoring.md b/observability/metrics-monitoring.md index 14dd9dcf..4edd5079 100644 --- a/observability/metrics-monitoring.md +++ b/observability/metrics-monitoring.md @@ -1,10 +1,10 @@ --- layout: default title: What is metrics monitoring? -description: Data metrics monitoring +description: What is metrics monitoring? parent: Introduction grand_parent: Observability nav_order: 512 --- -# What is metrics monitoring? \ No newline at end of file +## What is metrics monitoring? \ No newline at end of file diff --git a/observability/observability.md b/observability/observability.md index 8719a636..19552dac 100644 --- a/observability/observability.md +++ b/observability/observability.md @@ -1,7 +1,12 @@ --- +layout: default title: Observability description: What is observability? nav_order: 500 --- -# What is observability? \ No newline at end of file +# What is observability? + +*Last modified on {% last_modified_at %}* + +{% include banner-upgrade.md %} \ No newline at end of file diff --git a/observability/row-level-monitoring.md b/observability/row-level-monitoring.md index 6e119d29..025f899e 100644 --- a/observability/row-level-monitoring.md +++ b/observability/row-level-monitoring.md @@ -1,10 +1,10 @@ --- layout: default title: What is row level monitoring? -description: Row metrics monitoring (anomalo approach) +description: What is row level monitoring? parent: Introduction grand_parent: Observability nav_order: 513 --- -# What is row level monitoring? \ No newline at end of file +## What is row level monitoring? \ No newline at end of file diff --git a/observability/soda-agent.md b/observability/soda-agent.md index 1173c88a..c792241b 100644 --- a/observability/soda-agent.md +++ b/observability/soda-agent.md @@ -1,10 +1,10 @@ --- layout: default title: What is Soda Agent? -description: Soda Agent +description: What is Soda Agent? parent: Introduction grand_parent: Observability nav_order: 514 --- -# What is Soda Agent? \ No newline at end of file +## What is Soda Agent? \ No newline at end of file diff --git a/observability/what-is-observability.md b/observability/what-is-observability.md index 3570cc73..55a33e51 100644 --- a/observability/what-is-observability.md +++ b/observability/what-is-observability.md @@ -1,4 +1,5 @@ --- +layout: default title: What is observability? description: What is data observability? parent: Introduction @@ -6,4 +7,4 @@ grand_parent: Observability nav_order: 511 --- -# What is data observability? \ No newline at end of file +## What is data observability? \ No newline at end of file diff --git a/overview/overview.md b/overview/overview.md index a9f35537..9ba99249 100644 --- a/overview/overview.md +++ b/overview/overview.md @@ -1,7 +1,9 @@ --- +layout: default title: Soda Overview description: Soda Overview nav_order: 300 --- -# Soda Overview \ No newline at end of file +# Soda Overview +*Last modified on {% last_modified_at %}* \ No newline at end of file