Joshua Chen
11f9a54a32
fix(website): fix APITable anchor ID having extra hash ( #5948 )
2021-11-15 09:16:56 +08:00
Joshua Chen
1816f135f2
fix(website): fix APITable anchor link ( #5947 )
2021-11-14 23:15:55 +08:00
Christophe Chaudier
7281844179
docs: add Froggit site to showcase page ( #5925 )
2021-11-12 16:01:18 +01:00
Jeff Shillitto
4ab9567192
docs: Add Shotstack showcase user ( #5928 )
...
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2021-11-12 15:30:49 +01:00
pal-sig
51fbcb261a
docs: add Signoz site to showcase site ( #5921 )
...
* docs(v2) - Add Signoz site to showcase site
* Update users.tsx
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
2021-11-11 10:30:30 +08:00
Joshua Chen
ecce576bbc
docs: new APITable comp to render large tables ( #5891 )
2021-11-10 11:38:23 +01:00
Joshua Chen
c8904f1615
fix(website): fix i18n routes for Canny board ( #5902 )
2021-11-08 13:17:52 +08:00
Matej Jellus
b25031ceae
docs: Add juffalow.com to Docusaurus showcase ( #5895 )
...
* Update users.tsx
* Add juffalow.com screenshot
2021-11-07 10:35:05 +08:00
Joshua Chen
e0127c66be
chore(website): enable eslint in website ( #5889 )
...
* chore: enable eslint in website
* Fixes
* prettier users
2021-11-06 19:04:45 +08:00
Patrik Mäsiar
9c086d4a78
docs: add patrikmasiar website showcase ( #5875 )
2021-11-05 10:30:40 +01:00
Paden Clayton
fa6d15b35f
feat(core): Add React ErrorBoundary component + theme default boundaries ( #3104 )
...
Co-authored-by: Paden Clayton <paden.clayton@monkedia.com>
Co-authored-by: Josh-Cena <sidachen2003@gmail.com>
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
2021-11-04 16:07:32 +01:00
Jeffrey Aven
9723360ae9
Add InfraQL product docs website ( #5847 )
...
* Add InfraQL product docs website
* added screenshot
2021-11-01 10:10:29 +08:00
Joshua Chen
1e1df74838
docs: fix i18n routes to feature requests ( #5843 )
...
* docs: fix i18n routes to feature requests
* Add redirect rules
2021-10-31 13:32:30 +08:00
Joshua Chen
9d69a0ef32
docs: add @Josh-Cena to the team ( #5820 )
...
* docs: add @Josh-Cena to the team
* Sort in alphabetical order
2021-10-29 17:29:43 +08:00
Joshua Chen
90098ca838
refactor(module-type-aliases): remove fallback aliases ( #5726 )
2021-10-20 15:27:16 +02:00
Xuqian
02858ba79f
docs(v2): Add Fenghua Frontend Developer site to showcase page ( #5727 )
...
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2021-10-20 13:12:15 +02:00
Ilija Pavlic
a97e495d9f
docs: Add Apex FP to showcase ( #5737 )
2021-10-19 18:27:46 +02:00
Dimi Mikadze
9c68420a63
docs(v2): Add Orca site to showcase page ( #5711 )
2021-10-15 17:03:18 +02:00
Darshan Gada
b40e45943e
docs: add CountryStateCityAPI site to showcase ( #5681 )
...
* Add CountryStateCityAPI to user.tsx
* Add countrystatecity.png to showcase
2021-10-10 23:20:09 +03:00
Andrew Nguyen
66362106fa
fix: allow ColorGenerator to parse colors with prefix # ( #5669 )
2021-10-09 15:37:17 +03:00
Jeffrey Aven
198590446a
docs: updated cloudywithachanceofbigdata.com blog showcase ( #5661 )
...
* Added tag and updated logo
* changed screenshot image
removed scrollbar and browser frame
2021-10-08 10:10:35 +02:00
Joshua Chen
eaacb0e98a
feat(theme-classic, plugin-docs): sidebar item level-specific className + allow customization ( #5642 )
...
* Initial work
* Complete function
* Avoid duplication
* More dedupe
* Make everything constants
* Change casing & docs
2021-10-07 16:59:02 +02:00
Aditya Kajla
03eda3e04e
docs: Add Warrant Docs site to showcase page ( #5654 )
2021-10-07 11:12:31 +02:00
Jeffrey Aven
5370f14291
docs: Added cloudywithachanceofbigdata.com showcase blog ( #5655 )
...
* Add cloudywithachanceofbigdata.com showcase site
Add [Cloudy with a chance of Big Data](https://cloudywithachanceofbigdata.com/ ) Docusaurus blog only site
* Added cloudywithachanceofbigdata.png
2021-10-07 11:07:05 +02:00
Vincent
82ea883290
docs: add ory documentation to showcase ( #5648 )
...
* feat: add ory docs showcase
* feat: add ory docs showcase screenshot
* fix: typo
* fix: remove large
Co-authored-by: slorber <lorber.sebastien@gmail.com>
2021-10-06 18:05:10 +02:00
djamaile
944e1ebf2c
docs: add djamaile blog to site showcase ( #5644 )
...
* feat: add djamaile rahamat blog to showcase
* fix: site name
Co-authored-by: Djamaile Rahamat <drahamat@bol.com>
2021-10-06 13:17:14 +02:00
Joshua Chen
8f7e7e1947
docs: add Lux Algo to showcase ( #5641 )
...
* Add data
* Test again
2021-10-06 12:43:53 +02:00
Gabriel T. Nardy
46ecda748d
docs: add nanos world docs to showcase ( #5638 )
...
* Added nanos world docs
* Added nanos-world showcase image
2021-10-03 17:05:07 +03:00
Bharat Middha
09550b0535
feat: properly type-check the Docusaurus config of new sites ( #5589 )
...
* fix: makes types DocusaurusConfig optional to match docs
* add UserDocusaurusConfig with required keys for user config
* convert UserDocusaurusConfig to use util type
* Docusaurus website config should be type-checked by CI + fix all existing issues
* add doc for config typechecking
* Update template configs for TS autocompletion
* fix last config typechecking bugs
* reapply prettier
* reapply prettier-docs
* Fix TS doc: add missing ()
* fix some docu plugin types
* add "const config" for simpler jsdoc annotation
Co-authored-by: slorber <lorber.sebastien@gmail.com>
2021-09-30 17:49:44 +02:00
Joshua Chen
3f1f8255a2
chore: upgrade Prettier + regenerate lock file ( #5611 )
...
* Bump deps
* Run prettier
* Format docs
* Minor refactor
* Collapse objects
* Fix type
* Update lock file
2021-09-30 12:54:17 +02:00
Dr-Electron
caba1e4908
docs: Add IOTA wiki to showcase ( #5610 )
...
* Add IOTA wiki
* Update website/src/data/users.tsx
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2021-09-28 16:35:57 +02:00
Whirl
57c7a302fa
docs: Add whirl.codes to showcase ( #5591 )
...
* added for whirl
* Update users.tsx
* Delete unknown[2].png
* Add files via upload
* Update users.tsx
2021-09-22 11:41:55 +02:00
headline-design
73b845e915
docs: add Pipeline UI to showcase ( #5574 )
...
* Update users.tsx
* Update users.tsx
Specify website/source for PIPELINE-UI
* Add files via upload
add pipeline-ui to showcase
* add pipeline-ui to showcase
* Update users.tsx
Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
2021-09-19 09:45:47 +03:00
Palash Shrivastava
ceff278449
docs: add Blogasaurus to showcase ( #5572 )
...
* Update users.tsx
Add Blogasaurus
* add blogasaurus image
* update filename
* delete 'PNG' file
* add 'png' file
* update users.tsx with 'png' file
2021-09-19 09:44:26 +03:00
Robert Kingston
0f5efc976f
docs: Add Mint Metrics site to the Showcase ( #5549 )
...
Co-authored-by: Robert Kingston <rob@mintmetrics.io>
2021-09-11 12:38:38 +03:00
Ivar Conradi Østhus
83b05772d5
docs: add Unleash to showcase ( #5546 )
...
* docs: add unleash to showcase
* Fix URL
Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
2021-09-09 13:11:59 +03:00
Oscar Lorentzon
9918c3c45e
docs: add mapillary-js to showcase ( #5464 )
2021-09-02 16:08:59 +02:00
Joshua Chen
5f003bcabd
feat(theme-classic): allow passing tab label and default value through TabItem ( #5442 )
...
* Implement feature
Signed-off-by: Josh-Cena <sidachen2003@gmail.com>
* Dogfood edge case
Signed-off-by: Josh-Cena <sidachen2003@gmail.com>
* Correct keydown handling
Signed-off-by: Josh-Cena <sidachen2003@gmail.com>
* Update index.tsx
* Update markdown-features-tabs.mdx
* Update markdown-features-tabs.mdx
* polish tabs doc
* Update markdown-features-tabs.mdx
Co-authored-by: slorber <lorber.sebastien@gmail.com>
2021-09-01 12:44:37 +02:00
Antony Messerli
49c5f3ed41
docs: Add netboot.xyz to site showcase ( #5435 )
...
* Add netboot.xyz to site showcase
* Add files via upload
2021-08-30 10:27:28 +02:00
Fouad Matin
8779c8ff4a
docs: add Indent to showcase ( #5421 )
...
* docs: add Indent to showcase
* docs: add Indent preview
* fix: missing source field
2021-08-26 12:17:21 +02:00
Julien Neuhart
2a9f5903cf
docs: add Gotenberg to showcase ( #5405 )
2021-08-23 00:19:32 +03:00
Deepak Prabhakara
69ec013248
docs(v2): showcase BoxyHQ ( #5390 )
2021-08-20 12:41:50 +02:00
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