Sébastien Lorber
b96004e77e
fix(create-docusaurus): increase Browserslist support query in dev ( #9217 )
2023-08-10 16:30:07 +02:00
Gareth Dwyer
577df0346d
fix(theme): fix typo in swizzle component config ( #9216 )
2023-08-10 15:13:50 +02:00
Jean Humann
fa39e8c008
docs(pdf): replace mr-pdf with maintained fork docs-to-pdf ( #9212 )
2023-08-10 15:09:12 +02:00
Joshua Chen
3e9648e3d6
docs: add the missing import logger statement ( #9210 )
2023-08-07 17:41:23 -04:00
rsteele6
3c1fe15b17
docs: grammar fixes and minor clarifications ( #9150 )
...
* Grammar fixes and minor clarifications
* Apply suggestions from code review
There's still a few pending ones that I posted replies on; I'll send those in a separate commit.
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
* Update website/docs/deployment.mdx
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
* Update website/docs/deployment.mdx
* PR 9150: made updates based on comments
* Prettier
---------
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2023-08-06 23:28:39 -04:00
VinceCYLiao
109ab0c293
fix(content-blog): links in feed should be absolute ( #9151 )
...
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
Co-authored-by: 政宇 廖 <vince.liao@nextbank.com.tw>
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
2023-08-03 18:36:40 +02:00
Sébastien Lorber
062a0d2eb6
test(blog-plugin): fix ability to generate proper blog website fixture build snapshot ( #9195 )
2023-08-03 17:57:11 +02:00
John Reilly
4ecc86f89f
feat(blog-plugin): limit option for blog feedOptions ( #9189 )
2023-08-03 15:53:43 +02:00
thedevwonder
e0bb39a40a
fix(theme): change schema.org itemType prop urls from http to https ( #9184 )
2023-07-28 19:37:05 +02:00
FlorinaPacurar
5e147e8914
feat(theme): add support for meta og locale and alternates ( #9152 )
2023-07-28 17:16:46 +02:00
Oluwatobi Sofela
983fb2d273
docs: remove 'import type' declaration in javascript snippet ( #9180 )
2023-07-27 15:07:57 +02:00
Oluwatobi Sofela
2276dfbd3e
docs: improve the opening sentence's clarity ( #9177 )
2023-07-27 12:39:08 +02:00
dependabot[bot]
b7f16b7b2e
chore(deps): bump marocchino/sticky-pull-request-comment from 2.6.2 to 2.7.0 ( #9174 )
...
chore(deps): bump marocchino/sticky-pull-request-comment
Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment ) from 2.6.2 to 2.7.0.
- [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases )
- [Commits](f61b6cf21e...f6a2580ed5
)
---
updated-dependencies:
- dependency-name: marocchino/sticky-pull-request-comment
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-25 10:41:49 -04:00
Sébastien Lorber
09ea3bcfab
feat(client-redirects-plugin): support fully qualified urls and querystring/hash in destination/to url ( #9171 )
2023-07-21 19:54:40 +02:00
Ori Shalom
4ea0a70f93
fix(theme): canonical url should be not change after hydration if url accessed with/without trailing slash ( #9130 )
...
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
2023-07-21 19:22:26 +02:00
Joshua Chen
cd61c7bddc
fix(core): handle single quotes inside file paths ( #9160 )
2023-07-21 15:16:10 +02:00
Webber Takken
43d070ec55
docs: improve yarn deps upgrade command ( #9149 )
2023-07-20 12:08:06 +02:00
ModupeD
f295e4fd64
docs: add Flightcontrol as a deployment option ( #9139 )
...
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
2023-07-20 11:46:44 +02:00
Joshua Chen
ff227283d2
chore: upgrade dependencies (non-major) ( #9148 )
...
* chore: upgrade dependencies (non-major)
* Downgrade
2023-07-16 23:44:17 +08:00
Tatsunori Uchino
16a366b5ec
fix(init): change initial site URL to one that is safe for the future ( #9133 )
...
RFC 2606 reserves the `.example` domain for illustrative purposes.
2023-07-13 21:59:23 +08:00
Ahmad Shrif
26ae4164d6
feat(cli): deploy command should allow customizing git config user.name / user.email in deployment branch ( #9101 ) ( #9102 )
...
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
2023-07-03 09:51:50 +02:00
Sébastien Lorber
e8c1312793
fix(debug-plugin): upgrade react-json-view to maintained React-18 compatible fork ( #9116 )
2023-06-30 19:12:47 +02:00
Sébastien Lorber
cde35d0f1f
chore: optimize Argos CI setup ( #9115 )
2023-06-30 18:12:46 +02:00
thedevwonder
8ea1945f35
fix(core): throw error if build folder already exists on initial clean ( #9112 )
...
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
2023-06-30 17:58:24 +02:00
Mikey O'Toole
c8e7ce33f5
fix(theme): only set classname on ul elements if they have an existing class ( #9099 )
...
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
2023-06-30 15:39:07 +02:00
TheCatLady
9391a33c41
fix(content-docs): sidebar generator should return customProps for doc items ( #9107 )
2023-06-29 12:13:48 +02:00
TheCatLady
05156d05b9
feat(theme-classic): add description & keywords microdata to blog posts ( #9108 )
2023-06-29 12:02:22 +02:00
Sébastien Lorber
ae2a09359a
fix(mdx): fix for html multi-line comments ( #9100 )
2023-06-23 19:33:03 +02:00
Sébastien Lorber
cc6d9696f0
feat(mdx): add siteConfig.markdown.format to configure the default content parser (MDX / CommonMark) ( #9097 )
2023-06-23 18:15:05 +02:00
dependabot[bot]
be4e67caa9
chore(deps): bump semver from 7.3.8 to 7.5.2 ( #9096 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-23 09:18:49 +02:00
Sébastien Lorber
3b85f0713a
fix(theme): support details/summary in CommonMark + add md dogfood test cases ( #9093 )
2023-06-22 18:33:07 +02:00
Kolja Lampe
7225d80271
docs: fix themeConfig.prism.defaultLanguage table api ref docs ( #9082 )
...
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2023-06-22 18:30:39 +02:00
Sébastien Lorber
0b3d5cb59e
fix(mdx-loader): loader error message should display stacktrace if no extra MDX details ( #9091 )
2023-06-22 16:44:01 +02:00
Shun Wakatsuki
48df4f1f0d
docs: fix filenames in docs/swizzling.mdx ( #9074 )
2023-06-16 17:40:17 +02:00
Sébastien Lorber
7d033cc8c0
chore: v3.0.0-alpha.0 release ( #9072 )
2023-06-15 17:48:55 +02:00
Sébastien Lorber
9866af7f44
feat(pages): add support for missing SEO front matter + improve SEO docs ( #9071 )
...
Co-authored-by: Thad Guidry <thadguidry@gmail.com>
2023-06-15 16:07:00 +02:00
Sujal Gupta
117cbac702
docs: update link for commonly used languages ( #9065 )
2023-06-14 17:33:23 +02:00
Manuel
adebab969c
docs: update outdated links in showcase ( #9055 )
2023-06-14 17:24:30 +02:00
Marie
ae1e49de5e
docs: add @markprompt/docusaurus-theme-search ( #9063 )
...
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2023-06-14 17:23:25 +02:00
dependabot[bot]
d7a9c9f18e
chore(deps): bump github/codeql-action from 2.3.6 to 2.13.4 ( #9061 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.3.6 to 2.13.4.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](83f0fe6c49...cdcdbb5797
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-13 12:01:22 +08:00
Sébastien Lorber
012b285805
feat: create official TypeScript base config @docusaurus/tsconfig ( #9050 )
2023-06-09 15:21:46 +02:00
Sanjaiyan Parthipan
6102a5a671
feat: use React 18 startTransition for hydration ( #9051 )
2023-06-09 12:18:25 +02:00
Sébastien Lorber
187e5aa218
feat: React 18 + automatic JSX runtime + build --dev ( #8961 )
2023-06-08 19:40:15 +02:00
Joshua Chen
76f920359b
fix(utils): better handling of code blocks in link replacement ( #9046 )
2023-06-08 12:16:56 +02:00
Grégory Heitz
dcce8ff3cd
docs: update info for community plugin docusaurus2-graphql-doc-generator ( #9033 )
2023-06-08 11:45:53 +02:00
Adithya Krishna
9d686bd7c8
docs: fix prism theme broken link in code blocks docs ( #9044 )
2023-06-08 10:53:33 +02:00
Adam Patterson
c6c619e2f6
docs: fix grammar typo in swizzling.mdx ( #9043 )
2023-06-08 10:50:33 +02:00
dependabot[bot]
ee15dec809
chore(deps): bump github/codeql-action from 2.3.5 to 2.3.6 ( #9038 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-07 17:55:28 +02:00
dependabot[bot]
31da9a96e7
chore(deps): bump actions/dependency-review-action from 3.0.4 to 3.0.6 ( #9039 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-07 17:55:15 +02:00
Akshay Bhalotia
4ac900da24
fix: typo in the sample site structure ( #9042 )
2023-06-07 01:57:28 +08:00