open-nomad/website/data/api-navigation.js
Drew Bailey ea6fcf5f4e
Events/docs (#9100)
* /v1/event/stream docs

* events sidebar

* wip server config

* make ids match

* fix typo

* add server config opts

* Update website/pages/api-docs/events.mdx

Co-authored-by: Seth Hoenig <shoenig@hashicorp.com>

* Update website/pages/api-docs/events.mdx

Co-authored-by: Seth Hoenig <shoenig@hashicorp.com>

* address feedback

Co-authored-by: Seth Hoenig <shoenig@hashicorp.com>
2020-10-16 11:23:47 -04:00

39 lines
719 B
JavaScript

// 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 [
'index',
'-----------',
'libraries-and-sdks',
'json-jobs',
'-----------',
'acl-policies',
'acl-tokens',
'agent',
'allocations',
'client',
'deployments',
'evaluations',
'events',
'jobs',
'namespaces',
'nodes',
'metrics',
'operator',
'plugins',
'quotas',
'regions',
'scaling-policies',
'search',
'sentinel-policies',
'status',
'system',
'ui',
'validate',
'volumes',
]