Commit graph

5988 commits

Author SHA1 Message Date
Sébastien Lorber
6dd9a5076e
chore: simplify TypeScript configs, use TS 5.5 configDir placeholder (#10256) 2024-07-01 17:34:40 +02:00
Alice Zhao
aab1f4868b
feat(blog): group sidebar items by year (themeConfig.blog.sidebar.groupByYear) (#10252)
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
2024-06-28 16:59:35 +02:00
dependabot[bot]
10830ce25c
chore(deps): bump treosh/lighthouse-ci-action from 11.4.0 to 12.1.0 (#10247)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-27 13:44:37 +02:00
ozaki
de59621fbb
feat(blog): warn duplicate and inline authors (#10224)
Co-authored-by: OzakIOne <OzakIOne@users.noreply.github.com>
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
2024-06-27 11:40:18 +02:00
Paneedah
1405b25fc7
docs: add emoji for consistency (#10245) 2024-06-24 09:54:45 +02:00
Sébastien Lorber
cc506c8950
feat(mdx): support recma plugins (#10241) 2024-06-21 19:25:32 +02:00
Sébastien Lorber
4ad425a88f
chore: CI upgrade to Node 22 + TS 5.5 (#10119) 2024-06-21 14:02:27 +02:00
Tatsunori Uchino
91cef6226a
docs: backport #10173 to v3.3 + v3.4 & revise the content (#10180)
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
2024-06-21 13:43:48 +02:00
Sébastien Lorber
3a0a2a74b8
fix(markdown): mdx-code-block should support intentation (#10240) 2024-06-20 19:43:32 +02:00
Sébastien Lorber
97630b438e
fix(core): fail fast if plugin has no name (#10239) 2024-06-20 19:15:36 +02:00
franzd1
2eecd70700
fix(theme-translation): add missing German (de) theme.admonition translations (#10235) 2024-06-20 17:40:37 +02:00
Dhaya
a05f265bb8
docs(search): update docsearch api url (#10233) 2024-06-20 17:40:27 +02:00
Balthasar Hofer
591914ca5c
fix(theme): ignored className attribute on lazy loaded TabItem (#10219) 2024-06-18 16:51:22 +02:00
dependabot[bot]
88788cec90
chore(deps): bump github/codeql-action from 3.25.8 to 3.25.10 (#10226)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-18 16:50:03 +02:00
dependabot[bot]
a7c515abb4
chore(deps): bump ws from 7.5.9 to 7.5.10 (#10227)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-18 16:49:51 +02:00
dependabot[bot]
1f845e681e
chore(deps): bump braces from 3.0.2 to 3.0.3 (#10210)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-17 18:30:07 +02:00
dependabot[bot]
bc60f620c5
chore(deps): bump actions/dependency-review-action from 4.3.2 to 4.3.3 (#10209)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-17 18:29:57 +02:00
dependabot[bot]
15b7f3f7a4
chore(deps): bump github/codeql-action from 3.25.7 to 3.25.8 (#10208)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-17 18:29:47 +02:00
Sébastien Lorber
904b96c629
fix(core): fix sites unable to start/build without a static dir (#10225) 2024-06-17 18:29:38 +02:00
Daniel Li
71ba685903
fix: escape period (#10223) 2024-06-18 00:09:23 +08:00
dependabot[bot]
32d5ab08ca
chore(deps): bump github/codeql-action from 3.25.6 to 3.25.7 (#10195)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.6 to 3.25.7.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](9fdb3e4972...f079b84933)

---
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>
2024-06-03 23:55:42 +02:00
John Reilly
2b67ba94b1
docs: fix missing ` (#10194) 2024-06-03 23:54:57 +02:00
Sébastien Lorber
189bb3d4a0
chore: unlock site deploy for i18n with onInlineTags warn (#10191) 2024-06-02 12:32:51 +01:00
Sébastien Lorber
99825f6a5d
chore: update examples for v3.4.0 (#10188) 2024-05-31 19:55:06 +02:00
Sébastien Lorber
dbdd4dfb2e
chore: release Docusaurus v3.4 (#10186) 2024-05-31 19:09:06 +02:00
Sébastien Lorber
a7afd9cc87
fix(docs, blog): Markdown link resolution does not support hot reload (#10185) 2024-05-31 17:47:36 +02:00
ozaki
0eb7b64aac
feat(docs, blog): add support for tags.yml, predefined list of tags (#10137)
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
Co-authored-by: OzakIOne <OzakIOne@users.noreply.github.com>
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
Co-authored-by: slorber <slorber@users.noreply.github.com>
2024-05-31 17:32:08 +02:00
Nick Coughlin
1049294ba6
fix(theme): SearchPage should respect contextualSearch: false setting (#10178)
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
2024-05-30 14:36:37 +02:00
Azzedine E
bc71803b72
docs: add community plugin docusaurus-graph (#10176)
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2024-05-30 12:35:41 +02:00
Tatsunori Uchino
61f71f6b69
docs: improve how to use <details> (#10173) 2024-05-30 10:38:33 +02:00
Tatsunori Uchino
6c7f2fde20
docs: suggest using {<...>...</...>} if don't use Markdown in migra… (#10167) 2024-05-27 19:24:14 +02:00
Sébastien Lorber
e34614963e
fix(mdx-loader): resolve Markdown/MDX links with Remark instead of RegExp (#10168) 2024-05-24 19:03:23 +02:00
Yongmin
aab332c2ae
fix(theme-translation): add missing Korean (ko) theme translations (#10165) 2024-05-23 13:22:10 +02:00
Sébastien Lorber
0ce7c1303c
fix(search): fix algolia search container bug (#10164) 2024-05-23 12:35:19 +02:00
Mahri Ilmedova
b6644d836b
feat(theme-translations): Added Turkmen (tk) default theme translations (#10151)
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2024-05-21 10:42:03 +02:00
Nguyễn Thành Nam
6a5e186eb6
fix(theme-translations): complete Vietnamese theme translations (#10157) 2024-05-21 09:22:12 +02:00
dependabot[bot]
a503fb689c
chore(deps): bump peaceiris/actions-gh-pages from 3 to 4 (#10155)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-21 09:19:50 +02:00
dependabot[bot]
410a15fab9
chore(deps): bump github/codeql-action from 2.13.4 to 3.25.6 (#10154)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-21 09:19:40 +02:00
Sébastien Lorber
2da1d7850a
chore: fix ci? (#10153) 2024-05-20 15:36:04 +02:00
Sébastien Lorber
b8ccc0c2d3
chore: fix invalid CI workflow build-hash-router.yml (#10150) 2024-05-19 21:04:39 +02:00
CodeDoctor
3595fb0726
docs(showcase): remove butterfly (#10147) 2024-05-19 21:04:05 +02:00
Sébastien Lorber
284b97a8b5
chore: fix build-hash-router.yml workflow to trigger on main (#10149) 2024-05-19 17:26:40 +02:00
Sébastien Lorber
17f3e02a42
feat(core): hash router option - browse site offline (experimental) (#9859) 2024-05-19 15:44:58 +02:00
Sébastien Lorber
b73ad1ece5
fix(core): fix serve workaround regexp (#10145) 2024-05-16 18:29:55 +02:00
Tatsunori Uchino
562a0be392
docs: recommend users to remove hast-util-is-element in migration to v3 (#10143) 2024-05-16 18:29:14 +02:00
Sébastien Lorber
ef627f813b
fix(theme): fix announcement bar layout shift due to missing storage key namespace (#10144) 2024-05-16 18:14:34 +02:00
Sébastien Lorber
87f0023eb3
fix(core): fix docusaurus serve broken for assets when using trailingSlash (#10142) 2024-05-16 14:29:04 +02:00
Sébastien Lorber
ff5039f413
fix(core): configurePostCss() should run after configureWebpack() (#10132) 2024-05-13 15:03:48 +02:00
Sébastien Lorber
29b7a4ddbb
fix(core): codegen should generate unique route prop filenames (#10131) 2024-05-10 18:17:21 +02:00
Sébastien Lorber
394ce84691
fix(core): the broken anchor checker should not be sensitive pathname trailing slashes (#10130) 2024-05-10 16:54:59 +02:00