{{! Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: BUSL-1.1 }} {{page-title 'Engineering Docs - Consul' separator=' - '}} {{document-attrs class='is-debug'}} {{! Tell CSS what we have enabled }} {{#if (can 'use acls')}} {{document-attrs class='has-acls'}} {{/if}} {{#if (can 'use nspaces')}} {{document-attrs class='has-nspaces'}} {{/if}} {{#if (can 'use partitions')}} {{document-attrs class='has-partitions'}} {{/if}} <:notifications as |app|> {{#each flashMessages.queue as |flash|}} {{#if flash.dom}} {{{flash.dom}}} {{/if}} {{/each}} <:side-nav> <:header> <:logo> <:body> Docs {{#each node.children as |child|}} {{#each child.pages as |child|}} {{/each}} {{!hardcode in styles next}} {{#let (find-by 'label' 'styles' child.children) as |section|}} {{section.label}} {{#each (flatten-property section 'pages') as |child|}} {{/each}} {{/let}} {{!print out the rest}} {{#each child.children as |section|}} {{#if (not-eq section.label 'styles')}} {{section.label}} {{#each (flatten-property section 'pages') as |child|}} {{/each}} {{/if}} {{/each}} {{/each}} <:main> {{outlet}}