Skip to content

Commit

Permalink
remove conf gen (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkav committed Jun 11, 2024
1 parent c006d01 commit e57edd9
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 837 deletions.
11 changes: 0 additions & 11 deletions docs/_data/main-nav.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,6 @@ toc:
- title: CLI Command Reference
url: /inso-cli/cli-command-reference
subfolderitems:
- title: inso generate config
url: /inso-cli/cli-command-reference/inso-generate-config
- title: inso run test
url: /inso-cli/cli-command-reference/inso-run-test
- title: inso lint spec
Expand All @@ -181,8 +179,6 @@ toc:
url: /inso-cli/cli-command-reference/inso-export-spec
- title: inso script
url: /inso-cli/cli-command-reference/inso-script
- title: OpenAPI Spec Reference
url: /inso-cli/cli-command-reference/OAS-spec.yml
- title: Using Custom Linting with Inso CLI
url: /inso-cli/cli-command-reference/inso-custom-linting
- title: Configuration
Expand All @@ -191,13 +187,6 @@ toc:
url: /inso-cli/inso-on-docker
- title: Continuous Integration
url: /inso-cli/continuous-integration
- title: Work with Other Kong Products
collapse-id: kong-products
items:
- title: Kong Declarative Config (for decK)
url: /insomnia/declarative-config
- title: Kong for Kubernetes
url: /insomnia/kong-for-kubernetes
- title: Pre-request Script
collapse-id: pre-request-script
items:
Expand Down
1 change: 0 additions & 1 deletion docs/inso-cli/cli-command-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ This reference guide provides in-depth information about the Inso CLI commands.
{:.table .table-striped}
Command | Description
------- | -----------
[inso generate config](/inso-cli/cli-command-reference/inso-generate-config) | Generate Kong declarative config or Kong for Kubernetes config from an OpenAPI spec (versions OpenAPI 2 and OpenAPI 3.0.X and 3.1 supported) using [openapi-2-kong](https://github.com/Kong/insomnia/tree/develop/packages/openapi-2-kong).
[inso run test](/inso-cli/cli-command-reference/inso-run-test) | Execute unit tests written in Insomnia via a CLI.
[inso lint spec](/inso-cli/cli-command-reference/inso-lint-spec) | Lint an OpenAPI specification (the latest version supports OpenAPI 3.1) via a CLI. (Custom Lint Ruleset support is in progress).
[inso export spec](/inso-cli/cli-command-reference/inso-export-spec) | Export the raw OpenAPI specification from the Insomnia data store.
Expand Down
Loading

0 comments on commit e57edd9

Please sign in to comment.