mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 04:03:49 +01:00
Add doc for admin
This commit is contained in:
parent
885995f86b
commit
f8c39680f4
@ -775,6 +775,7 @@ _docs:
|
||||
features: "機能"
|
||||
generalTopics: "一般的なトピック"
|
||||
advancedTopics: "高度なトピック"
|
||||
admin: "管理"
|
||||
|
||||
_ad:
|
||||
back: "戻る"
|
||||
|
@ -36,6 +36,16 @@
|
||||
</MkA>
|
||||
</div>
|
||||
</MkFolder>
|
||||
<MkFolder>
|
||||
<template #header>{{ $ts._docs.admin }}</template>
|
||||
<div class="docs">
|
||||
<MkA v-for="doc in docs.filter(doc => doc.path.startsWith('admin/'))" :key="doc.path" :to="`/docs/${doc.path}`" class="doc">
|
||||
<div class="title">{{ doc.title }}</div>
|
||||
<div class="summary">{{ doc.summary }}</div>
|
||||
<div class="read">{{ $ts._docs.continueReading }}</div>
|
||||
</MkA>
|
||||
</div>
|
||||
</MkFolder>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
5
src/docs/ja-JP/admin/faq.md
Normal file
5
src/docs/ja-JP/admin/faq.md
Normal file
@ -0,0 +1,5 @@
|
||||
# よくある質問
|
||||
ここでは、サーバー管理者向けのよくある質問を掲載しています。
|
||||
|
||||
## デフォルトテーマを設定したい
|
||||
現在、デフォルトテーマ設定機能は実装されていません。
|
Loading…
Reference in New Issue
Block a user