Matheus Ricardo Brunelli
8f658f1e23
docs: add Blog Matheus Brunelli site to showcase ( #6727 )
...
* add Blog Matheus Brunelli to users.tsx
* add blogmatheusbrunelli.png to showcase
* minor tweaks
* add tag
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
2022-02-22 18:37:00 +08:00
dependabot[bot]
26b7d9afc3
chore(deps): bump treosh/lighthouse-ci-action from 8.2.0 to 9.3.0 ( #6736 )
...
Bumps [treosh/lighthouse-ci-action](https://github.com/treosh/lighthouse-ci-action ) from 8.2.0 to 9.3.0.
- [Release notes](https://github.com/treosh/lighthouse-ci-action/releases )
- [Commits](https://github.com/treosh/lighthouse-ci-action/compare/8.2.0...9.3.0 )
---
updated-dependencies:
- dependency-name: treosh/lighthouse-ci-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-22 07:11:15 +08:00
Joshua Chen
671873a681
refactor(core): reduce code verbosity ( #6734 )
...
* refactor(core): reduce code verbosity
* fix
* fix
2022-02-21 19:31:22 +08:00
Joshua Chen
c38200ba5b
refactor: declare all props as interfaces ( #6730 )
...
* refactor: declare all props as interfaces
* fix
* fix...
2022-02-21 11:52:11 +08:00
Joshua Chen
5555290edc
misc: improve bug report template ( #6726 )
2022-02-20 22:53:55 +08:00
CodeDoctor
1bd1160ddc
docs: add Butterfly Documentation to showcase ( #6721 )
...
* Add Butterfly Documentation
* optimize image
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
2022-02-20 10:30:25 +08:00
Joshua Chen
c6d0d812eb
refactor: convert all fs methods to async ( #6725 )
...
* refactor: convert all fs methods to async
* fix snap
2022-02-20 10:21:33 +08:00
Balthasar Hofer
c0b3c9af65
fix(content-docs): create assets for frontmatter images ( #6720 )
...
* create assets for docs front matter images aswell
fixes : #6718
* retrigger fb cla-check
2022-02-20 10:20:33 +08:00
Joshua Chen
ea6ceaa371
refactor: ensure lodash is default-imported ( #6716 )
2022-02-19 18:15:02 +08:00
Joshua Chen
47c9a37c5f
chore: upgrade dependencies ( #6715 )
...
* chore: upgrade dependencies
* upgrade Node
2022-02-19 11:47:44 +08:00
Joshua Chen
692680d1d1
fix(mdx-loader): make headings containing links properly formatted in ToC ( #6712 )
2022-02-18 10:57:08 +08:00
Hong Yongmin
bbc0562d67
chore(theme-translations): complete Korean translations ( #6711 )
...
Requested at #6686 .
Signed-off-by: Yongmin Hong <revi@pobox.com>
2022-02-18 08:47:22 +08:00
이정환
d9bb77923e
fix(theme-translations): improve Korean translations ( #6686 )
...
* "Ko.json" Partial modification.
* format
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
2022-02-18 07:24:04 +08:00
Naseel Niyas
397915fc71
docs(website): Add techharvesting to showcase ( #6710 )
2022-02-17 15:58:23 +01:00
Joshua Chen
405d5d1a3e
fix(cli): disable directory listing in serve ( #6701 )
2022-02-17 14:53:40 +01:00
Sébastien Lorber
a6f53aa9d2
refactor(theme-classic): bias again search metadata toward Algolia DocSearch ( #6707 )
2022-02-17 14:24:31 +01:00
Sébastien Lorber
12aae9a086
docs: add doc for generated-index keyword/image metadata ( #6708 )
2022-02-17 14:24:13 +01:00
Alexey Pyltsyn
0f1f35b678
docs(website): fix video responsiveness ( #6709 )
2022-02-17 14:22:36 +01:00
Dmitry Vinnik
1551407a9b
docs: add deep dive video for Docusaurus ( #6687 )
2022-02-17 12:03:26 +01:00
Sébastien Lorber
49361e2ae9
docs(website): search doc typo searchParameters ( #6704 )
2022-02-17 11:57:30 +01:00
Alexey Pyltsyn
089ef14c9a
fix(theme-common): do not run useLocationChange when hot reloading ( #6696 )
2022-02-17 08:41:15 +08:00
Alexey Pyltsyn
53c2c118c4
feat(search-algolia): allow disabling search page and configuring path ( #6692 )
2022-02-16 19:07:01 +01:00
Jody Heavener
3629b5ab39
feat(docs,theme-classic): docs breadcrumbs ( #6517 )
...
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
2022-02-16 19:02:58 +01:00
Joshua Chen
67918e35e2
refactor: convert CLI entry points to ESM; migrate create-docusaurus to ESM ( #6661 )
...
* refactor: convert CLI entry points to ESM
* fix
* fix
* fix
* fix!
* create-docusaurus ESM
* fix lock
* final touchups
* fix lodash
* fix
* use lodash
* fix hasYarn
2022-02-16 23:00:35 +08:00
Joshua Chen
eacc695542
fix(pwa): declare babel core as direct dependency ( #6691 )
2022-02-16 18:47:40 +08:00
Joshua Chen
80a9806775
fix(theme-classic): improve aria label of color mode toggle ( #6674 )
...
* fix(theme-classic): improve aria label of color mode toggle
* oops
2022-02-16 10:38:09 +08:00
Erick Zhao
0c6165b161
fix(utils): make SVGO not remove title ( #6684 )
...
* chore(utils): add `removeTitle: false` to svg loader
By default, SVGR removes the `<title>` tag from SVG inputs.
This hinders a11y since "the `<title>` element provides an
accessible, short-text description of any SVG container
element or graphics element".
Modern browsers also show tooltips on hover for inline
SVG with the `<title>` tag.
See https://developer.mozilla.org/en-US/docs/Web/SVG/Element/title
* fix test
2022-02-15 17:14:54 +08:00
Joshua Chen
94532dfd26
docs: fix bad anchor link syntax ( #6683 )
2022-02-15 11:24:50 +08:00
Ruben Arushanyan
344e199ee8
docs: add redux-cool site to showcase ( #6682 )
...
* redux-cool site adding
* redux-cool site showcase adding
* optimize image
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
2022-02-15 11:01:44 +08:00
Daniel Kalevski
5cd2c085f6
docs: add Rivalis to showcase ( #6677 )
...
* added Rivalis entry and screenshot to showcase dir
* optimize image
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
2022-02-15 11:01:31 +08:00
CookieJarApps
7a7d5d047c
docs: add SmartCookieWeb site to showcase ( #6676 )
...
* Added SmartCookieWeb to showcase
* optimize image
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
2022-02-15 11:01:19 +08:00
dependabot[bot]
224ec08931
chore(deps): bump actions/github-script from 5 to 6 ( #6678 )
...
Bumps [actions/github-script](https://github.com/actions/github-script ) from 5 to 6.
- [Release notes](https://github.com/actions/github-script/releases )
- [Commits](https://github.com/actions/github-script/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-15 10:20:05 +08:00
Joshua Chen
d460d48dfc
docs: mention that all official themes are TypeScript-covered ( #6675 )
...
* docs: mention that all official themes are TypeScript-covered
* revert...
* kick
2022-02-14 23:33:37 +08:00
Joshua Chen
c27695ab5c
docs: mention about blog date in front matter ( #6673 )
...
* docs: mention about blog date in front matter
* fix
2022-02-14 15:42:37 +08:00
Joshua Chen
56b81d1a55
refactor(website): extract homepage data from UI; feature text updates ( #6672 )
...
* refactor(website): extract homepage data from UI; feature text updates
* minor edit
2022-02-14 14:13:23 +08:00
Mikey O'Toole
d8caf3f896
docs: add CyberDrain Improved Partner Portal (CIPP) to showcase ( #6670 )
...
* Add CyberDrain Improved Partner Portal (CIPP)
* Add CIPP showcase preview
* Fix image naming for CIPP - move Discord Resources to alphabetical order.
* optimize image
2022-02-14 13:49:18 +08:00
Joshua Chen
b89d93fab5
refactor: recommend using data-theme without html element selector ( #6668 )
...
* refactor: recommend using data-theme without html element selector
* simplify site CSS
* refactor
2022-02-14 10:23:42 +08:00
Alexey Pyltsyn
4b7bea950f
fix(website): make YT iframe responsive ( #6667 )
...
* fix(website): make YT iframe responsive
* Redesign
2022-02-13 21:13:45 +08:00
Dmitry Vinnik | Meta
e42f57ebd6
Merge branch 'main' into main
2022-02-12 12:36:57 -08:00
Joshua Chen
0c7e592d34
chore: upgrade dependencies ( #6660 )
...
* chore: upgrade dependencies
* fix types
2022-02-12 15:29:40 +08:00
Dmitry Vinnik | Meta
472840dbd8
docs: add eli5 video to home page ( #6659 )
...
* Adding eli5 video the home page
* Update index.tsx
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
2022-02-12 08:11:37 +08:00
Joshua Chen
acf4ae8f96
refactor: reduce exported members of docusaurus router ( #6651 )
2022-02-11 12:16:13 +01:00
Dmitry Vinnik
c02269769f
Adding ELI5 video to the home page
2022-02-10 21:33:04 -08:00
Alexey Pyltsyn
cfef4755da
refactor(theme-classic): clean up CSS of doc sidebar item ( #6622 )
...
* refactor(theme-classic): clean up doc sidebar item CSS
* Use link placeholder for Introduction category
* Use test pages for dogfooding
* Update sidebars.js
* Add another test case
2022-02-11 13:11:47 +08:00
Joshua Chen
da9075105a
refactor(module-aliases): remove react-helmet dependency ( #6658 )
2022-02-11 13:08:08 +08:00
Konstantin Tarkus
916e4f1a26
fix(core): forward ref to Link's anchor element ( #6644 )
...
* feat(core): allow to pass ref into the Link component
* refactor
* add dogfood
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
2022-02-11 12:34:13 +08:00
Clement Demonchy
1cd4757828
feat: allow numbers in plugin ID ( #6656 )
...
* fix example for id that didn't respect regex
example for id don't work with version 2.0.0-beta.15:
ValidationError: "id" with value "docs1" fails to match the required pattern: /^[a-zA-Z_-]+$/
Error: Process completed with exit code 1.
* properly fix
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
2022-02-11 11:57:58 +08:00
Alexey Pyltsyn
10a5f71154
fix(theme-classic): minor BTT button fixes ( #6652 )
2022-02-10 15:35:34 +01:00
Joshua Chen
bae9827d92
refactor(utils): replace hash with contenthash for file loader ( #6650 )
2022-02-10 17:43:55 +08:00
Joshua Chen
fbbec7fef8
fix(cli): make docusaurus clear also remove .yarn/.cache folder ( #6646 )
...
* fix(cli): make clear also remove .yarn/.cache folder
* refactor
2022-02-10 12:54:32 +08:00