Skip to content

Commit dafa427

Browse files
committed
作成中をドキュメントに表示
1 parent e0fd7f1 commit dafa427

5 files changed

Lines changed: 22 additions & 2 deletions

File tree

jig-core/src/main/resources/templates/assets/style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ header a {
2727
font-size: 0.8em;
2828
}
2929

30+
aside.notice {
31+
background-color: #f9f9f9;
32+
border-left: 10px solid #ccc;
33+
padding: 0.5em 1em;
34+
margin: 1em 0;
35+
}
36+
3037
/* 一般 */
3138
.hidden {
3239
display: none;

jig-core/src/main/resources/templates/insight.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
<body class="insight">
1111
<header class="top" th:replace="~{fragment-base::header(title=${title})}">たいとる</header>
1212
<main>
13+
<h1>インサイト</h1>
14+
<aside class="notice">
15+
<p>注意: このドキュメントはincubate(作成中)です。次のバージョンで大きく変更したり削除したりする可能性があります。</p>
16+
</aside>
17+
1318
<button id="cancel-zoom" class="hidden">ズーム解除</button>
1419

1520
<h2>パッケージ (<span th:text="${packageInsightList.size()}">1</span>)</h2>

jig-core/src/main/resources/templates/package.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
<body class="package-list">
1111
<header class="top" th:replace="~{fragment-base::header(title=${title})}">たいとる</header>
1212
<main>
13+
<h1>パッケージ概要</h1>
14+
<aside class="notice">
15+
<p>注意: このドキュメントはincubate(作成中)です。次のバージョンで大きく変更したり削除したりする可能性があります。</p>
16+
</aside>
1317
<details class="controls" open>
1418
<summary>⚙️ 表示設定</summary>
1519
<button id="toggle-description-btn">詳細列を表示/非表示</button>

jig-core/src/main/resources/templates/repository.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
<header class="top" th:replace="~{fragment-base::header(title=${title})}"></header>
1010
<main>
1111
<h1>出力ポート&アダプタ</h1>
12-
このドキュメントは作成中です。
12+
<aside class="notice">
13+
<p>注意: このドキュメントはincubate(作成中)です。次のバージョンで大きく変更したり削除したりする可能性があります。</p>
14+
</aside>
1315

1416
<dl>
1517
<dt>OutputPort</dt>

jig-core/src/main/resources/templates/sequence.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
<header class="top" th:replace="~{fragment-base::header(title=${title})}">たいとる</header>
1212
<main>
1313
<h1>シーケンス図</h1>
14-
このドキュメントは作成中です。
14+
<aside class="notice">
15+
<p>注意: このドキュメントはincubate(作成中)です。次のバージョンで大きく変更したり削除したりする可能性があります。</p>
16+
</aside>
1517

1618
<section class="type" th:each="item : ${jigTypes}">
1719
<h2><a th:id="${item.fqn()}" th:text="${item.label()}">XXXクラス</a></h2>

0 commit comments

Comments
 (0)