Commit graph

6080 commits

Author SHA1 Message Date
Nguyễn Thành Nam
ce159b1cfa
fix(theme-translations): add missing Vietnamese translations (#10507) 2024-09-19 15:48:52 +02:00
Sébastien Lorber
95e2d469e3
chore: Rename Twitter links/labels to X (#10509) 2024-09-19 11:30:57 +02:00
dependabot[bot]
a435fbd36e
chore(deps): bump dompurify from 3.0.5 to 3.1.6 (#10505)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
2024-09-19 11:29:36 +02:00
Oleksandr
f1d4d55478
docs: update twitter link in introduction docs (#10502)
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2024-09-19 09:54:09 +02:00
Oleksandr
d6dcf16452
docs: Update twitter links in introducing-docusaurus blog post (#10503) 2024-09-19 09:47:31 +02:00
Chris Cho
dd4fe63a3d
docs: Fix link to GitHub workflow file docs (#10498) 2024-09-13 10:51:56 +02:00
Sébastien Lorber
2495d059de
refactor(core): prepare codebase for swappable bundler (#10497) 2024-09-13 09:30:30 +02:00
dependabot[bot]
611842af91
chore(deps): bump express from 4.19.2 to 4.20.0 (#10488)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
2024-09-11 17:16:32 +02:00
Sébastien Lorber
3725dc37a0
refactor(core): rewrite Webpack ChunkAssetPlugin with RuntimeModule (#10485) 2024-09-10 14:16:36 +02:00
Sébastien Lorber
1a70734c11
chore: upgrade to TS 5.6 + temporarily use skipLibCheck for TS 5.6 (#10486) 2024-09-10 13:52:31 +02:00
Sébastien Lorber
e8c6787ec2
docs: fix v3.5 blog post typo - onUntruncatedBlogPosts (#10484) 2024-09-09 17:05:45 +02:00
Sébastien Lorber
5bab0b5432
feat(core, mdx-loader): deduplicate MDX compilation - siteConfig.future.experimental_faster.mdxCrossCompilerCache (#10479) 2024-09-06 16:07:09 +02:00
Sébastien Lorber
897ebbe3ca
refactor: move PerfLogger from core to @docusaurus/logger (#10480) 2024-09-06 10:58:53 +02:00
Sébastien Lorber
a47e8dda2d
refactor(mdx-loader): re-export metadata module instead of serializing it (#10470) 2024-09-02 17:54:29 +02:00
Olexandr Radovenchyk
3d69ff3d47
docs: Update README.md twitter links (#10468) 2024-09-02 13:54:35 +02:00
Sébastien Lorber
a4329d3388
refactor(mdx-loader): read metadata from memory (loaded content) instead of fs (#10457)
* mdx loader shouldn't read metadata from file system but from memory

* comments

* refactor: apply lint autofix

* apply same for blog

* apply same for blog

* refactor: apply lint autofix

* apply same for pages
2024-08-30 08:02:26 +02:00
ozaki
2aef92cb9e
fix(blog): normalize inline authors socials (#10424)
Co-authored-by: OzakIOne <OzakIOne@users.noreply.github.com>
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2024-08-29 18:42:03 +02:00
dependabot[bot]
200b38b763
chore(deps): bump webpack from 5.88.1 to 5.94.0 (#10455)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
2024-08-29 16:28:54 +02:00
ozaki
02ed7d9132
fix(blog): apply baseUrl to relative image in blog authors (#10440)
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
2024-08-29 14:40:42 +02:00
Sébastien Lorber
95880282b1
chore: upgrade npm-to-yarn to v3 (#10454) 2024-08-29 14:18:06 +02:00
Sébastien Lorber
d5885c0c5d
refactor(mdx-loader): refactor mdx-loader, expose loader creation utils (#10450) 2024-08-27 13:52:45 +02:00
dependabot[bot]
db6c2af160
chore(deps): bump github/codeql-action from 3.26.3 to 3.26.5 (#10449)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-27 10:27:21 +02:00
Sébastien Lorber
08da5c23fc
refactor(core): Restore null-loader (#10448) 2024-08-26 16:09:05 +02:00
dependabot[bot]
c0b86f4e56
chore(deps): bump micromatch from 4.0.5 to 4.0.8 (#10444)
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/4.0.8/CHANGELOG.md)
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-24 16:08:21 +02:00
Sébastien Lorber
1b906a5726
fix(core): use serve-handler fork to remove annoying punycode warning (#10442) 2024-08-24 00:32:39 +02:00
Sébastien Lorber
bb90e35153
feat(core): faster JS minimizer - siteConfig.future.experimental_faster.swcJsMinimizer (#10441) 2024-08-23 18:44:42 +02:00
ozaki
aa65f39d8c
fix(blog): authors count incorrectly rendered (#10431)
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
2024-08-23 14:07:49 +02:00
Sébastien Lorber
afd2374ca6
chore(ci): fix setup-node, use LTS by default (#10438) 2024-08-23 13:59:18 +02:00
Sébastien Lorber
84c24127db
fix(theme): upgrade infima, fix footer link width bug (#10439) 2024-08-23 13:59:07 +02:00
Sébastien Lorber
418247ec87
feat(core): faster transpiler option - siteConfig.future.experimental_faster.swcJsLoader (#10435) 2024-08-23 13:48:52 +02:00
Kenrick
349a58453a
docs: Fix typo on changelog (#10437) 2024-08-23 12:38:51 +02:00
Sébastien Lorber
2b28b06f67
fix(core): always use hash for CSS module class names (#10423) 2024-08-21 18:25:36 +02:00
Sébastien Lorber
97bd815d9a
refactor(core): improve handling of server bundle (#10429) 2024-08-21 17:34:18 +02:00
dependabot[bot]
1c56fa5830
chore(deps): bump github/codeql-action from 3.26.0 to 3.26.3 (#10425)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-20 11:48:16 +02:00
Sébastien Lorber
473d1442b8
chore(website): add Rsdoctor plugin (#10418) 2024-08-20 11:42:13 +02:00
Oleh
aba22afa18
docs: fix Twitter => X link in repo README (#10414)
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
2024-08-20 11:41:11 +02:00
Sébastien Lorber
bb499926a0
refactor(mdx-loader): remove useless usage of mdx loader this.query (#10422) 2024-08-19 19:17:33 +02:00
Boris Depoortere
6652ed1443
docs: corrected typo in search.mdx (#10416)
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
2024-08-19 18:31:08 +02:00
Sébastien Lorber
2d55ca474e
fix(types): fix type of PluginModule (#10420) 2024-08-19 18:30:52 +02:00
Joel Campos
0b640ca3e2
fix(translations): fix Spanish translation for "breadcrumbs" (#10413) 2024-08-19 16:55:20 +02:00
Sébastien Lorber
3a0b4bf7a2
refactor(core): remove useless build forceTerminate exit (#10410) 2024-08-19 14:17:13 +02:00
Zenahr Barzani
ae5328daac
docs(website): small spellfix on 3.5 update notes (#10405) 2024-08-15 11:46:54 +02:00
Sébastien Lorber
16a789904f
chore: update examples for v3.5.2 (#10401) 2024-08-13 17:23:15 +02:00
Sébastien Lorber
655ce94c0f
chore: release 3.5.2 (#10400) 2024-08-13 14:47:19 +02:00
Christian Stangerup
a1edf51003
fix(translations): change casing of some en labels (#10394)
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
2024-08-13 13:59:05 +02:00
Sébastien Lorber
221ced7242
fix(theme-common): restore useContextualSearchFilters public API for retrocompatibility (#10397) 2024-08-13 13:30:45 +02:00
dependabot[bot]
685730ed32
chore(deps): bump github/codeql-action from 3.25.13 to 3.26.0 (#10396)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-13 10:08:18 +02:00
Gatien Boquet
140570bdc4
docs(showcase): remove sites not using Docusaurus anymore (#10393)
* Remove user not using Docusaurus: https://benthos.dev/

* Remove user not using Docusaurus: https://codesweetly.com/

* Remove user not using Docusaurus: https://cipp.app

* Remove user not using Docusaurus: https://k3ai.in/

* Remove user not using Docusaurus: https://miroiu.github.io/nodify/

* Remove user not using Docusaurus: https://outerbounds.com

* Remove user not using Docusaurus: https://wiki-power.com/

* Remove user not using Docusaurus: https://docs.quantcdn.io

* Remove user not using Docusaurus: https://callstack.github.io/react-native-testing-library/

* Remove user not using Docusaurus: https://docs.tuist.io/

* Remove user not using Docusaurus: https://wiki.7wate.com/

* fix users.tsx

* Removed malware link

* Remove user not using Docusaurus: https://www.aidejeune.fr/

* Remove user not using Docusaurus: https://attobot.xyz

* remove user not using docusaurus: https://docs.avanawallet.com/

* remove user not using docusaurus: https://docs.blink.sh/

* remove user not using docusaurus: https://charlesancheta.com

* remove user not using docusaurus: https://syllabus.codeyourfuture.io/

* remove user not using docusaurus: https://complabs.in/

* remove user not using docusaurus: https://cryptodevhub.io

* remove user not using docusaurus: https://docs.darklang.com/

* remove user not using docusaurus: https://sdk.dimescheduler.com

* remove user not using docusaurus: https://www.easyjwt.org

* remove user not using docusaurus: https://edulinks.app

* remove user not using docusaurus: https://www.siyuanwa.cn/

* remove user not using docusaurus: https://support.hashnode.com/

* remove user not using docusaurus: https://khyron-realm.com

* remove user not using docusaurus: https://docs.livekit.io

* remove user not using docusaurus: https://mediamachine.io/

* remove user not using docusaurus: https://docs.meli.sh/

* remove user not using docusaurus: https://www.metalyoung.com

* remove user not using docusaurus: https://motion-layout.azurewebsites.net

* remove user not using docusaurus: https://getorca.org

* remove user not using docusaurus: https://docs.warunginternational.eu.org/

* remove user not using docusaurus: https://pincman.com/

* remove user not using docusaurus: https://www.pipeline-ui.com/

* remove user not using docusaurus: https://www.rainbond.com

* remove user not using docusaurus: https://rivalis.io

* remove user not using docusaurus: https://doc.red-gradient.com/

* remove user not using docusaurus: https://developer.redislabs.com

* remove user not using docusaurus: https://docs.shabados.com

* remove user not using docusaurus: https://sr50.finance/

* remove user not using docusaurus: https://nayatel.shoaibsajid.com/

* remove user not using docusaurus: https://www1.hi.cn/

* remove user not using docusaurus: https://em-ide.com/

* fix typo users.tsx

* Remove user not using Docusaurus: https://hermesengine.dev

* remove user not using docusaurus: https://docs.luxalgo.com

* remove user not using docusaurus: https://docs.nhost.io

* remove user not using docusaurus: https://docs.novu.co/

* remove user not using docusaurus: https://docs.tasit.io/

* remove user not using docusaurus: https://t-regx.com/

* remove user not using docusaurus: https://meoo.space

* remove user not using docusaurus: https://docs.erxes.io/

* remove user not using docusaurus: https://facebook.github.io/flux/

* remove user not using docusaurus: https://joelpo.github.io

* remove user not using docusaurus: https://www.kaustubhk24.com

* remove user not using docusaurus: https://docs.memgraph.com/

* remove user not using docusaurus: https://www.neutronjs.com/

* remove user not using docusaurus: https://projects.patrikmasiar.com/

* remove user not using docusaurus: https://facebookincubator.github.io/profilo/

* remove user not using docusaurus: https://resoto.com

* remove user not using docusaurus: https://react-hooks.org/

* remove user not using docusaurus: https://runlet.app

* remove user not using docusaurus: https://signoz.io/

* remove user not using docusaurus: https://some.engineering

* remove user not using docusaurus: https://www.sea-ql.org/StarfishQL/

* remove user not using docusaurus: https://docs.tryvital.io

* remove user not using docusaurus: https://www.webiny.com/docs/

* remove user not using docusaurus: https://whirl.codes

* remove user not using docusaurus: https://wiki.nikiv.dev/

* remove user not using docusaurus: https://handbook.infinityworks.com/

* remove user not using docusaurus: https://doc.codiga.io/

* remove user not using docusaurus: https://wasiqbhamla.github.io/boyka-framework/

* remove user not using docusaurus: https://docs.nango.dev/

* remove user not using docusaurus: https://bb-tr-kaynak.netlify.app/

* fix spacing on users.tsx
2024-08-12 13:28:22 -04:00
Sébastien Lorber
419d559fa7
fix(core): always alias React/ReactDOM to site dependency so that importing MDX from anywhere works (#10391) 2024-08-12 17:19:36 +02:00
Sébastien Lorber
547979a59f
fix(create-docusaurus): Improve init templates blog setup + fix warnings (#10392) 2024-08-12 15:59:03 +02:00