1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 18:36:12 +02:00
This commit is contained in:
syuilo
2018-08-29 06:59:43 +09:00
parent 321e851b26
commit 2de8e8c358
76 changed files with 315 additions and 315 deletions

View File

@@ -16,7 +16,7 @@ html(lang= lang)
nav
ul
each doc in docs
li: a(href=`/docs/${lang}/${doc.name}`)= doc.title[lang] || doc.title['ja']
li: a(href=`/docs/${lang}/${doc.name}`)= doc.title[lang] || doc.title['ja-JP']
section
h2 API
ul