Skip to content

Commit 7210956

Browse files
RBusarowkodiakhq[bot]
authored andcommitted
fix broken links
1 parent f4efedc commit 7210956

File tree

3 files changed

+86
-86
lines changed

3 files changed

+86
-86
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 0.12.5
22

3-
This is a re-release of [0.12.4](#0.12.4).
3+
This is a re-release of [0.12.4](#0124).
44

55
### 🐛 Bug Fixes
66

website/docusaurus.config.js

+84-84
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = {
2424
url: "https://rbusarow.github.io/",
2525
baseUrl: "/ModuleCheck/",
2626
onBrokenLinks: "throw",
27-
onBrokenMarkdownLinks: "warn",
27+
onBrokenMarkdownLinks: "throw",
2828
favicon: "img/favicon.ico",
2929
markdown: {
3030
mermaid: true,
@@ -54,97 +54,97 @@ module.exports = {
5454
],
5555
themeConfig:
5656
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
57-
({
58-
docs: {
59-
sidebar: {
60-
hideable: true,
61-
}
62-
},
63-
colorMode: {
64-
defaultMode: "light",
65-
disableSwitch: false,
66-
respectPrefersColorScheme: true,
67-
},
68-
// announcementBar: {id: "supportus", content: '⭐️ If you like ModuleCheck, give it a star on <a target="_blank" rel="noopener noreferrer" href="https://github.com/rickbusarow/ModuleCheck/">GitHub</a>! ⭐️',},
69-
navbar: {
70-
title: "ModuleCheck",
71-
logo: {
72-
alt: 'ModuleCheck Logo',
73-
src: 'img/logo.png',
57+
({
58+
docs: {
59+
sidebar: {
60+
hideable: true,
61+
}
7462
},
75-
items: [
76-
{
77-
type: "doc",
78-
docId: "quickstart",
79-
label: "Docs",
80-
position: "left",
81-
},
82-
{
83-
to: 'CHANGELOG',
84-
label: 'ChangeLog',
85-
position: 'left'
86-
},
87-
{
88-
to: 'migrations',
89-
label: 'Migrations',
90-
position: 'left'
91-
},
92-
{
93-
type: "docsVersionDropdown",
94-
position: "left",
95-
dropdownActiveClassDisabled: true,
96-
dropdownItemsAfter: [
97-
{
98-
to: "/changelog",
99-
label: "CHANGELOG",
100-
},
101-
],
102-
},
103-
{
104-
label: "Api",
105-
href: 'pathname:///api/index.html',
106-
position: "left",
63+
colorMode: {
64+
defaultMode: "light",
65+
disableSwitch: false,
66+
respectPrefersColorScheme: true,
67+
},
68+
// announcementBar: {id: "supportus", content: '⭐️ If you like ModuleCheck, give it a star on <a target="_blank" rel="noopener noreferrer" href="https://github.com/rickbusarow/ModuleCheck/">GitHub</a>! ⭐️',},
69+
navbar: {
70+
title: "ModuleCheck",
71+
logo: {
72+
alt: 'ModuleCheck Logo',
73+
src: 'img/logo.png',
10774
},
108-
{
109-
label: "GitHub",
110-
href: "https://github.com/rbusarow/ModuleCheck",
111-
position: "right",
75+
items: [
76+
{
77+
type: "doc",
78+
docId: "quickstart",
79+
label: "Docs",
80+
position: "left",
81+
},
82+
{
83+
to: 'changelog',
84+
label: 'ChangeLog',
85+
position: 'left'
86+
},
87+
{
88+
to: 'migrations',
89+
label: 'Migrations',
90+
position: 'left'
91+
},
92+
{
93+
type: "docsVersionDropdown",
94+
position: "left",
95+
dropdownActiveClassDisabled: true,
96+
dropdownItemsAfter: [
97+
{
98+
to: "/changelog",
99+
label: "CHANGELOG",
100+
},
101+
],
102+
},
103+
{
104+
label: "Api",
105+
href: 'pathname:///api/index.html',
106+
position: "left",
107+
},
108+
{
109+
label: "GitHub",
110+
href: "https://github.com/rbusarow/ModuleCheck",
111+
position: "right",
112+
},
113+
],
114+
},
115+
footer: {
116+
copyright: `Copyright © ${new Date().getFullYear()} Rick Busarow, Built with Docusaurus.`,
117+
},
118+
mermaid: {
119+
theme: {
120+
light: 'neutral',
112121
},
113-
],
114-
},
115-
footer: {
116-
copyright: `Copyright © ${new Date().getFullYear()} Rick Busarow, Built with Docusaurus.`,
117-
},
118-
mermaid: {
119-
theme: {
120-
light: 'neutral',
122+
options: {},
121123
},
122-
options: {},
123-
},
124-
prism: {
125-
theme: lightTheme,
126-
darkTheme: darkTheme,
127-
additionalLanguages: ["kotlin", "groovy", "java"],
128-
},
129-
algolia: {
130-
// The application ID provided by Algolia
131-
appId: 'D6Z21RYLG1',
124+
prism: {
125+
theme: lightTheme,
126+
darkTheme: darkTheme,
127+
additionalLanguages: ["kotlin", "groovy", "java"],
128+
},
129+
algolia: {
130+
// The application ID provided by Algolia
131+
appId: 'D6Z21RYLG1',
132132

133-
// Public API key: it is safe to commit it
134-
apiKey: '2b25d0dd3470c3fdbe2ffa4e3299b0e9',
133+
// Public API key: it is safe to commit it
134+
apiKey: '2b25d0dd3470c3fdbe2ffa4e3299b0e9',
135135

136-
indexName: 'modulecheck',
136+
indexName: 'modulecheck',
137137

138-
// Optional: see doc section below
139-
contextualSearch: true,
138+
// Optional: see doc section below
139+
contextualSearch: true,
140140

141-
// Optional: Algolia search parameters
142-
searchParameters: {},
141+
// Optional: Algolia search parameters
142+
searchParameters: {},
143143

144-
// Optional: path for search page that enabled by default (`false` to disable it)
145-
searchPagePath: 'search',
144+
// Optional: path for search page that enabled by default (`false` to disable it)
145+
searchPagePath: 'search',
146146

147-
//... other Algolia params
148-
},
149-
}),
147+
//... other Algolia params
148+
},
149+
}),
150150
};

website/src/pages/changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 0.12.5
22

3-
This is a re-release of [0.12.4](#0.12.4).
3+
This is a re-release of [0.12.4](#0124).
44

55
#### 🐛 Bug Fixes
66

0 commit comments

Comments
 (0)