@@ -99,10 +99,33 @@ export default defineConfig({
9999 { text : 'Release Notes ' , link : releases } ,
100100 ] ,
101101 } ,
102+ {
103+ text : 'About' ,
104+ items : [
105+ { text : 'Privacy Policy' , link : withBase ( '/en/about/privacy' ) } ,
106+ { text : 'Terms of Use' , link : withBase ( '/en/about/terms' ) } ,
107+ ] ,
108+ } ,
102109 ] ,
103110 outline : {
104111 level : 'deep' ,
112+ label : 'このページの内容' ,
113+ } ,
114+ docFooter : {
115+ prev : '前のページ' ,
116+ next : '次のページ' ,
117+ } ,
118+ editLink : {
119+ pattern : 'https://github.com/moeru-ai/airi/edit/main/docs/content/:path' ,
120+ text : 'GitHub でこのページを編集' ,
121+ } ,
122+ lastUpdated : {
123+ text : '最終更新' ,
105124 } ,
125+ darkModeSwitchLabel : '外観モード' ,
126+ sidebarMenuLabel : 'メニュー' ,
127+ returnToTopLabel : 'トップに戻る' ,
128+ langMenuLabel : '言語を変更' ,
106129 logo : withBase ( '/favicon.svg' ) ,
107130
108131 sidebar : [
@@ -180,6 +203,13 @@ export default defineConfig({
180203 { text : '发布说明 ' , link : releases } ,
181204 ] ,
182205 } ,
206+ {
207+ text : '关于' ,
208+ items : [
209+ { text : '隐私政策' , link : withBase ( '/zh-Hans/about/privacy' ) } ,
210+ { text : '使用条款' , link : withBase ( '/zh-Hans/about/terms' ) } ,
211+ ] ,
212+ } ,
183213 ] ,
184214 outline : {
185215 level : 'deep' ,
@@ -211,13 +241,9 @@ export default defineConfig({
211241 text : '参与贡献' ,
212242 items : [
213243 { text : '贡献代码' , link : withBase ( '/zh-Hans/docs/overview/contributing/' ) } ,
214- {
215- text : '贡献设计' ,
216- items : [
217- { text : '参考资源' , link : withBase ( '/zh-Hans/docs/overview/contributing/design-guidelines/resources' ) } ,
218- { text : '工具' , link : withBase ( '/zh-Hans/docs/overview/contributing/design-guidelines/tools' ) } ,
219- ] ,
220- } ,
244+ { text : '贡献设计' , link : withBase ( '/zh-Hans/docs/overview/contributing/design-guidelines/' ) } ,
245+ { text : '参考资源' , link : withBase ( '/zh-Hans/docs/overview/contributing/design-guidelines/resources' ) } ,
246+ { text : '工具' , link : withBase ( '/zh-Hans/docs/overview/contributing/design-guidelines/tools' ) } ,
221247 ] ,
222248 } ,
223249 { text : '有关 AI VTuber' , link : withBase ( '/zh-Hans/docs/overview/about-ai-vtuber' ) } ,
@@ -261,6 +287,13 @@ export default defineConfig({
261287 { text : 'リリースノート' , link : releases } ,
262288 ] ,
263289 } ,
290+ {
291+ text : '概要' ,
292+ items : [
293+ { text : 'プライバシーポリシー' , link : withBase ( '/ja/about/privacy' ) } ,
294+ { text : '利用規約' , link : withBase ( '/ja/about/terms' ) } ,
295+ ] ,
296+ } ,
264297 ] ,
265298 outline : {
266299 level : 'deep' ,
@@ -278,46 +311,42 @@ export default defineConfig({
278311 items : [
279312 {
280313 text : 'デスクトップ版のガイド' ,
281- link : withBase ( '/en /docs/overview/guide/tamagotchi/' ) ,
314+ link : withBase ( '/ja /docs/overview/guide/tamagotchi/' ) ,
282315 items : [ ] ,
283316 } ,
284317 {
285318 text : 'Web 版のガイド' ,
286- link : withBase ( '/en /docs/overview/guide/web/' ) ,
319+ link : withBase ( '/ja /docs/overview/guide/web/' ) ,
287320 items : [ ] ,
288321 } ,
289322 ] ,
290323 } ,
291324 {
292325 text : 'コントリビューション' ,
293326 items : [
294- { text : 'コードで貢献' , link : withBase ( '/en/docs/overview/contributing/' ) } ,
295- {
296- text : 'デザインで貢献' ,
297- items : [
298- { text : 'リソース' , link : withBase ( '/en/docs/overview/contributing/design-guidelines/resources' ) } ,
299- { text : 'ツール' , link : withBase ( '/en/docs/overview/contributing/design-guidelines/tools' ) } ,
300- ] ,
301- } ,
327+ { text : 'コードで貢献' , link : withBase ( '/ja/docs/overview/contributing/' ) } ,
328+ { text : 'デザインで貢献' , link : withBase ( '/ja/docs/overview/contributing/design-guidelines/' ) } ,
329+ { text : 'リソース' , link : withBase ( '/ja/docs/overview/contributing/design-guidelines/resources' ) } ,
330+ { text : 'ツール' , link : withBase ( '/ja/docs/overview/contributing/design-guidelines/tools' ) } ,
302331 ] ,
303332 } ,
304- { text : 'AI VTuber について' , link : withBase ( '/en /docs/overview/about-ai-vtuber' ) } ,
305- { text : 'Neuro-sama について' , link : withBase ( '/en /docs/overview/about-neuro-sama' ) } ,
333+ { text : 'AI VTuber について' , link : withBase ( '/ja /docs/overview/about-ai-vtuber' ) } ,
334+ { text : 'Neuro-sama について' , link : withBase ( '/ja /docs/overview/about-neuro-sama' ) } ,
306335 ] ,
307336 } ,
308337 {
309338 text : 'マニュアル' ,
310339 icon : 'lucide:book-open' ,
311340 items : [
312- { text : 'バージョン一覧' , link : withBase ( '/en /docs/manual/versions' ) } ,
341+ { text : 'バージョン一覧' , link : withBase ( '/ja /docs/manual/versions' ) } ,
313342 ] ,
314343 } ,
315344 {
316345 text : '年表' ,
317346 icon : 'lucide:calendar-days' ,
318347 items : [
319- { text : '初公開 v0.1.0' , link : withBase ( '/en /docs/chronicles/version-v0.1.0/' ) } ,
320- { text : '前日譚 v0.0.1' , link : withBase ( '/en /docs/chronicles/version-v0.0.1/' ) } ,
348+ { text : '初公開 v0.1.0' , link : withBase ( '/ja /docs/chronicles/version-v0.1.0/' ) } ,
349+ { text : '前日譚 v0.0.1' , link : withBase ( '/ja /docs/chronicles/version-v0.0.1/' ) } ,
321350 ] ,
322351 } ,
323352 {
0 commit comments