寄付のドキュメントを docs/for-users/resources 配下から docs 配下に移動(サーバー利用者だけに向けたページではないため)

This commit is contained in:
syuilo 2024-02-01 11:16:03 +09:00
parent c104264efa
commit e9db452717
15 changed files with 22 additions and 13 deletions

View File

@ -697,7 +697,7 @@ export const redirects = [
], ],
[ [
"/docs/donate.html", "/docs/donate.html",
"/docs/for-users/resources/donate/" "/docs/donate/"
], ],
[ [
"/docs/donate", "/docs/donate",

View File

@ -3,7 +3,7 @@
<h2 class="text-center text-xl lg:text-3xl font-bold font-title mb-6">{{ $t('_landing._donation.title') }}</h2> <h2 class="text-center text-xl lg:text-3xl font-bold font-title mb-6">{{ $t('_landing._donation.title') }}</h2>
<p class="lg:text-lg leading-relaxed lg:leading-loose mb-6">{{ $t('_landing._donation.description') }}</p> <p class="lg:text-lg leading-relaxed lg:leading-loose mb-6">{{ $t('_landing._donation.description') }}</p>
<p class="text-center"> <p class="text-center">
<GButton button-type="link" :to="localePath('/docs/for-users/resources/donate/')" color="accent">{{ $t('learnMore') }}</GButton> <GButton button-type="link" :to="localePath('/docs/donate/')" color="accent">{{ $t('learnMore') }}</GButton>
</p> </p>
</div> </div>
</template> </template>

View File

@ -73,7 +73,7 @@ Misskeyは[Crowdinというサービスを使用して翻訳の管理を行っ
### 寄付をする ### 寄付をする
[こちらをご覧ください](/docs/for-users/resources/donate/) [こちらをご覧ください](/docs/donate/)
## よくある質問 ## よくある質問

View File

@ -73,7 +73,7 @@ By spreading the word about Misskey through introducing it to your acquaintances
### Making donations ### Making donations
[Please click here](/docs/for-users/resources/donate/) [Please click here](/docs/donate/)
## Frequently Asked Questions ## Frequently Asked Questions

View File

@ -73,7 +73,7 @@ Misskeyは[Crowdinというサービスを使用して翻訳の管理を行っ
### 寄付をする ### 寄付をする
[こちらをご覧ください](/docs/for-users/resources/donate/) [こちらをご覧ください](/docs/donate/)
## よくある質問 ## よくある質問

View File

@ -59,7 +59,7 @@ Di samping melaporkan bug, silakan bagikan kesan positif seperti bagian Misskey
### Berdonasi ### Berdonasi
[Silakan lihat ini](/docs/for-users/resources/donate/) [Silakan lihat ini](/docs/donate/)
## Pertanyaan Sering Diajukan ## Pertanyaan Sering Diajukan

View File

@ -73,7 +73,7 @@ Misskeyは[Crowdinというサービスを使用して翻訳の管理を行っ
### 寄付をする ### 寄付をする
[こちらをご覧ください](/docs/for-users/resources/donate/) [こちらをご覧ください](/docs/donate/)
## よくある質問 ## よくある質問

View File

@ -63,7 +63,7 @@ Misskeyは[Crowdinというサービスを使用して翻訳の管理を行っ
知り合いに紹介するなどしてMisskeyを広めていただければ、ミスキストが増え開発のモチベーションが上がります。 知り合いに紹介するなどしてMisskeyを広めていただければ、ミスキストが増え開発のモチベーションが上がります。
### 寄付をする ### 寄付をする
[こちらをご覧ください](/docs/for-users/resources/donate/) [こちらをご覧ください](/docs/donate/)
## よくある質問 ## よくある質問
### プロジェクトは何を目指していますか? ### プロジェクトは何を目指していますか?

View File

@ -73,7 +73,7 @@ Misskey는 [Crowdin](https://crowdin.com/project/misskey) 이라는 서비스를
### 기부하기 ### 기부하기
[여기를 읽어 주세요.](/docs/for-users/resources/donate/) [여기를 읽어 주세요.](/docs/donate/)
## 자주 묻는 질문 ## 자주 묻는 질문

View File

@ -73,7 +73,7 @@ Misskeyは[Crowdinというサービスを使用して翻訳の管理を行っ
### 寄付をする ### 寄付をする
[こちらをご覧ください](/docs/for-users/resources/donate/) [こちらをご覧ください](/docs/donate/)
## よくある質問 ## よくある質問

View File

@ -71,7 +71,7 @@ Miskist 是指使用Misskey的人。 如果您透過向朋友和熟人介紹來
### 捐款 ### 捐款
[請查看這裡](/docs/for-users/resources/donate/) [請查看這裡](/docs/donate/)
## 常見問題 ## 常見問題

View File

@ -151,6 +151,9 @@ _docs:
_changelog: _changelog:
title: "リリースノート" title: "リリースノート"
description: "Misskeyのバージョンアップ履歴をご覧いただけます。最新のバージョンで何が変わったのかを確認しましょう" description: "Misskeyのバージョンアップ履歴をご覧いただけます。最新のバージョンで何が変わったのかを確認しましょう"
_donate:
title: "プロジェクトへの寄付"
description: "Misskeyは無料で使えるオープンソースのソフトウェアです。気に入っていただけたら、今後も開発を続けられるようにぜひ寄付をご検討ください。"
_forUsers: _forUsers:
title: "Misskeyユーザー向け" title: "Misskeyユーザー向け"
_forAdmin: _forAdmin:

View File

@ -44,6 +44,12 @@
title: $t('_docs._changelog.title'), title: $t('_docs._changelog.title'),
description: $t('_docs._changelog.description'), description: $t('_docs._changelog.description'),
img: '/img/emojis/rocket_3d.png', img: '/img/emojis/rocket_3d.png',
},
{
to: localePath('/docs/donate'),
title: $t('_docs._donate.title'),
description: $t('_docs._donate.description'),
img: '/img/emojis/yen_banknote_3d.png',
} }
]" /> ]" />
<DocsReadersNav section-id="forUsers" id="forUsers" /> <DocsReadersNav section-id="forUsers" id="forUsers" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB