Commit graph

3486 commits

Author SHA1 Message Date
Ali Saki
4162e6dcd7
feat(v2): add arabic translation (#4329) 2021-03-03 12:13:26 +01:00
Yangshun Tay
572746d65f
chore: delete build size bot (#4334)
We've found a vulnerability in the way we configured this action. See https://securitylab.github.com/research/github-actions-preventing-pwn-requests
2021-03-03 18:54:27 +08:00
Bartosz Kaszubowski
273e778c10
feat(v2): [theme-classic] add Polish translation (#4325)
* [theme-classic] add Polish translation

* typo fix

* ellipsis instead of three dots
2021-03-02 19:21:16 +01:00
Massoud Maboudi
224aedf7ed
polish(v2): improved Farsi translation (#4309)
* improved translation for Farsi

* Update packages/docusaurus-theme-classic/codeTranslations/fa.json

Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
Co-authored-by: slorber <lorber.sebastien@gmail.com>
2021-03-02 18:09:51 +01:00
Long Ho
f46adffa17
feat(v2): add --config option to CLI (#4308)
* feat: add --config & --generated-files-dir option to CLI

* revert --generated-files-dir option + some refactors

Co-authored-by: slorber <lorber.sebastien@gmail.com>
2021-03-02 17:34:23 +01:00
Çağlar Turalı
9413ba920e
feat(v2): Add Turkish translations for theme labels (#4312)
* Add Turkish translations for theme labels

* Fix: better handle last update switches
2021-03-02 12:21:35 +01:00
Yuri Sulyma
603c2021f7
docs(v2): Add RactivePlayer to showcase (#4307)
* Update users.js

Add ractive-player.org

* Add files via upload

add website screenshot
2021-03-01 19:31:48 +01:00
Yamagishi Kazutoshi
99d83995a5
feat(v2): add japanese translations (#4303) 2021-03-01 18:35:07 +01:00
roydukkey
12afb9e1f5
docs(v2): Fix examples by importing React (#4297) 2021-02-27 00:14:15 +01:00
Lisa Chandra
a810c4aff1
docs(v2): move migrated sites from v1 to v2 showcase (#4296)
* docs: add migrated v1 sites to v2 showcase

* docs: add tags to showcase sites

Co-authored-by: slorber <lorber.sebastien@gmail.com>
2021-02-26 17:15:38 +01:00
Sébastien Lorber
1734975f2f
feat(v2): Add Interpolate / interpolate APIs + complete theme translations (#4295)
* WIP: refactor team profile cards

* Add Interpolate / interpolate APIs

* Add interpolate snapshot test

* comments

* fix Interpolate TS types

* Interpolate should handle numbers and other JS types

* translate BlogPostItem

* interpolate translate() fn + add translations for blog post tag header

* localize the LastUpdated component

* translate DocVersionSuggestions

* fix test

* add some new translations

* Add node script to easily update the theme default translations

* fix translation extractor bug due to translate() dynamic values

* use ICU placeholder syntax

* refactor month key

* order

* team  page translation improvements

* Add interpolation doc + improve i18n doc
2021-02-26 13:19:51 +01:00
Saihajpreet Singh
cdcd0f05d4
docs(v2): Add shabados docs site to showcase page (#4294) 2021-02-25 11:28:29 +01:00
Ankur Kedia
ff85886e35
docs(v2): Added React Native ARIA to showcase (#4293)
* Added React Native ARIA to showcase

* Adding image for React Native ARIA
2021-02-24 19:52:29 +01:00
Alexey Pyltsyn
3cbfb4cc60
chore(v2): remove docs for alpha v69 (#4289) 2021-02-24 20:41:09 +03:00
wolf20482
c8743046d6
docs(v2): Add AttoBot website to showcase page (#4284)
* Update users.js

* Add files via upload

* Add files via upload

* Delete attobot.png

* Add files via upload

* Alphabetical order as required by a reviewer
2021-02-24 15:47:10 +01:00
Sébastien Lorber
cc42cf5af7
docs(v2): escape more jsx in mdx files for Crowdin (#4285) 2021-02-24 15:46:00 +01:00
Nikolay Samokhvalov
96e1b1e269
docs(v2): Add Postgres.ai to showcase (#4283)
* Add Postgres.ai to examples

* Add postgres-ai.png

* postgres-ai.png try2
2021-02-24 14:46:25 +01:00
Sébastien Lorber
6304506b34
docs: update Netlify deploy status badge (#4282) 2021-02-24 14:01:58 +01:00
Sébastien Lorber
6811a72e72
feat(v2): ability to "escape" JSX in MDX files as code blocks (#4278)
* Fix MDX Crowdin issues by wrapping complex JSX in code blocks

* Add a remark plugin to unwrap MDX code blocks

* Update MDX Crowdin doc
2021-02-24 12:34:03 +01:00
philipp985
9e758308bb
polish(v2): theme default translations for language de / german (#4279) 2021-02-24 10:33:15 +01:00
Sébastien Lorber
3d00613e5d
fix(v2): Code blocks should be LTR by default (#4277)
* use LTR code code blocks

* code blocks should be LTR
2021-02-23 18:47:07 +01:00
Alexey Pyltsyn
6ab5084c87
refactor(v2): improve notifier message (#4257)
* refactor(v2): improve notifier message

* Add support for npm
2021-02-23 18:41:38 +01:00
Sébastien Lorber
2788efc799
polish(v2): Add more tags translations (#4275)
* Add blog tags translations

* Improve Ru translation

Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
2021-02-23 16:44:14 +01:00
Sébastien Lorber
0e1d1ce310
fix(v2): theme classic should have lib-next prettified (#4274) 2021-02-23 15:55:05 +01:00
Yangshun Tay
9f5f3931cf
chore(v2): upgrade react-dev-utils (#4270) 2021-02-22 20:40:11 +01:00
Massoud Maboudi
704df6864e
docs(v2): improve cli docs (#4259)
* added more details about --danger flag for swizzle

* added referencing to blog posts

* improved the docs for swizzling.

* added new Farsi/Persian translation

* Update website/docs/cli.md

* Update website/docs/cli.md

* Update website/docs/using-themes.md

* PR cleanup

Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
Co-authored-by: slorber <lorber.sebastien@gmail.com>
2021-02-22 20:38:05 +01:00
Sébastien Lorber
f750660317
feat(v2): add Farsi default translations (#4271)
Co-authored-by: @massoudmaboudi <massoud.maboudi@gmail.com>
2021-02-22 20:22:05 +01:00
Bartosz Kaszubowski
bd3e66d706
chore(v2): bump/align deps in monorepo: commander, semver, fs-extra (#4264) 2021-02-22 19:05:25 +01:00
Ben
333545aa97
fix(v2): Allow null as valid for title of item in footer links (#4267) 2021-02-22 18:56:58 +01:00
Reece Dunham
a8595233a8
chore(v2): PostCSS peer dep fix (#4265)
* PostCSS peer dep fix

* Fix lockfile
2021-02-22 18:05:47 +01:00
BennoDev
babdd9520c
docs(v2): update agilets banner (#4266)
* Delete agilets.png

* added new agilets.png
2021-02-22 18:03:59 +01:00
Matan Borenkraout
967386f4e1
docs(v2): remove npx and use github action to configure ssh key (#4263)
* docs(deployment): remove npx and fix github email

* refactor: use ssh configure action instead of own implementation
2021-02-22 16:21:18 +01:00
Alexey Pyltsyn
be871b2d60
feat(v2): add icon to generic sidebar link (#4261) 2021-02-22 16:14:47 +01:00
Sam Sam
9c02bf7f80
docs(v2): Added kotest to showcase (#4262)
* Add files via upload

* Update users.js

* Update users.js

Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2021-02-22 16:11:02 +01:00
Grégory Heitz
ffb9ad0356
docs(v2): Add docusaurus2-graphql-doc-generator to community resources (#4256) 2021-02-22 15:44:12 +01:00
Alexey Pyltsyn
67ff0a3c0c
chore(v2): remove docs for alpha v68 (#4253) 2021-02-19 20:45:20 +03:00
Sébastien Lorber
a58baacdc8
fix(v2): fix LTR PostCSS bug on Netlify/monorepo symlinks (#4254) 2021-02-19 17:55:03 +01:00
Matteo Manzinello
a9b459bdc2
docs(v2): Added mailgo to showcase (#4252)
* mailgo in users

* mailgo screenshot
2021-02-19 14:59:24 +01:00
Pablo Vidal
af2e3cbdb0
docs(v2): Add Axioms to showcase (#4251)
* Update users.js

Add awe framework site

* Add awe framework screenshot

* Update users.js

Fix comma

* Update users.js

Fix order
2021-02-19 12:17:10 +01:00
Sébastien Lorber
db7a3482f4
chore(v2): Fix build size bot (#4248)
* Fix build size bot

* use compression: 'none'
2021-02-19 10:44:06 +01:00
Alexey Pyltsyn
094b51390e
fix(v2): remove PostCSS plugin for combine duplicated selectors (#4240) 2021-02-18 15:45:22 +01:00
Alexey Pyltsyn
1ec2f04108
feat(v2): introduce Seo component for internal usage (#4243) 2021-02-18 15:38:55 +01:00
Alexey Pyltsyn
f13448d5e1
chore(v2): upgrade dependencies + require Node 12 (#4223)
* chore(v2): upgrade dependencies

* Set minimum Node.js version to 12.13

* Fix test

* Upgrade copy-text-to-clipboard

* Bump Node versions

* Update .nvmrc

* mark cacheTime as forbidded field

* Downgrade jest to v25.2.7

* Increase Node version for Windows CI

* Test fix

* Attempt to fix Windows CI

* Downgrade execa

* fix async test errors

* Upgrade execa

Co-authored-by: slorber <lorber.sebastien@gmail.com>
2021-02-18 15:12:42 +01:00
Alexey Pyltsyn
02f7722f2e
fix(v2): make doc container full width when hidden sidebar (#4247) 2021-02-18 15:06:04 +01:00
Alexey Pyltsyn
9bd65ddea3
refactor(v2): add Russian translation for classic theme (#4246) 2021-02-18 15:03:02 +03:00
Alexey Pyltsyn
2df5a3bd5d
refactor(v2): use Link component for external links (#4242) 2021-02-18 12:35:29 +01:00
Alexey Pyltsyn
936d6620cf
fix(v2): avoid horizontal scrolling when long lines of code (#4241)
* fix: avoid horizontal scrolling when long lines of code

* Simplify solution
2021-02-18 11:56:11 +01:00
Alexey Pyltsyn
08fa318599
refactor(v2): add more translatable strings (#4219)
* refactor(v2): add more translatable strings

* Apply suggestions from code review

Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>

* Fixes

* Updates

* Localize direct link to heading

* typo + add french translations

Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
Co-authored-by: slorber <lorber.sebastien@gmail.com>
2021-02-18 11:29:51 +01:00
Alexey Pyltsyn
75228c4b8d
refactor(v2): clean-ups and fixes (#4244) 2021-02-18 10:27:39 +01:00
Tien Vo Xuan
5f91f414e0
docs(v2): Replace mbt-bundle by sicope-model (#4237) 2021-02-17 20:04:05 +01:00