Sébastien Lorber
bc0538f6fa
refactor(theme-common): move useDocsPreferredVersion() to public api ( #7729 )
2022-07-06 17:58:18 +02:00
Joshua Schmitt
8a72b769b1
chore: bump devcontainer to node 18 ( #7726 )
...
* fix: bump devcontainer to node 16
* fix: bump devcontainer directly to nodejs 18
2022-07-06 16:32:08 +08:00
dependabot[bot]
3a3ce254ce
chore(deps): bump github/codeql-action from 2.1.14 to 2.1.15 ( #7724 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.1.14 to 2.1.15.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](41a4ada31b...3f62b754e2
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-05 11:31:00 +08:00
Joshua Chen
426b023f11
docs: add GitHub pages deployment troubleshooting guide ( #7723 )
2022-07-04 22:45:04 +08:00
Joshua Chen
fa22927250
chore: upgrade dependencies ( #7684 )
...
* chore: upgrade dependencies
* fix
* reupgrade
* downgrade
2022-07-04 19:36:43 +08:00
Johnie Hjelm
61f769ea52
feat(theme-translations): Swedish translation ( #7715 )
2022-07-03 13:32:43 +08:00
Wes McNamee
ee376d19f6
feat(deploy): copy local git config to tmp repo ( #7702 )
2022-07-01 15:17:23 +02:00
Dima Grossman
07b6c200af
docs: add Novu to showcase ( #7712 )
2022-07-01 14:34:08 +02:00
Joshua Chen
1f47151363
docs: mention MDXContent ( #7705 )
2022-07-01 10:43:06 +02:00
Redcamel
ffe8a22ea5
docs: add RedGradient to showcase ( #7704 )
...
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2022-07-01 10:05:15 +02:00
Redcamel
2424183b3e
docs: add RedGradient to showcase ( #7704 )
...
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2022-07-01 10:04:46 +02:00
Joe Harrison
825211f41d
fix(content-docs): format last update date as "Jun 19, 2020" ( #7673 )
...
* consistent date formatting betweeen docs and blog
* update error message
* use short month names
Co-authored-by: Joe Harrison <jharrison@drwuk.com>
2022-06-29 18:19:29 +02:00
7Wate
2910f99bbc
docs: add 7Wate's Wiki to showcase ( #7688 )
...
* docs: add 7Wate`s Wiki to showcase
* docs: add 7Wate`s Wiki to showcase screen
* fixes
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
2022-06-28 22:50:00 +08:00
dependabot[bot]
5e89f10916
chore(deps): bump github/codeql-action from 2.1.12 to 2.1.14 ( #7692 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.1.12 to 2.1.14.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](27ea8f8fe5...41a4ada31b
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-28 16:01:49 +08:00
Dzung Do
e801d915bf
fix(theme-translations): typo in vi locale ( #7694 )
...
Update plugin-ideal-image.json
2022-06-28 10:19:54 +08:00
Ngô Quốc Đạt
b88a915a64
chore(theme-translations): complete vi translations ( #7691 )
...
* chore(theme-translations): complete vi translations
* Edit `theme.SearchBar.seeAll`
2022-06-27 23:31:40 +08:00
Ahmed Altomy
8e4f209df9
chore(theme-translations): complete ar translations ( #7683 )
...
* Edit Locale "Arabic ar" texts
* chore(theme-translations): complete ar translations #7683
2022-06-27 23:30:30 +08:00
Tom Mrazauskas
bb558ffcb9
test(logger): use jest-serializer-ansi-escapes
( #7685 )
...
* chore(logger): use jest-serializer-ansi-escapes
* move serialiser to jest.config
2022-06-27 15:03:51 +08:00
alewolf
7720a1cfd8
docs: add SweetCode to showcase ( #7682 )
...
* Update users.tsx
* Add files via upload
* fixes
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
2022-06-25 16:40:12 +08:00
Sébastien Lorber
cebe4840aa
misc: add IDE language annotation comments ( #7678 )
...
add IDE language annotations
2022-06-25 09:55:28 +08:00
Steven Serrata
9ce7d11309
docs: add docusaurus-openapi-docs to resources ( #7675 )
...
* Add docusaurus-openapi-docs to resources
* Add 'OpenAPI' to words list
* Edit description
* Add 'openapi' to project-words.txt
2022-06-25 00:57:18 +08:00
Benjamin Cabanes
18b40d4024
docs: add more info on github cross repo deployment ( #7677 )
...
docs(core): add more info on github cross repo deployment
2022-06-25 00:56:53 +08:00
Sébastien Lorber
afc08eef4f
refactor(theme): move LayoutProviders to Layout/Provider; composeProviders util ( #7676 )
...
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
2022-06-24 18:36:27 +02:00
Sébastien Lorber
90a8ca387e
chore: prevent importing theme components with relative paths ( #7674 )
2022-06-24 17:22:44 +02:00
Sébastien Lorber
2c7012f706
refactor(theme-common): rename useDynamicCallback to useEvent ( #7671 )
2022-06-24 12:10:03 +02:00
Sébastien Lorber
9473508c33
refactor(theme-common): split package into public/internal API entrypoints ( #7660 )
...
* add theme-common/internal export
* Split @docusaurus/theme-common into public/internal apis
* fixes
* public <-> private
* public <-> private
* public <-> private
* fix
* add "removeThemeInternalReexport" CI script
* :s windows CI check not working: not that useful
* remove bad import
* refactors
* reorder
* make useBackToTopButton internal
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
2022-06-24 11:21:27 +02:00
Webber Takken
35d320fa2c
docs: add awesome-docusaurus resource ( #7563 )
...
Add awesome-docusaurus resource
2022-06-24 12:12:44 +08:00
Joshua Chen
8e3e89d9ff
docs: add link from every category index page to the guide page ( #7665 )
2022-06-23 13:46:59 +02:00
Sébastien Lorber
42ab07f62f
feat(theme-classic): themeConfig navbar/footer logos accept className/style + update Meta Open-Source Logo ( #7643 )
2022-06-23 11:22:27 +02:00
Sébastien Lorber
a989a1d17e
chore: upgrade Infima to alpha.40 ( #7664 )
2022-06-23 16:50:19 +08:00
Joshua Chen
80585e7d7e
misc: share .vscode/extensions.json ( #7663 )
2022-06-23 11:50:47 +08:00
Ben Myers
3990404419
fix(theme-classic): expose empty string alt text in navbar logos ( #7659 )
...
* fix: Expose empty string alt text in brand logos via nullish coalescing
* fix: Update boolean logic for fallbacks
* fix: Dogfood fix on Docusaurus brand logo
* refactor: Un-inline alt logic, and reduce chance of duplication in fallback
2022-06-23 11:42:52 +08:00
Sébastien Lorber
fd87afd249
refactor(docs,theme): split DocItem comp, useDoc hook ( #7644 )
...
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
2022-06-22 14:27:23 +02:00
Rudra Sen
2316900174
docs: add Comp Labs website to showcase ( #7652 )
...
* docs(v2): Add Comp Labs website to showcase page
* Add Image
* fix image
* Update users.tsx
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
2022-06-22 19:40:11 +08:00
Joshua Chen
4b5a47ba37
feat(client-redirects): make plugin respect onDuplicateRoutes config ( #7649 )
2022-06-22 13:32:02 +02:00
Joshua Chen
51d7899b0d
fix(theme-common): add a missing generic constraint ( #7648 )
2022-06-22 13:29:31 +02:00
Joshua Chen
7b239e2ec5
refactor(website): minor showcase data refactor ( #7654 )
2022-06-21 21:35:36 +08:00
dependabot[bot]
3bb76b2b19
chore(deps): bump actions/dependency-review-action from 1.0.2 to 2.0.2 ( #7650 )
...
* chore(deps): bump actions/dependency-review-action from 1.0.2 to 2.0.2
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action ) from 1.0.2 to 2.0.2.
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](a9c83d3af6...1c59cdf2a9
)
---
updated-dependencies:
- dependency-name: actions/dependency-review-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update dependency-review.yml
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
2022-06-21 21:06:28 +08:00
Joshua Chen
5137543914
chore: upgrade dependencies ( #7646 )
2022-06-18 17:03:41 +08:00
凱恩Kane
009361addc
docs: mark Yeecord as opensource in showcase ( #7645 )
2022-06-18 15:38:19 +08:00
Benjamin Cabanes
25080baf37
docs: add lerna to showcase ( #7622 )
...
* chore(website): add lerna to showcase database
* fixes
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
2022-06-17 21:58:44 +08:00
Joshua Chen
bfba6a8b02
refactor: remove "error" reporting level, move reportMessage to logger ( #7642 )
2022-06-17 14:51:00 +02:00
Joshua Chen
1b9bec1042
feat: allow customizing localization path of each locale ( #7624 )
2022-06-17 11:07:35 +02:00
Paul O’Shannessy
39e3e3715e
chore(create): update the facebook template with current assets ( #7639 )
2022-06-17 12:26:22 +08:00
Hyunseung Lee
331b83ca40
chore(theme-translations): complete ko translations ( #7633 )
...
* Update KO i18n translations
* Update ko i18n
* Update algolia i18n
Co-authored-by: 이정환 <king199777@gmail.com>
Co-authored-by: Yongmin Hong <revi@pobox.com>
2022-06-17 10:29:59 +08:00
Sébastien Lorber
6df379ca6f
fix(docs): forward doc frontMatter.sidebar_custom_props to linking sidebar category ( #7638 )
2022-06-16 19:20:07 +02:00
Joshua Chen
20e8e90762
fix(content-docs): allow translating doc labels in sidebars.js ( #7634 )
2022-06-16 16:11:21 +02:00
Matthias Koch
5fe33bef06
fix(content-pages): add article wrapper around MDXContent ( #7595 )
2022-06-16 14:00:22 +02:00
emattia
7e9a38ca36
docs: add outerbounds to showcase ( #7564 )
...
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2022-06-16 12:38:04 +02:00
Joshua Chen
89e146f596
fix(utils): allow any non-boundary characters in Markdown heading ID ( #7604 )
2022-06-16 12:32:42 +02:00