Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions site/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,25 @@ const config = {
url: 'https://workflows.vgv.dev',
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
trailingSlash: false,

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'VeryGoodOpenSource', // Usually your GitHub org/user name.
projectName: 'very_good_workflows', // Usually your repo name.

organizationName: 'VeryGoodOpenSource', // Usually your GitHub org/user name.
// Even if you don't use internalization, you can use this field to set useful
// metadata like html lang. For example, if your site is Chinese, you may want
// to replace "en" with "zh-Hans".
i18n: {
defaultLocale: 'en',
locales: ['en'],
},

markdown: {
hooks: {
onBrokenMarkdownLinks: 'warn',
onBrokenMarkdownImages: 'throw',
},
},
presets: [
[
'classic',
Expand Down
Loading