Brief
Pages documenting agents should use the agent
layout. To do so, include the following in the page's frontmatter:
layout: agent
The layout file is located under _layouts/agent.html
.
Page Format
The agent layout is structured as follows:
- Quick Details Table
- (page contents)
- Request Table
- COSMOS Device Table
- Block Diagram
Page Configuration
Every page using the agent
layout should declare an agent name in their frontmatter. For example:
agent_name: "agent_heater"
This will direct the layout to the corresponding YAML file (_data/agents/agent_heater.yml
in the example above).