Skip to content

Commit 122afdb

Browse files
committed
chore: re-number the sequence since some pages were removed
1 parent 34b4f6a commit 122afdb

File tree

7 files changed

+7
-9
lines changed

7 files changed

+7
-9
lines changed

docs/references/configuration/complete-examples.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Complete Examples
3-
sidebar_position: 10
3+
sidebar_position: 8
44
---
55
import {JsonDisplay, YamlDisplay} from "../../../src/components/JsonYamlDisplay";
66
import Tabs from '@theme/Tabs';

docs/references/configuration/hooks/hooks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Hooks
3-
sidebar_position: 8
3+
sidebar_position: 6
44
---
55

66
import Tabs from '@theme/Tabs';

docs/references/configuration/mock-configuration.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Stub Configuration
2+
title: Mock Configuration
33
sidebar_position: 4
44
redirect_from: /references/configuration/stub-configuration
55
---
@@ -85,4 +85,3 @@ in addition to any directories specified under the `examples` key. For example,
8585
`api_order_v1.yaml`, Specmatic will look for examples in the `api_order_v1_examples`
8686
directory by default, even if it's not explicitly mentioned in the configuration.
8787
:::
88-

docs/references/configuration/reports.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Reports
3-
sidebar_position: 6
3+
sidebar_position: 5
44
---
55

66
import {V2V3SpecmaticConfigTabs} from "../../../src/components/V2V3SpecmaticConfigTabs";
@@ -67,4 +67,3 @@ The [Common Test Report Format (CTRF)](https://ctrf.io/docs/intro) is a standard
6767
- **Tool Agnostic**: Standardized format means reports can be consumed by various visualization and analysis tools
6868
- **Better Insights**: Leverage CTRF-compatible tools for advanced analytics, trend analysis, and reporting dashboards
6969
- **Easy Integration**: JSON format makes it simple to parse and integrate with custom tooling
70-

docs/references/configuration/telemetry.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Telemetry
3-
sidebar_position: 12
3+
sidebar_position: 9
44
---
55
import {V2V3SpecmaticConfigTabs} from "../../../src/components/V2V3SpecmaticConfigTabs";
66

docs/references/configuration/template-values.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Template Values
3-
sidebar_position: 9
3+
sidebar_position: 7
44
---
55

66
import {V2V3SpecmaticConfigTabs} from "../../../src/components/V2V3SpecmaticConfigTabs";

docs/references/configuration/upgrade-specmatic-config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Upgrade Configuration
3-
sidebar_position: 11
3+
sidebar_position: 10
44
---
55
import Tabs from '@theme/Tabs';
66
import TabItem from '@theme/TabItem';

0 commit comments

Comments
 (0)