Skip to content

Commit 6675aa2

Browse files
chore: bump @docusaurus/core from 3.8.1 to 3.9.1 in /site (#371)
* chore: bump @docusaurus/core from 3.8.1 to 3.9.1 in /site Bumps [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus) from 3.8.1 to 3.9.1. - [Release notes](https://github.com/facebook/docusaurus/releases) - [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/docusaurus/commits/v3.9.1/packages/docusaurus) --- updated-dependencies: - dependency-name: "@docusaurus/core" dependency-version: 3.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore: update docusaurus config * chore: update other docusaurus deps --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marcos Sevilla <[email protected]>
1 parent f212673 commit 6675aa2

File tree

3 files changed

+1500
-1397
lines changed

3 files changed

+1500
-1397
lines changed

site/docusaurus.config.js

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,25 @@ const config = {
1111
url: 'https://workflows.vgv.dev',
1212
baseUrl: '/',
1313
onBrokenLinks: 'throw',
14-
onBrokenMarkdownLinks: 'warn',
1514
favicon: 'img/favicon.ico',
1615
trailingSlash: false,
17-
1816
// GitHub pages deployment config.
1917
// If you aren't using GitHub pages, you don't need these.
20-
organizationName: 'VeryGoodOpenSource', // Usually your GitHub org/user name.
2118
projectName: 'very_good_workflows', // Usually your repo name.
22-
19+
organizationName: 'VeryGoodOpenSource', // Usually your GitHub org/user name.
2320
// Even if you don't use internalization, you can use this field to set useful
2421
// metadata like html lang. For example, if your site is Chinese, you may want
2522
// to replace "en" with "zh-Hans".
2623
i18n: {
2724
defaultLocale: 'en',
2825
locales: ['en'],
2926
},
30-
27+
markdown: {
28+
hooks: {
29+
onBrokenMarkdownLinks: 'warn',
30+
onBrokenMarkdownImages: 'throw',
31+
},
32+
},
3133
presets: [
3234
[
3335
'classic',

0 commit comments

Comments
 (0)