diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-07-06 12:31:57 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-07-06 12:31:57 +0900 |
| commit | cb0f95ee7dbdc6cd6fb07d49cd0f8dad94f73af3 (patch) | |
| tree | d25a2d2d5dccac2acf9b77b551915cf0e69230cf /src/client/docs/api | |
| parent | wip (diff) | |
| download | sharkey-cb0f95ee7dbdc6cd6fb07d49cd0f8dad94f73af3.tar.gz sharkey-cb0f95ee7dbdc6cd6fb07d49cd0f8dad94f73af3.tar.bz2 sharkey-cb0f95ee7dbdc6cd6fb07d49cd0f8dad94f73af3.zip | |
wip
Diffstat (limited to 'src/client/docs/api')
| -rw-r--r-- | src/client/docs/api/mixins.pug | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/client/docs/api/mixins.pug b/src/client/docs/api/mixins.pug index 6762158f86..79665a61e3 100644 --- a/src/client/docs/api/mixins.pug +++ b/src/client/docs/api/mixins.pug @@ -3,7 +3,6 @@ mixin propTable(props) thead: tr th= i18n('docs.api.props.name') th= i18n('docs.api.props.type') - th= i18n('docs.api.props.optional') th= i18n('docs.api.props.description') tbody each prop in props @@ -29,9 +28,4 @@ mixin propTable(props) | ) else if prop.kind == 'date' | (Date) - td.optional - if prop.optional - = i18n('docs.api.props.yes') - else - = i18n('docs.api.props.no') td.desc!= prop.desc ? prop.desc[lang] || prop.desc['ja'] : null |