diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-07-06 20:27:48 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-07-06 20:27:48 +0900 |
| commit | 118db9b267c451a164ceaabfdb7ca16d4834e9e2 (patch) | |
| tree | 1bf48055df430e1eeba823091c3ede076148554e /src/client/docs/api | |
| parent | wip (diff) | |
| download | sharkey-118db9b267c451a164ceaabfdb7ca16d4834e9e2.tar.gz sharkey-118db9b267c451a164ceaabfdb7ca16d4834e9e2.tar.bz2 sharkey-118db9b267c451a164ceaabfdb7ca16d4834e9e2.zip | |
wip
Diffstat (limited to 'src/client/docs/api')
| -rw-r--r-- | src/client/docs/api/entities/note.yaml | 4 | ||||
| -rw-r--r-- | src/client/docs/api/entities/view.pug | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/client/docs/api/entities/note.yaml b/src/client/docs/api/entities/note.yaml index 6fd26543bb..c508dab3db 100644 --- a/src/client/docs/api/entities/note.yaml +++ b/src/client/docs/api/entities/note.yaml @@ -27,8 +27,8 @@ props: type: "string" optional: true desc: - ja: "投稿の本文 (ローカルの場合Markdown風のフォーマット)" - en: "The text of this note (in Markdown like format if local)" + ja: "投稿の本文" + en: "The text of this note" - name: "mediaIds" type: "id(DriveFile)[]" optional: true diff --git a/src/client/docs/api/entities/view.pug b/src/client/docs/api/entities/view.pug index ac938151a7..a930f71eb6 100644 --- a/src/client/docs/api/entities/view.pug +++ b/src/client/docs/api/entities/view.pug @@ -10,7 +10,7 @@ block main p#desc= desc[lang] || desc['ja'] section - h2 %i18n:docs.api.entities.properties% + h2= i18n('docs.api.entities.properties') +propTable(props) if propDefs |