ライセンス表記の扱い
フッターの帰属表示は project.config.json.licensing
の定義に基づき自動表示されます。ページ単位で上書き/非表示も可能です。
プロジェクト既定
apps/libx-docs/src/config/project.config.json
{
"licensing": {
"sources": [
{
"id": "project-template-default",
"name": "Project Template Documentation",
"author": "libx-dev Team",
"license": "MIT"
}
],
"defaultSource": "project-template-default",
"showAttribution": true
}
}
ページ単位の制御
---
title: "ページ"
licenseSource: "project-template-default" # 既定以外を使う
customAttribution: "原著者: Example, 訳: Team"
hideAttribution: false # trueで非表示
---
次は「ビルドと運用」へ。