Skip to content

Commit 6a3bd84

Browse files
Merge branch 'develop' into develop
2 parents 456f844 + 682bf96 commit 6a3bd84

25 files changed

+935
-384
lines changed

.eslintrc.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,14 @@ module.exports = {
4141
'no-shadow': [
4242
'error',
4343
{
44-
allow: ['Events', 'Fetch', 'Lifecycle', 'Render', 'Router'],
44+
allow: [
45+
'Events',
46+
'Fetch',
47+
'Lifecycle',
48+
'Render',
49+
'Router',
50+
'VirtualRoutes',
51+
],
4552
},
4653
],
4754
'no-unused-vars': ['error', { args: 'none' }],

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ We welcome any type of contribution, not only code. You can help with
1313

1414
## Your First Contribution
1515

16-
Working on your first Pull Request? You can learn how from this *free* series, [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github).
16+
Working on your first Pull Request? You can learn how from this *free* series, [How to Contribute to an Open Source Project on GitHub](https://app.egghead.io/playlists/how-to-contribute-to-an-open-source-project-on-github).
1717

1818
## Submitting code
1919

@@ -64,4 +64,4 @@ Thank you to all our sponsors! (please ask your company to also support this ope
6464
<a href="https://opencollective.com/docsify/sponsor/8/website" target="_blank"><img src="https://opencollective.com/docsify/sponsor/8/avatar.svg"></a>
6565
<a href="https://opencollective.com/docsify/sponsor/9/website" target="_blank"><img src="https://opencollective.com/docsify/sponsor/9/avatar.svg"></a>
6666

67-
<!-- This `CONTRIBUTING.md` is based on @nayafia's template https://github.com/nayafia/contributing-template -->
67+
<!-- This `CONTRIBUTING.md` is based on @nayafia's template https://github.com/nayafia/contributing-template -->

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Move to [awesome-docsify](https://github.com/docsifyjs/awesome-docsify#showcase)
7070

7171
### Online one-click setup for Contributing
7272

73-
You can use Gitpod(A free online VS Code-like IDE) for contributing. With single click it'll launch a workspace and automatically:
73+
You can use Gitpod (a free online VS Code-like IDE) for contributing. With a single click it'll launch a workspace and automatically:
7474

7575
- clone the docsify repo.
7676
- install the dependencies.
@@ -124,6 +124,4 @@ This project exists thanks to all the people who contribute. [[Contribute](CONTR
124124

125125
## Special Thanks
126126

127-
_Vercel_ has given us a Pro account.
128-
129-
<a href="https://vercel.com/?utm_source=docsifyjsdocs" target="_blank"><img src="docs/_media/vercel_logo.svg" width="100px"></a>
127+
A preview of Docsify's PR and develop branch is <a href="https://vercel.com/?utm_source=docsifyjs&utm_campaign=oss" target="_blank">Powered by <img src="https://cdn.jsdelivr.net/gh/docsifyjs/docsify/docs/_media/vercel_logo.svg" alt="Vercel" width="133px"></a>

docs/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,3 @@ Please consider donating if you think docsify is helpful to you or that my work
3030
## Community
3131

3232
Users and the development team are usually in the [Discord server](https://discord.gg/3NwKFyR).
33-
34-
## Special Thanks
35-
36-
_Vercel_ has given us a Pro account.
37-
38-
<a href="https://vercel.com/?utm_source=docsifyjsdocs" target="_blank"><img src="https://cdn.jsdelivr.net/gh/docsifyjs/docsify/docs/_media/vercel_logo.svg" width="100px"></a>

docs/_media/powered-by-vercel.svg

Lines changed: 6 additions & 0 deletions
Loading

docs/_navbar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- Translations
22
- [:uk: English](/)
3-
- [:cn: 中文](/zh-cn/)
3+
- [:cn: 简体中文](/zh-cn/)
44
- [:de: Deutsch](/de-de/)
55
- [:es: Español](/es/)
66
- [:ru: Русский](/ru-ru/)

0 commit comments

Comments
 (0)