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'