Skip to content

Commit 13fb4cd

Browse files
authored
Update README.md
1 parent 5cfc9ff commit 13fb4cd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

documents/forMarkdown/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,11 @@ docs
7979

8080
## システム構成図
8181

82-
図は基本的に変更差分がGitと相性が良い、PlantUML(またはMermaid.js)で作成すること。
82+
図は基本的に変更差分がGitと相性が良い、PlantUML(またはMermaid.js)で作成すること。PlantUMLの場合、テーマは `toy` を指定すること。
8383

8484
```plantuml
85-
8685
@startuml
87-
!include https://raw.githubusercontent.com/future-architect/puml-themes/master/themes/puml-theme-mars.puml
86+
!theme toy
8887
8988
participant Participant as Foo
9089
note over Foo: Event
@@ -151,7 +150,7 @@ API 定義書は `openapi.yaml` で記載すること。
151150

152151
### プログラム設計書(Web API)
153152

154-
Web APIについても、プログラム設計書と同様に機能ID単位で作成する
153+
Web APIについても、プログラム設計書(バッチ、非同期タスクなど)と同様に機能ID単位で作成する
155154

156155
ただし、Web APIにおいては `openapi.yaml` と重複する部分で自明な内容(例えば、リクエストパラメータの定義や、レスポンス項目)については、重複するため記載を省略する。
157156

0 commit comments

Comments
 (0)