Commit graph

598 commits

Author SHA1 Message Date
Sébastien Lorber
f40ce05102
refactor: clean Canny integration + rename 'Feedback' to 'Feature Requests' + improve TS doc page (#5389)
* Better Canny integration

* Add missing netlify redirects

* polish

* TS doc: mention it's possible to use JSDoc in config

* issue templates: use /feature-requests new url
2021-08-20 11:42:13 +02:00
Massoud Maboudi
f666de7e59
docs(v2): Update Datagit site to showcase page (#5376) 2021-08-18 15:10:14 +02:00
Paul O’Shannessy
8341527fc9
refactor: rename Git master branch to main (#5345)
* Prepare to renaming master branch to main

* Update CONTRIBUTING.md

* Update packages/docusaurus-migrate/src/__tests__/__fixtures__/missing_version_website/website/package.json

* Update packages/docusaurus-migrate/src/__tests__/__fixtures__/complex_website/website/package.json

* Update packages/docusaurus-migrate/src/__tests__/__fixtures__/simple_website/website/package.json

* missing master -> main replaces

* useless char

* For GH Pages org deploy, DEPLOYMENT_BRANCH env is now required

* fix versioning page

* fix vercel links

* update deployment.mdx

Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
Co-authored-by: slorber <lorber.sebastien@gmail.com>
2021-08-17 18:41:53 +02:00
Yan Ivan Evdokimov
03236e42ff
docs: Add drayman to showcase (#5366)
* Add Drayman to showcase.

* Re-run CLA check.

* Add navbar to image.

* Update website/src/data/users.tsx

Co-authored-by: slorber <lorber.sebastien@gmail.com>
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2021-08-17 13:19:05 +02:00
Garry
09a954165c
docs(v2): Add Nocalhost website to showcase page (#5369)
* add-nocalhost-to-showcase

* Update website/src/data/users.tsx

Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2021-08-17 12:06:45 +02:00
Sébastien Lorber
174fd2d248
docs(website): bump announcement bar + include Twitter link + refactor site colors (#5351)
* bump announcement bar + include Twitter link

* customize announcementBar css background + refactor infima colors
2021-08-13 16:23:56 +02:00
Joshua Chen
6c21061e34
refactor(website): convert website to TypeScript (#5328)
* Initial work

Signed-off-by: Josh-Cena <sidachen2003@gmail.com>

* Minor changes

Signed-off-by: Josh-Cena <sidachen2003@gmail.com>

* Fix error

Signed-off-by: Josh-Cena <sidachen2003@gmail.com>

* This looks better

Signed-off-by: Josh-Cena <sidachen2003@gmail.com>

* Address suggestions

Signed-off-by: Josh-Cena <sidachen2003@gmail.com>

* Better style

Signed-off-by: Josh-Cena <sidachen2003@gmail.com>

* Better style

Signed-off-by: Josh-Cena <sidachen2003@gmail.com>

* Better context typing

Signed-off-by: Josh-Cena <sidachen2003@gmail.com>

* Update edit URL

Signed-off-by: Josh-Cena <sidachen2003@gmail.com>

* Minor refactor

Signed-off-by: Josh-Cena <sidachen2003@gmail.com>
2021-08-11 11:38:33 +02:00
Alexey Pyltsyn
09f089b612
chore: upgrade Infima to alpha.30 (#5256)
* chore: upgrade Infima to alpha.30

* Remove redundant CSS class

* Update index.tsx
2021-08-11 10:56:57 +03:00
HaochenQ
58a8b0ea2c
docs: add Haochen to showcase page (#5329)
* Update users.js

Adding my website built with docusaurus as a showcase.

* Add files via upload

Add an image preview.
2021-08-10 16:23:36 +02:00
Sébastien Lorber
916b82119b
feat: mdx loader fallback, allow importing mdx docs from anywhere (#5299)
* move deep filepath test

* split markdownPageExample.md

* re-org dogfooding content

* Add mdx partials fallback synthetic plugin by default

* test commit

* hide changelog title as it's already included in the partial file

* trigger CI

* fix changelog sidebar label
2021-08-06 11:32:22 +02:00
Marko Saric
2360c592ab
docs: Add Plausible Analytics docs to showcase page (#5271)
* Add Plausible Analytics docs to showcase page

* add plausible.png

Co-authored-by: slorber <lorber.sebastien@gmail.com>
2021-08-04 14:18:33 +02:00
Jonny Burger
778def2d8c
docs(v2): update Remotion website picture in showcase (#5259) 2021-07-30 20:07:56 +03:00
Dmitry Zhifarsky
ca8803146c
docs(v2): add Dart Code Metrics site to showcase page (#5260) 2021-07-30 20:05:42 +03:00
David Seal
a59378ba87
docs(v2): Add unmand site to showcase page (#5239) 2021-07-29 17:36:12 +02:00
Sergio Moreno
d31f1be711
docs: add Verdaccio.org to showcase (#5236)
* chore: add Verdaccio.org to showcase

* Update website/src/data/users.js

Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2021-07-28 22:25:13 +02:00
Sébastien Lorber
b3e89d2a86
feat: docusaurus.new + improved StackBlitz playground (#5235)
* Upgrade playground shortcut domain to docusaurus.new

* update generateExamples

* update generateExamples + re-generate with stackblitz config

* test

* test

* test

* test

* test

* update examples

* upgrade lockfile

* fix yarnlock

* fix yarnlock
2021-07-28 19:27:58 +02:00
Sébastien Lorber
4cfbfa11ee
chore: Upgrade infima 29 (#5234)
Co-authored-by: Massoud Maboudi <massoud.maboudi@gmail.com>
2021-07-28 17:58:09 +02:00
Alexey Pyltsyn
7e48961b3b
chore: fix iframe background color in dark mode (#5223)
* chore: fix GH button background color in dark mode

* Fix for Canny
2021-07-27 16:06:37 +02:00
Alexey Pyltsyn
b202fdb59f
docs(v2): remove vector.dev from showcase (#5218) 2021-07-25 16:24:41 +03:00
Sébastien Lorber
700a82aefe
feat: multiple playground choices (#5207)
* poc of using netlify functions for playground redirections

* push

* cleanup

* restore files

* fix netlify functions?

* fix netlify functions?

* implement serverless functions for playgrounds with persistent cookie

* move new.docusaurus.io to monorepo packages

* move new.docusaurus.io to monorepo packages

* lockfile

* push

* catch-all redirect

* Translate/Interpolate: add better error message if not used correctly

* Add /docs/playground page

* Add some additional doc
2021-07-22 21:10:36 +02:00
Sébastien Lorber
4d06f26c1f
fix(v2): Fix MDX docs being considered as partials when siteDir match the _ prefix convention (#5199)
* Add _ to dogfood docs folder to cover against edge case

* Fix edge case with MDX partials when site / content dir contains a _ prefix

* add globUtils tests

* proper dogfooding folder re-organization, all content plugins being used

* refactor dogfooding folder + expose /tests page index

* fix page plugin ignoring options.routeBasePath
2021-07-21 14:13:51 +02:00
Dan Gebhardt
966b1d18be
docs(v2): Add Orbit.js site to showcase (#5189) 2021-07-17 23:45:32 +03:00
David Barrat
6210509bbe
docs(v2): add easyjwt to users (#5177)
* docs(v2): add easyjwt to users

* Update website/src/data/users.js

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

Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2021-07-16 20:31:36 +02:00
François Massot
cda09237cc
docs(v2): Add quickwit to user.js and png. (#5187)
* Add quickwit to user.js and png.

* Update website/src/data/users.js

Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2021-07-16 11:44:32 +02:00
Lukas Bach
5e8c62a074
docs(v2): Add react-complex-tree to users.js (#5184)
* add react-complex-tree to users.js

* add react-complex-tree preview image
2021-07-16 11:25:58 +02:00
Arijit Kundu
a7b23d94d0
docs(v2): Add Zowe to Showcase (#5121) 2021-07-08 14:40:59 +02:00
Taylor Reece
ef70de18dd
docs(v2): Add Prismatic docs page to showcase. (#5117) 2021-07-06 19:52:44 +02:00
David Zhao
067f3dac7e
docs(v2): Add LiveKit to showcase (#5115)
* added LiveKit to showcase

* Update website/src/data/users.js

Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2021-07-06 14:45:24 +02:00
Przemysław Chojecki
e5bfa2ede2
docs(v2): add Blink Shell Documentation to Showcase (#5114) 2021-07-06 11:48:35 +03:00
Philipp Muens
c9d4854ad8
docs(v2): Add CryptoDevHub to Showcase (#5113) 2021-07-05 10:50:54 +02:00
dirslashls
b499331625
docs(v2): Add SQL Frames to the showcase (#5086)
* Update users.js to add SQL Frames to the showcase

* Adding image to showcase
2021-06-30 11:15:58 +02:00
Jules Sam. Randolph
53f6ee543d
docs(v2): Add React Native Render HTML site to showcase page (#5022) 2021-06-21 18:27:45 +02:00
Sébastien Lorber
871e090ed8
chore: add archived versions system + archive alpha.73-75 (#5005) 2021-06-18 17:27:13 +02:00
Alexey Pyltsyn
7dc9fe839b
chore(v2): update infima to alpha 26 (#5001) 2021-06-18 15:03:51 +02:00
Lucas Correia
34411e12e5
fix(v2): truncate docuhash return value in order to avoid ERRNAMETOOLONG error (#4899)
* fix: truncate docuhash return value in order to avoid ERRNAMETOOLONG error

* chore: add deep file path test page to website

* refactor: reorganize docuHash/pathUtils code and tests

* chore: git support longpaths on v2 windows tests workflow

Co-authored-by: slorber <lorber.sebastien@gmail.com>
2021-06-15 18:39:06 +02:00
e271828-
d2a5be8bd5
docs(v2): Add hCaptcha.com Docs to Showcase (#4957)
* Add hCaptcha.com Docs

* Add files via upload
2021-06-14 19:09:32 +02:00
Pablo Vidal
8d3e52f803
docs(v2): update Awe framework site showcase (#4963)
We add i18n feature in Awe framework doc website
2021-06-14 14:56:38 +03:00
Ben Rometsch
03ac9c2134
docs(v2): add Flagsmith to showcase (#4953)
* Added docs.flagsmith.com

* Flagsmith image

* Update users.js

Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
2021-06-13 10:01:37 +03:00
Alexey Pyltsyn
869f4bf206
fix(v2): fix minor a11y issues (#4906) 2021-06-09 13:33:08 +02:00
Alexey Pyltsyn
0cfdda81be
misc: optimize showcase images (#4901) 2021-06-03 19:37:10 +02:00
Jon Barker
0bdab02e20
docs(v2): add ClarityChallenge to showcase (#4898)
* Update users.js

Adding a new user - ClarityChallenge.

* Add files via upload

* Update users.js

Fixing url for source of claritychallenge user
2021-06-03 17:48:45 +02:00
Louis Gallet
65cf8dacee
docs(v2): Add Aide Jeune website to Docusaurus site showcase (#4887)
* Add Aide Jeune preview

* add aidejeune website

* correcting tags

* Add opensource tag

* Update website/src/data/users.js

Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2021-06-02 17:08:26 +02:00
fgatti675
8984b66092
docs(v2): Added FireCMS to the showcase (#4879)
* Add FireCMS to the showcase

We have an awesome WebGL animation!
https://firecms.co/

* Add FireCMS image
2021-06-01 17:49:21 +02:00
Joel
b7ea0955a5
docs(v2): showcase joelpo website (#4848) 2021-05-29 18:16:32 +08:00
Louis Grenard
665d73aba3
docs(v2): add "Leon" docs website to showcase (#4822)
* docs(v2): add "Leon" docs website to showcase

* chore(v2): minify "Leon" PNG showcase
2021-05-24 12:52:58 +03:00
Massibian
6088bed20f
docs(v2): add Mia-Platform to showcase (#4831)
* added Mia-Platform site

added Mia-Platform site

* add Mia-Platform img
2021-05-24 12:42:28 +03:00
mg
b05f029b19
docs(v2): add Runiac to showcase (#4838)
* Update users.js

* Add files via upload

* Update users.js

* Delete runiac-website.png

* Add files via upload
2021-05-24 12:39:41 +03:00
Tinaël Devresse
2c88cb2331
docs(v2): Add i18n tag and fix typo (#4803)
* Add i18n tag to https://tinaeldevresse.eu/

* Fix typo
2021-05-17 18:25:52 +02:00
Tinaël Devresse
b33ee8226d
docs(v2): Add tinaeldevresse.eu to Docusaurus' gallery (#4786)
* Add tinaeldevresse.eu to Docusaurus' gallery

* Update website/src/data/users.js

* Update website/src/data/users.js

Co-authored-by: hunteroi <me@tinaeldevresse.eu>
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2021-05-14 16:22:43 +02:00
Joel Hans
cce9484a47
docs(v2): Add Netdata to showcase (#4757)
* docs(v2): Add Netdata to showcase

* Add files via upload
2021-05-10 19:03:02 +02:00