Tony Narlock
a627a264fb
docs(v2): add social-embed to showcase ( #4568 )
2021-04-05 18:35:04 +02:00
Ajeet Singh Raina, Docker Captain, RedisLabs
d9067748fd
docs(v2): Add Redis Labs Developer Site to docusaurus showcase page ( #4570 )
...
* Add files via upload
* Update users.js
2021-04-05 18:33:21 +02:00
Lucas Alves
5357fcefee
docs(v2): Updates showcase: Channel.js renamed to Repeater.js ( #4551 )
...
* fix: Updates Channel.js to Repeater.js
* fix: Includes Repeater.js in alphabetical order
2021-04-02 12:21:17 +02:00
Pedro Piñera Buendía
e6a8111025
docs(v2): Add Tuist to the list of projects that use Docusaurus ( #4538 )
2021-03-30 19:41:34 +02:00
Sébastien Lorber
819bb43433
docs(v2): add more links to v1: announcementBar, versionDropdown, homepage ( #4505 )
...
* add more links to v1 doc + use Translate interpolation
* add more links to v1 doc + use Translate interpolation
* add version dropdown link to v1 domain
2021-03-23 19:08:36 +01:00
Armano
1f8e0bc48e
docs(v2): add missing version link to legacy (v1) version of website ( #4504 )
2021-03-23 18:50:29 +01:00
John Reilly
f041a37622
docs(v2): add johnnyreilly blog to showcase ( #4446 )
2021-03-17 16:48:17 +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
ae1547c5c8
fix(v2): allow using pre tag in Markdown directly ( #4428 )
2021-03-15 16:42:24 +01:00
Lowen
dff53d3bd6
docs(v2): add Realtime Web Applications Workshop to showcase ( #4416 )
2021-03-12 18:58:42 +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
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
Nico Jansen
54b77eac1e
docs(v2): Add stryker-mutator.io to showcase ( #4362 )
2021-03-08 15:21:28 +01:00
Kevin Viglucci
2a25124e36
docs(v2): add rsocket.io to showcase ( #4360 )
2021-03-07 10:15:29 +03:00
moonrailgun
d032acdc93
docs(v2): add trpgengine showcase ( #4354 )
2021-03-05 19:43:53 +01:00
Alexey Pyltsyn
96e7fcef25
feat(v2): add ability to set custom heading id ( #4222 )
...
* feat(v2): add ability to set custom heading id
* Add cli command
* Fix slugger
* write-heading-ids doc + add in commands/templates
* refactor + add tests for writeHeadingIds
* polish writeHeadingIds
* polish writeHeadingIds
* remove i18n goals todo section as the remaining items are quite abstract/useless
* fix edge case with 2 md links in heading
* extract parseMarkdownHeadingId helper function
* refactor using the shared parseMarkdownHeadingId utility fn
* change logic of edge case
* Handle edge case
* Document explicit ids feature
Co-authored-by: slorber <lorber.sebastien@gmail.com>
2021-03-05 19:36:14 +01:00
Alexey Pyltsyn
a4b409c93b
fix(v2): make code blocks more standalone ( #4315 )
...
* refactor(v2): make code blocks styles standalone
* Rework
* Revert font size in playground headers
Co-authored-by: slorber <lorber.sebastien@gmail.com>
2021-03-04 18:22:34 +01:00
Alexey Pyltsyn
0383dd1496
fix(v2): evaluate code in live editor on client only ( #4318 )
2021-03-04 17:52:53 +01:00
Sébastien Lorber
734eca98bf
docs(v2): update showcase instruction regarding tags + fix site tags ( #4338 )
2021-03-03 17:06:44 +01:00
David Barrat
6c73f51f94
docs(v2): add ocpeasy to users ( #4331 )
2021-03-03 16:45:59 +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
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
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
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
BennoDev
babdd9520c
docs(v2): update agilets banner ( #4266 )
...
* Delete agilets.png
* added new agilets.png
2021-02-22 18:03:59 +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
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
Tien Vo Xuan
5f91f414e0
docs(v2): Replace mbt-bundle by sicope-model ( #4237 )
2021-02-17 20:04:05 +01:00
Sébastien Lorber
4ccd9a3952
fix(v2): fix website versions page ( #4234 )
2021-02-17 15:31:28 +03:00
琚致远
32d8148fd3
docs(v2): added Apache APISIX ( #4225 )
...
* docs: added Apache APISIX
* Add files via upload
* Delete apache-apisix.png
* Add files via upload
2021-02-16 09:04:10 +01:00
Martin Adámek
f8044d7842
docs(v2): Add MikroORM site to showcase page ( #4224 )
...
* add MikroORM to users.js
* add MikroORM screenshot
2021-02-15 09:52:48 +01:00
Christian Bromann
11c24268a1
docs(v2): Add WebdriverIO docs page as showcase ( #4220 )
2021-02-12 17:19:12 +01:00
Alexey Pyltsyn
7f6c4be2f3
misc(v2): add requirements for sites being added to showcase ( #4210 )
...
* misc: add requirements for sites being added to showcase
* Update users.js
* Update website/src/data/users.js
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2021-02-10 16:11:44 +01:00
Nahiyan Kamal
bdb7b9bcf3
docs(v2): Added Console Table Printer documentation to showcase ( #4207 )
2021-02-10 16:09:55 +01:00
Mohd Shad Mirza
b0e38d57df
docs(v2): add Hashnode support site to showcase ( #4171 )
...
* Added Hashnode support site to showcase
* updated hashnode preview image
* Update users.js
Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
2021-02-08 15:51:05 +03:00
Bhargav Ponnapalli
f788ba49c5
docs(v2): Add react-hooks.org to showcase ( #4172 )
...
* Update users.js
* Put back comma
* Add rooks logo
* Delete Logo Rooks.png
* Add rooks.png logo
* Delete rooks.png
* Add new rooks.png image
2021-02-04 17:16:49 +01:00
Alexey Pyltsyn
dbfa256a7b
refactor(v2): minor styling improvements ( #4167 )
...
* refactor(v2): minor styling improvements
* Fixes
2021-02-04 11:53:20 +01:00
Sébastien Lorber
e807bff666
docs(v2): improve bad static assets doc + remove some useless useBaseUrl usage ( #4158 )
2021-02-02 18:26:51 +01:00
Sergio Moreno
98910656c4
docs(v2): Add Rematch site to showcase page ( #4139 )
2021-02-01 10:56:36 +01:00
Sébastien Lorber
beddecb27b
feat(v2): default canonical urls ( #4109 )
2021-01-28 10:16:42 +01:00
sammychinedu2ky
b93d95b9e0
docs(v2): Add codesandbox integration ( #4062 )
2021-01-19 16:00:07 +01:00
Ivan Ružević
bb925a6fc8
docs(v2): Add Eightshift Docs site to showcase page ( #4053 )
2021-01-16 12:51:41 +08:00
Eduardo Lázaro
c94b44559c
docs(v2): add sciwp to showcase ( #4046 )
2021-01-14 16:54:50 +01:00
Miroiu Emanuel
240233629a
docs(v2): Add Nodify to showcase ( #4036 )
...
* Add Nodify to showcase
* Add Nodify to showcase
* Update users.js
Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2021-01-14 10:03:45 +01:00
Andrew Taft
e6a00d4869
docs(v2): Add FlexIt to showcase ( #4026 )
...
* Add FlexIt Analytics
Add FlexIt Analytics to showcase
* Add flexit.png
2021-01-12 16:46:20 +01:00