add to the mkdocs file as well

Signed-off-by: Aramis <sennyeyaramis@gmail.com>
This commit is contained in:
Aramis
2023-12-13 13:49:07 -05:00
parent f57cfb2724
commit 079ff13f3e
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
---
id: test-case-validation
title: Validate your OpenAPI spec against test data
description: Documetnation on how to use the `schema openapi test` command.
description: Documentation on how to use the `schema openapi test` command.
---
## OpenAPI Validation using Test Cases
+4
View File
@@ -128,6 +128,10 @@ nav:
- Composability System: 'plugins/composability.md'
- Plugin Analytics: 'plugins/analytics.md'
- Feature Flags: 'plugins/feature-flags.md'
- OpenAPI:
- Schema-first plugins with OpenAPI (Experimental): 'openapi/01-getting-started.md'
- Generate a client from your OpenAPI spec: 'openapi/generate-client.md'
- Validate your OpenAPI spec against test data: 'openapi/test-case-validation.md'
- Backends and APIs:
- Proxying: 'plugins/proxying.md'
- Backend plugin: 'plugins/backend-plugin.md'
-1
View File
@@ -35,7 +35,6 @@
"snyk:test": "npx snyk test --yarn-workspaces --strict-out-of-sync=false",
"snyk:test:package": "yarn snyk:test --include",
"build-storybook": "yarn ./storybook run build-storybook",
"techdocs-cli": "node scripts/techdocs-cli.js",
"techdocs-cli:dev": "cross-env TECHDOCS_CLI_DEV_MODE=true node scripts/techdocs-cli.js",
"prepare": "husky install",
"postinstall": "husky install || true"