mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-12-18 03:17:12 +00:00
* move script to scripts folder * add docfy to router and scripts * add docfy to router and scripts * fix jsdoc syntax * add component markdown files to gitignore * improve error handling for scripts * tidy up remaining jsdoc syntax * add sample jsdoc components * add known issue info * make not using multi-line components clearer * make generating docs clearer * update copy * final how to docfy cleanup * fix ts file @module syntax * fix read more syntax * make docfy typescript compatible
16 lines
444 B
Handlebars
16 lines
444 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
~}}
|
|
|
|
<header class="page-header" ...attributes>
|
|
{{yield (hash top=(component "page-header-level"))}}
|
|
<div class="level">
|
|
<div class="level-left">
|
|
{{yield (hash levelLeft=(component "page-header-level"))}}
|
|
</div>
|
|
<div class="level-right field is-grouped">
|
|
{{yield (hash levelRight=(component "page-header-level"))}}
|
|
</div>
|
|
</div>
|
|
</header> |