Skip to content

Commit

Permalink
Add official discord community link
Browse files Browse the repository at this point in the history
  • Loading branch information
Astrian Zheng committed Dec 7, 2021
1 parent 8641af2 commit b7070c3
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ English

<p align="center">Console Media Manager</p>

<p align="center"><a href="https://help.switshot.app/">Help Center</a> | <a href="https://updates.switshot.app/">Latest Updates</a></p>
<p align="center"><a href="https://help.switshot.app/">Help Center</a> | <a href="https://updates.switshot.app/">Latest Updates</a> | <a href="https://discord.gg/zeT2nnGvAA">Community</a></p>

Switshot is a game media manager helps you transfer your game media from Nintendo Switch to your phone, and manage your media just few taps.

Expand Down Expand Up @@ -41,7 +41,7 @@ Purchase from [App Store](https://apps.apple.com/cn/app/switshot/id1585470023) f

<p align="center">主机游戏媒体管理员</p>

<p align="center"><a href="https://help.switshot.app/zh-cn/">帮助中心</a> | <a href="https://updates.switshot.app/">最新资讯</a></p>
<p align="center"><a href="https://help.switshot.app/zh-cn/">帮助中心</a> | <a href="https://updates.switshot.app/">最新资讯</a> | <a href="https://discord.gg/zeT2nnGvAA">社群</a></p>

Switshot 是一个能够帮助你快速管理 Nintendo Switch 中的截屏与录制等媒体的工具。

Expand Down
9 changes: 6 additions & 3 deletions docs/docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ function getNavbar(lang) {
links: '常用链接',
links_github: 'GitHub',
links_appstore: 'App Store',
links_updates: '更新与资讯'
links_updates: '更新与资讯',
links_community: '社群',
},
'en-us': {
basic: 'Must-knows',
Expand All @@ -98,7 +99,8 @@ function getNavbar(lang) {
links: 'Links',
links_github: 'GitHub',
links_appstore: 'App Store',
links_updates: 'Updates & News'
links_updates: 'Updates & News',
links_community: 'Community',
}
}

Expand All @@ -112,7 +114,8 @@ function getNavbar(lang) {
{ text: navBarLanguage[lang].links, children: [
{ text: navBarLanguage[lang].links_github, link: 'https://github.com/Astrian/switshot'},
{ text: navBarLanguage[lang].links_appstore, link: 'https://apps.apple.com/us/app/switshot-console-media-manage/id1585470023'},
{ text: navBarLanguage[lang].links_updates, link: 'https://updates.switshot.app'}
{ text: navBarLanguage[lang].links_updates, link: 'https://updates.switshot.app'},
{ text: navBarLanguage[lang].links_community, link: 'https://discord.gg/zeT2nnGvAA'}
] }
]
return res
Expand Down
5 changes: 4 additions & 1 deletion docs/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ Get into troubles? Try those solutions first.
## Frequently Asked Questions
Something you care is here.

[Start →](/qna/)
[Start →](/qna/)

## Want more?
Join [Switshot Discord Community!](https://discord.gg/zeT2nnGvAA)
5 changes: 4 additions & 1 deletion docs/docs/zh-cn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ Switshot 的基本使用说明与提示。
## 常见问题
解答一些你关心的问题。

[走你 →](/zh-cn/qna/)
[走你 →](/zh-cn/qna/)

## 还不尽兴?
加入 [Switshot 官方 Discord 社群](https://discord.gg/zeT2nnGvAA)
Binary file not shown.

0 comments on commit b7070c3

Please sign in to comment.