diff --git a/docs/_sidebar.md b/docs/_sidebar.md index b152bd99..54835bb5 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -1,3 +1,24 @@ - Getting started - [Overview](overview) - [Quick Usage](quick-usage) + +- Proto-files + - [One service](proto-one-file) + - [N-Services in one](proto-multifiles) + +- Static stubs + - [JSON](static-stubs-json) + - [YAML](static-stubs-yaml) + - [Benefits of YAML](static-stubs-benefits-yaml) + +- Rest API + - [List stubs](api-stubs-list) + - [Search stub](api-stubs-search) + - [Add stub](api-stubs-add) + - [Delete stub](api-stubs-delete) + - [Purge stubs](api-stubs-purge) + +- Specs + - [stub server](specs-stub-server) + - [protoc-gen-gripmock](specs-protoc-gen-gripmock) + - [protogen](protogen) diff --git a/docs/api-stubs-add.md b/docs/api-stubs-add.md new file mode 100644 index 00000000..e69de29b diff --git a/docs/api-stubs-delete.md b/docs/api-stubs-delete.md new file mode 100644 index 00000000..e69de29b diff --git a/docs/api-stubs-list.md b/docs/api-stubs-list.md new file mode 100644 index 00000000..e69de29b diff --git a/docs/api-stubs-purge.md b/docs/api-stubs-purge.md new file mode 100644 index 00000000..e69de29b diff --git a/docs/api-stubs-search.md b/docs/api-stubs-search.md new file mode 100644 index 00000000..e69de29b diff --git a/docs/proto-multifiles.md b/docs/proto-multifiles.md new file mode 100644 index 00000000..e69de29b diff --git a/docs/proto-one-file.md b/docs/proto-one-file.md new file mode 100644 index 00000000..e69de29b diff --git a/docs/protogen.md b/docs/protogen.md new file mode 100644 index 00000000..e69de29b diff --git a/docs/specs-protoc-gen-gripmock.md b/docs/specs-protoc-gen-gripmock.md new file mode 100644 index 00000000..e69de29b diff --git a/docs/specs-stub-server.md b/docs/specs-stub-server.md new file mode 100644 index 00000000..e69de29b diff --git a/docs/static-stubs-benefits-yaml.md b/docs/static-stubs-benefits-yaml.md new file mode 100644 index 00000000..e69de29b diff --git a/docs/static-stubs-json.md b/docs/static-stubs-json.md new file mode 100644 index 00000000..e69de29b diff --git a/docs/static-stubs-yaml.md b/docs/static-stubs-yaml.md new file mode 100644 index 00000000..e69de29b