Skip to content

Commit

Permalink
sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Sep 3, 2023
1 parent 336d114 commit e0e3cc2
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
@@ -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)
Empty file added docs/api-stubs-add.md
Empty file.
Empty file added docs/api-stubs-delete.md
Empty file.
Empty file added docs/api-stubs-list.md
Empty file.
Empty file added docs/api-stubs-purge.md
Empty file.
Empty file added docs/api-stubs-search.md
Empty file.
Empty file added docs/proto-multifiles.md
Empty file.
Empty file added docs/proto-one-file.md
Empty file.
Empty file added docs/protogen.md
Empty file.
Empty file.
Empty file added docs/specs-stub-server.md
Empty file.
Empty file.
Empty file added docs/static-stubs-json.md
Empty file.
Empty file added docs/static-stubs-yaml.md
Empty file.

0 comments on commit e0e3cc2

Please sign in to comment.