From 59d4c6d14c2298dd26ea3bc82137f144a6c83e0d Mon Sep 17 00:00:00 2001 From: Daniel Garijo Date: Mon, 18 May 2020 19:31:07 -0700 Subject: [PATCH] added page for tests --- docs/test.md | 3 +++ mkdocs.yml | 1 + 2 files changed, 4 insertions(+) create mode 100644 docs/test.md diff --git a/docs/test.md b/docs/test.md new file mode 100644 index 0000000..283c973 --- /dev/null +++ b/docs/test.md @@ -0,0 +1,3 @@ +# Running API tests + +This section is under development diff --git a/mkdocs.yml b/mkdocs.yml index c683c74..4128053 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -10,6 +10,7 @@ nav: - 'Generate the server': - 'Quickstart...': 'server.md' - 'Running the server': 'running_server.md' + - 'Testing your API': 'test.md' - 'Adding custom queries': 'adding_custom_queries.md' - 'Authentication': 'authentication.md' - Configuration file: 'configuration_file.md'