47149987c1
- Adds a theme variable, sidebar_dropdown, to set a dropdown menu for the API references. To test, uncomment the parameter html_theme_options in doc/source/conf.py OR build the API Ref demo docs. - Adds an API Ref docs demo integrating os-api-ref and openstackdocstheme. Tested with webserver: python -m SimpleHTTPServer <port_num>. Change-Id: I346695cd407ecf4efc0a5e00f2c0ccc1ea099ec5
25 lines
366 B
YAML
25 lines
366 B
YAML
id:
|
|
in: path
|
|
required: true
|
|
type: string
|
|
description: |
|
|
The id of the service.
|
|
host:
|
|
in: body
|
|
required: true
|
|
type: string
|
|
description: |
|
|
The host name.
|
|
name:
|
|
in: body
|
|
required: true
|
|
type: string
|
|
description: |
|
|
The name of the service.
|
|
server.obj:
|
|
in: body
|
|
required: true
|
|
type: object
|
|
description: |
|
|
The server object.
|