{{! Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: BUSL-1.1 ~}} {{#let docs.children as |directories|}} {{#let docs.pages as |pages|}} <:header> <:logo> <:actions> <:body> Home How to docfy Components {{! FILTER + COMPONENT LIST }} Contributing docs {{! Top level files in docs/ directory }} {{#each pages as |page|}} {{#let (concat "docs." (if page.relativeUrl page.relativeUrl "index")) as |url|}} {{page.title}} {{/let}} {{/each}} {{! Sub directories within docs/ (aside from 'components') }} {{#each directories as |subDirectory|}} {{#if (not-eq subDirectory.name "components")}} {{capitalize subDirectory.label}} {{#each subDirectory.pages as |page|}} {{#let (concat "docs." (if page.relativeUrl page.relativeUrl "index")) as |url|}} {{page.title}} {{/let}} {{/each}} {{/if}} {{/each}} {{/let}} {{/let}} {{outlet}}