github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/website/data/api-navigation.js (about) 1 // The root folder for this documentation category is `pages/api-docs` 2 // 3 // - A string refers to the name of a file 4 // - A "category" value refers to the name of a directory 5 // - All directories must have an "index.mdx" file to serve as 6 // the landing page for the category 7 8 export default [ 9 'index', 10 '-----------', 11 'libraries-and-sdks', 12 'json-jobs', 13 '-----------', 14 'acl-policies', 15 'acl-tokens', 16 'agent', 17 'allocations', 18 'client', 19 'deployments', 20 'evaluations', 21 'events', 22 'jobs', 23 'namespaces', 24 'nodes', 25 'metrics', 26 { 27 category: 'operator', 28 content: ['autopilot' ,'raft', 'license', 'scheduler', 'snapshot'], 29 }, 30 'plugins', 31 'quotas', 32 'recommendations', 33 'regions', 34 'scaling-policies', 35 'search', 36 'sentinel-policies', 37 'status', 38 'system', 39 'ui', 40 'validate', 41 'volumes', 42 ]