2020-02-06 23:45:31 +00:00
|
|
|
// The root folder for this documentation category is `pages/api-docs`
|
|
|
|
//
|
|
|
|
// - A string refers to the name of a file
|
|
|
|
// - A "category" value refers to the name of a directory
|
|
|
|
// - All directories must have an "index.mdx" file to serve as
|
|
|
|
// the landing page for the category
|
|
|
|
|
|
|
|
export default [
|
2020-03-31 16:31:39 +00:00
|
|
|
'index',
|
|
|
|
'-----------',
|
2020-02-06 23:45:31 +00:00
|
|
|
'libraries-and-sdks',
|
|
|
|
'json-jobs',
|
|
|
|
'-----------',
|
|
|
|
'acl-policies',
|
|
|
|
'acl-tokens',
|
|
|
|
'agent',
|
|
|
|
'allocations',
|
|
|
|
'client',
|
|
|
|
'deployments',
|
|
|
|
'evaluations',
|
|
|
|
'jobs',
|
|
|
|
'namespaces',
|
|
|
|
'nodes',
|
|
|
|
'metrics',
|
|
|
|
'operator',
|
2020-03-24 18:21:45 +00:00
|
|
|
'plugins',
|
2020-02-06 23:45:31 +00:00
|
|
|
'quotas',
|
|
|
|
'regions',
|
2020-03-24 22:08:34 +00:00
|
|
|
'scaling-policies',
|
2020-02-06 23:45:31 +00:00
|
|
|
'search',
|
|
|
|
'sentinel-policies',
|
|
|
|
'status',
|
|
|
|
'system',
|
|
|
|
'ui',
|
2020-03-24 18:21:45 +00:00
|
|
|
'validate',
|
|
|
|
'volumes'
|
2020-02-06 23:45:31 +00:00
|
|
|
]
|