Armano
03c3e0def1
chore(v2): update typescript-eslint to v4.18.0 ( #4452 )
2021-03-18 16:10:16 +01:00
miku86
93dab24bec
polish(v2): Add german translations ( #4448 )
...
* Add german translations
Hey folks,
I updated some missing translations.
Greetings
Michael
* Update packages/docusaurus-theme-classic/codeTranslations/de.json
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2021-03-18 11:46:23 +01:00
Sébastien Lorber
806fdbaf27
feat(v2): infer default i18n locale config from locale code ( #4449 )
...
* improve locale default config
* remove localeConfigs from i18n tutorial
* better i18n types, tests and Intl.DisplayNames integration
2021-03-18 11:43:07 +01:00
Sam Zhou
5e73c72f26
chore(v2): Fix linter warnings ( #4442 )
...
* chore(v2): Fix linter warnings
223 warnings to 145 warnings
* Remove explicit type annotations
* Do not prefetch when targetLink == null
2021-03-17 17:28:42 +01:00
John Reilly
f041a37622
docs(v2): add johnnyreilly blog to showcase ( #4446 )
2021-03-17 16:48:17 +01:00
Reece Dunham
76c0b11632
refactor(v2): TS config update: reduce the size of npm modules ( #4375 )
...
* feat(v2): Reduce the size of the npm modules
Signed-off-by: Reece Dunham <me@rdil.rocks>
* Fix conflicts
* Update search.js
Co-authored-by: slorber <lorber.sebastien@gmail.com>
2021-03-17 16:25:42 +01:00
besemuna
b99a4031c6
feat(v2): Improve the initial templates #4302 ( #4320 )
...
* feat: add getting started doc at classic inital templates
* fix: improve the contents of getting started page
* fix: fix slug routing
* fix: rename gettingStarted to getting-started and re-adjust the content
* feat: add markdown-features docs
* feat: add a page on how to create a simple document
* feat: add a page on how to create pages
* feat: add create a post doc
* feat: add thank you page with whats next
* feat : update sidebar.js
* feat : add introduction content
* feat : add self hosting content
* feat : add GitHub pages content
* fix : remove automatically deploying with github actions content
* feat : add deploying to netlify
* feat : add Translate your site
* add : Manage versions
* fix : formatted docs with prettier
* Revert "fix : formatted docs with prettier"
This reverts commit af8c0b48
* run prettier to init templates with fixes
* complete new init template
* rename manage-docs-versions
* change wording
* refresh config file
* rework init template homepage
* minor changes
Co-authored-by: Lisa Chandra <52909743+lisa761@users.noreply.github.com>
Co-authored-by: Javid <singularity.javid@gmail.com>
Co-authored-by: ShinteiMai <stevenhanselgo@gmail.com>
Co-authored-by: slorber <lorber.sebastien@gmail.com>
2021-03-17 15:59:01 +01:00
Sébastien Lorber
d5cad5bf1f
fix(v2): Fix writeHeadingIds on Windows due to non-posix paths ( #4444 )
2021-03-16 20:22:35 +01:00
Steve
66e621dca9
docs(v2): add Deploy with QuandCDN ( #4430 )
...
* Update deployment.mdx
- Adds QuantCDN deployment target.
* Update deployment.mdx
* Update website/docs/deployment.mdx
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
* Add QuantCDN docs to showcase.
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2021-03-16 19:25:12 +01:00
Tom Raviv
07733e1b9c
docs(v2): add stylable site to users showcase list ( #4441 )
...
* added stylable site to users list
* Update website/src/data/users.js
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2021-03-16 19:11:01 +01:00
Alexey Pyltsyn
f8fda885fc
chore(v2): prepare v2.0.0.alpha-72 release ( #4440 )
...
* chore(v2): prepare v2.0.0.alpha-72 release
* v2.0.0-alpha.72
2021-03-16 14:30:54 +03:00
Armano
abae86f283
refactor(v2): use correct plugin types ( #4418 )
2021-03-15 19:08:44 +01:00
Long Ho
1078341b22
refactor(v2): i18n cleanups / refactors ( #4405 )
...
* chore: fix various intl stuff
- remove intl-locales-supported & intl since they're deprecated and only
needed for IE11
- add new polyfills for node 12
- clean up babel intl extractor
- reset jest test timezone to UTC so it passes even for East Coast
contributor
* chore: change build to include Node 14
* docs: update i18n reqs
2021-03-15 18:02:53 +01:00
Alexey Pyltsyn
c3968e2d8f
chore(v2): upgrade Infima to v0.2.0-alpha.21 ( #4429 )
2021-03-15 17:50:46 +01:00
Simen Bekkhus
9a33802970
fix(v2): add missing peer dep ( #4424 )
2021-03-15 16:52:09 +01:00
Alexey Pyltsyn
ae1547c5c8
fix(v2): allow using pre tag in Markdown directly ( #4428 )
2021-03-15 16:42:24 +01:00
Quan
07ec381426
feat(v2): add Vietnamese translation for classic theme ( #4422 )
...
* add Vietnamese translation
* remove original word from translation string
2021-03-15 17:02:55 +03:00
Leandro Oriente
05e3515ad1
chore(v2): upgrade react-toggle to v4.1.2 ( #4436 )
2021-03-14 21:44:59 +03:00
Rhodanthe1116
b8b1e1ad85
refactor(v2): new theme label translations for Traditional Chinese ( #4427 )
2021-03-14 00:23:28 +03:00
Steven Hansel
88540207f8
feat(v2): Improve the initial templates ( #4302 )
...
* feat: add getting started doc at classic inital templates
* fix: improve the contents of getting started page
* fix: fix slug routing
* fix: rename gettingStarted to getting-started and re-adjust the content
* feat: add markdown-features docs
* feat: add a page on how to create a simple document
* feat: add a page on how to create pages
* feat: add create a post doc
* feat: add thank you page with whats next
* fix: reduce the content of the init templates
* update the init template
Co-authored-by: Lisa Chandra <52909743+lisa761@users.noreply.github.com>
Co-authored-by: Javid <singularity.javid@gmail.com>
Co-authored-by: slorber <lorber.sebastien@gmail.com>
2021-03-12 21:33:04 +01:00
Lowen
dff53d3bd6
docs(v2): add Realtime Web Applications Workshop to showcase ( #4416 )
2021-03-12 18:58:42 +01:00
Armano
f51f21965c
refactor(v2): add ExecutionEnvironment, BrowserOnly, isInternalUrl to known type aliases ( #4387 )
2021-03-12 16:00:33 +01:00
Harvtronix
735b3b3cc0
fix(v2): broken link checker should not report false positives when using encoded chars ( #4407 )
...
In order to create markdown links to URIs containing spaces, an
encoded space (%20) must be used. These types of links were not
properly resolved to doc files. This fix allows them to be
resolved by calling `decodeURI` on the links found in markdown files to
unescape characters such as spaces.
2021-03-12 15:50:40 +01:00
Armano
2f53b1a895
refactor(v2): merge linkify function used in blog and docs and align properties ( #4402 )
...
* refactor(v2): merge linkify function used in blog and docs
* refactor(v2): rename docsDirPath and docsDirPathLocalized ad update types
* refactor(v2): rename blogPostsBySource and update types
* improve replaceMarkdownLinks api
Co-authored-by: slorber <lorber.sebastien@gmail.com>
2021-03-12 15:11:08 +01:00
Armano
bfe52cdae3
refactor(v2): correct some of type errors reported by eslint ( #4382 )
...
* fix: correct some of type errors reported by eslint
* fix: remove unnecessary import
2021-03-12 12:24:22 +01:00
Armano
a39c62f644
refactor(v2): add missing theme-classic types ( #4385 )
2021-03-12 12:19:19 +01:00
Sébastien Lorber
fa1d681abc
fix(v1): Fix v1 site deployment with Crowdin again... ( #4410 )
2021-03-12 11:41:53 +01:00
Pierre-Gilles Leymarie
32da39a0d8
docs(v2): add gladysassistant.com to showcase ( #4408 )
...
* Add gladysassistant.com to showcase
* Update website/src/data/users.js
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2021-03-12 11:04:19 +01:00
dependabot[bot]
8b9523550d
chore(deps): bump react-dev-utils from 11.0.3 to 11.0.4 ( #4403 )
...
Bumps [react-dev-utils](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-dev-utils ) from 11.0.3 to 11.0.4.
- [Release notes](https://github.com/facebook/create-react-app/releases )
- [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG-1.x.md )
- [Commits](https://github.com/facebook/create-react-app/commits/HEAD/packages/react-dev-utils )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-12 10:34:55 +01:00
Sébastien Lorber
ffe8b6106d
chore(v1): fix CircleCI v1 site deploy ( #4401 )
2021-03-11 17:31:36 +01:00
Joon-Ha Lee
31264b1245
feat(v2): Add korean default translations ( #4390 )
...
add japanese translations
2021-03-11 17:07:53 +01:00
Zoltan Kochan
7122b320f7
docs(v2): Showcase the pnpm docs ( #4386 )
...
* Showcase the pnpm docs
* add pnpm docs source
2021-03-11 17:03:58 +01:00
Sébastien Lorber
f71c246ff1
chore(v2): upgrade example projects ( #4399 )
2021-03-11 17:01:04 +01:00
Sébastien Lorber
8854f149ae
chore(v1): trigger v1 site deploy through CI ( #4398 )
2021-03-11 14:16:19 +01:00
Sébastien Lorber
8212707a58
fix(v1): Temp fix v1 site deployment: fail-safe on Crowdin upload translations error ( #4396 )
2021-03-11 12:55:06 +01:00
Sébastien Lorber
dde977ff86
fix(v1): fix v1 site deploy issues ( #4395 )
...
* Fix v1 CircleCI site deploy
* Attempt to fix the v1 site deploy
2021-03-11 11:55:10 +01:00
Alexey Pyltsyn
c32d8bd116
fix(v2): specify proper TS path in classic theme ( #4381 )
2021-03-10 20:15:50 +01:00
Alexey Pyltsyn
6afa83c419
fix(v2): set theme color mode for SSR ( #4383 )
2021-03-10 20:10:07 +01:00
Sébastien Lorber
02cd5d343b
fix(v2): PWA issues + improve docs ( #4377 )
...
* debug pwa
* more debugging logs + attempt to upgrade workbox
* fix PWA ?
* fix PWA ?
* enable pwa debugging for deploy previews
* try to fix the app installed issue?
* try to fix appinstalled not firing
* try to add related applications to the PWA manifest
* attempt to fix related_applications
* attempt to fix related_applications
* attempt to fix related_applications
* improve PWA strategies
* improve PWA doc
* refactor/cleanup registerSw
* cleanup
2021-03-10 20:00:42 +01:00
Alexey Pyltsyn
efbd8fa351
chore(v2): avoid bad publish of intl-locales-supported ( #4384 )
2021-03-10 20:00:02 +01:00
Sébastien Lorber
b7a6665d31
docs(v2): releasing i18n blog post ( #4367 )
...
* add social card
* Complete the i18n blog post
* update blog post
* add missing v1 images
* improve the blog post
* update blog post
* update blog post
* fix bad file-system wording
* add mention of dogfooding
* translate the blog post into french + mention it!
2021-03-09 19:44:36 +01:00
Sébastien Lorber
986de6b214
chore(v2): prepare v2.0.0.alpha-71 release ( #4376 )
...
* prepare release
* v2.0.0-alpha.71
2021-03-09 18:45:05 +01:00
Sébastien Lorber
3a242e62ad
chore(v1): release docusaurus v1.14.7 ( #4372 )
...
* upgrade v1 versions
* revert version + update changelog
* Add 1.14.7 docs
* 1.14.7
* v1.14.7
* v1.14.7
* revert private: true after v1 publish
* update the v1 publish instructions a bit
* revert v1 versions
* mention reverting v1 versions to v2 versions...
2021-03-09 16:05:58 +01:00
Alexey Pyltsyn
1c7d423e0c
docs(v2): various improvements ( #4369 )
...
* docs(v2): various improvements
* Update blog.md
2021-03-09 14:59:32 +01:00
Sébastien Lorber
f8884044fb
chore(v2): update infima ( #4370 )
...
* update infima
* update yarn lock
* Updates
Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
2021-03-09 14:58:05 +01:00
Alexey Pyltsyn
a369527910
refactor(v2): update Russian translation in classic theme ( #4371 )
2021-03-09 14:41:15 +01:00
dependabot[bot]
301b68b88d
chore(deps): bump elliptic from 6.5.3 to 6.5.4 ( #4368 )
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-09 12:33:00 +01:00
Armano
e6261af642
refactor(v2): remove duplicated lodash dependencies and import only what needed ( #4361 )
...
Co-authored-by: slorber <lorber.sebastien@gmail.com>
2021-03-09 12:15:52 +01:00
Sébastien Lorber
bac512bc63
chore: unstable yarnlock ( #4365 )
2021-03-09 11:55:13 +01:00
Armano
25489b438f
fix(v2): align installed core-js version with babel config ( #4366 )
2021-03-09 11:38:01 +01:00