forked from FoundKeyGang/FoundKey
Add doc for admin
This commit is contained in:
parent
18afdd6040
commit
2ceeb17056
3 changed files with 16 additions and 0 deletions
|
@ -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 a new issue