sebastien
68cae1bf4c
fix blog case
2025-07-04 12:43:47 +02:00
sebastien
c1183ac89b
Add i18n translate flag to locale config
2025-07-04 12:38:23 +02:00
sebastien
b841dbc13f
Restore default code translations
2025-07-03 17:09:58 +02:00
sebastien
ae4637bec5
Disable localization in all content plugins
2025-07-03 17:08:10 +02:00
sebastien
0924b8baa6
disable plugins translations?
2025-07-03 15:34:53 +02:00
Sébastien Lorber
da08536816
feat(docs): sidebar item key
attribute - fix docs translations key conflicts ( #11228 )
2025-07-03 13:40:00 +02:00
Sébastien Lorber
d9d7e855c2
feat(faster): Upgrade to Rspack 1.4 ( #11294 )
2025-06-26 17:10:41 +02:00
Sébastien Lorber
b0df38d317
feat(create-docusaurus): use respectPrefersColorScheme in init template ( #11293 )
2025-06-26 15:36:46 +02:00
Sébastien Lorber
0f7cf285a3
chore(website): use local SVGs for footer badges (argos + netlify) ( #11291 )
2025-06-25 16:17:01 +02:00
Sébastien Lorber
385102df9f
chore: upgrade website to Rspack 1.4 + fix Rspack internal performance tracing ( #11290 )
2025-06-25 15:34:44 +02:00
Sébastien Lorber
1592094206
fix(theme): Fix footnote ref scrolling behind the navbar when footnote back reference clicked ( #11289 )
2025-06-25 11:11:38 +02:00
Sébastien Lorber
e82cd48842
chore(website): split changelog per version + adjust changelog plugin implementation ( #11287 )
2025-06-24 17:05:58 +02:00
Sébastien Lorber
e14caf1f78
feat(core): add siteConfig.markdown.emoji
config option to disable remark-emoji
( #11282 )
2025-06-24 16:38:08 +02:00
Sébastien Lorber
96c38d5fdd
feat(core): Add siteConfig.markdown.hooks
, deprecate siteConfig.onBrokenMarkdownLinks
( #11283 )
2025-06-24 15:51:33 +02:00
dependabot[bot]
ef71ddf937
chore(deps): bump marocchino/sticky-pull-request-comment from 2.9.2 to 2.9.3 ( #11285 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-24 11:09:33 +02:00
Sébastien Lorber
1cbc0118b0
fix(docs): Fix empty sidebar item category className
lost when post-processed to a doc ( #11281 )
2025-06-19 19:04:28 +02:00
stubinubin
068d4c63a9
fix(theme-common): Export FooterColumnItem type ( #11280 )
2025-06-19 18:31:03 +02:00
enumura
a94fdbe21c
fix(dev-server): use correct dev server HTML lang attribute ( #11271 )
...
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
2025-06-17 16:11:14 +02:00
dependabot[bot]
ee332e951d
chore(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6 ( #11272 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-17 09:51:18 +02:00
dependabot[bot]
3ed2ea2ecf
chore(deps): bump treosh/lighthouse-ci-action from 12.1.0 to 12.6.1 ( #11273 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-17 09:50:37 +02:00
Sébastien Lorber
6cb955987e
fix(theme): make useHistorySelector()
hydration-safe + use it read search/hash in theme ( #11263 )
2025-06-13 18:49:28 +02:00
Riccardo
a392c33b8e
docs: fix announcement bar css selector ( #11262 )
2025-06-13 11:38:48 +02:00
Sébastien Lorber
b54103be5d
fix(docs): prevent docs ids conflicts within a version ( #11251 )
2025-06-06 20:12:44 +02:00
Sébastien Lorber
f811e2dbf4
chore: release 3.8.1 ( #11249 )
2025-06-06 17:45:58 +02:00
Sébastien Lorber
315e3f617e
chore(faster): upgrade Rspack ( #11248 )
2025-06-06 11:44:59 +02:00
Sébastien Lorber
a36ac15947
fix(bundler): upgrade bundler CSS deps to fix potential bugs ( #11243 )
...
Co-authored-by: slorber <749374+slorber@users.noreply.github.com>
2025-06-05 18:56:09 +02:00
Sébastien Lorber
60df4936aa
fix(theme): fix unability to navigate to category's page when browsing its children items ( #11242 )
2025-06-05 18:13:46 +02:00
Sébastien Lorber
d3ab0e63a0
fix(css-cascade-layers): fix windows css cascade layers bug ( #11241 )
2025-06-05 17:03:41 +02:00
Sébastien Lorber
ef23f546fd
chore(ci): add yarn-v1-windows e2e job ( #11231 )
2025-06-05 12:50:07 +02:00
Léo Vincent
e17a26ab45
docs: deployment, fix build website commands ( #11238 )
2025-06-04 23:32:24 +02:00
Sébastien Lorber
18b47fdfc1
refactor(docs): extract loadVersion()
without changing the behavior ( #11230 )
...
* refactor, extract loadVersion() without changing behavior
* Add minimal test case for loadVersion()
* Add minimal test case for loadVersion()
* more refactor, rename index.ts to version.ts
* fix tests
* empty
2025-06-02 18:44:07 +02:00
Phil Parsons
dacfc17fb4
fix(website): ensure feedback widget renders with correct theme ( #11224 )
...
Co-authored-by: Phil Parsons <p-m-p@users.noreply.github.com>
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
2025-06-02 12:40:25 +02:00
Sébastien Lorber
ffa7525ff9
fix(bundler): fix docusaurus start
using concatenateModules: true
( #11222 )
2025-05-30 21:07:11 +02:00
Sébastien Lorber
1c454a9430
fix(types): fix future flags public types ( #11221 )
2025-05-30 19:22:56 +02:00
Weslley Araújo
dd6396dd39
fix: include Arc to supported Chromium Browsers ( #11217 )
2025-05-30 09:52:22 +02:00
Sébastien Lorber
ad56077c70
perf(website): optimize website i18n build time by removing useless git log calls ( #11214 )
2025-05-28 16:34:23 +02:00
Sébastien Lorber
2b15b85645
chore: upgrade to Node 22 by default ( #11212 )
2025-05-28 15:04:14 +02:00
Sébastien Lorber
264774a550
perf: avoid duplicated git log
calls in loadContent()
and postBuild()
for untracked Git files ( #11211 )
...
Co-authored-by: slorber <749374+slorber@users.noreply.github.com>
2025-05-28 14:03:10 +02:00
Sébastien Lorber
68aa3c876b
fix(core): fix docusaurus start
error for macOS users with no Chromium-based browser ( #11205 )
2025-05-27 17:13:32 +02:00
Sébastien Lorber
76518fd206
chore: Add missing v3.8 blog post mdx-code-block ( #11203 )
2025-05-27 13:06:04 +02:00
Sébastien Lorber
7e87ea320c
chore: update examples for Docusaurus 3.8 ( #11202 )
2025-05-27 12:42:26 +02:00
Sébastien Lorber
b126e643d1
chore: release Docusaurus 3.8 ( #11200 )
...
Co-authored-by: slorber <749374+slorber@users.noreply.github.com>
2025-05-27 12:21:15 +02:00
Dave Meyer
8a5a0c110e
docs: fix highlighted lines in github link to commonly used languages ( #11188 )
2025-05-27 10:41:05 +02:00
Noritaka Kobayashi
8958c11c58
chore: fix typos in comment-out ( #11197 )
2025-05-27 10:38:35 +02:00
Ben McCann
ba18a8b8b9
chore: simplify construction of test paths ( #11196 )
2025-05-26 13:29:23 +02:00
Noritaka Kobayashi
5d858f5e66
refactor: remove unnecessary undefined & use optional chain ( #11192 )
2025-05-26 13:07:56 +02:00
Sébastien Lorber
abd04a2b71
feat(theme): new CSS cascade layers plugin + built-in v4.useCssCascadeLayers
future flag ( #11142 )
...
Co-authored-by: slorber <749374+slorber@users.noreply.github.com>
2025-05-22 19:55:02 +02:00
dependabot[bot]
a301b24d64
chore(deps): bump actions/dependency-review-action from 4.7.0 to 4.7.1 ( #11185 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-20 13:36:40 +02:00
dependabot[bot]
d74290bcbb
chore(deps): bump lockfile-lint-api from 5.9.1 to 5.9.2 ( #11182 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-17 15:51:18 +02:00
Sébastien Lorber
484ffad4f2
docs: adjust the Docusaurus release process documentation to our new simpler process ( #11181 )
...
Co-authored-by: slorber <749374+slorber@users.noreply.github.com>
2025-05-15 17:07:13 +02:00