Skip to content

Commit

Permalink
Add config json file template for ftd-api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinindenys committed May 25, 2020
1 parent 507c0c4 commit ce9b082
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions docs/templates/static/ftd_api/config.json.j2
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit ce9b082

Please sign in to comment.