From ce9b082138289d91f1580d80ee7b12eb9e1bebea Mon Sep 17 00:00:00 2001 From: Denys Kalinin Date: Mon, 25 May 2020 16:33:19 +0300 Subject: [PATCH] Add config json file template for ftd-api docs --- docs/templates/static/ftd_api/config.json.j2 | 37 ++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 docs/templates/static/ftd_api/config.json.j2 diff --git a/docs/templates/static/ftd_api/config.json.j2 b/docs/templates/static/ftd_api/config.json.j2 new file mode 100644 index 00000000..5cfe2458 --- /dev/null +++ b/docs/templates/static/ftd_api/config.json.j2 @@ -0,0 +1,37 @@ +{ + "items": [ + { + "title": "Overview", + "items": [ + { + "title": "Introduction to Firepower Threat Defense REST API", + "content": "introduction/intro.md" + }, + { + "title": "Authenticating Your REST API Client Using OAuth", + "content": "introduction/auth.md" + }, + { + "title": "Deploying Configuration Changes", + "content": "introduction/deploy_config.md" + } + ] + }, + {% if error_codes %} + { + "title": "Error Codes", + "content": "error_codes.md" + }, + {% endif %} + { + "title": "Resources", + "type": "config", + "content": "resources/config.json" + }, + { + "title": "Models", + "type": "config", + "content": "models/config.json" + } + ] +} \ No newline at end of file