Skip to content

Commit

Permalink
removing broken links and markdown links
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Morran committed Feb 1, 2024
1 parent 140bb19 commit 0524881
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions website/.docusaurus/docusaurus.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ export default {
"baseUrl": "/docs/",
"organizationName": "Mozilla",
"projectName": "Hubs",
"onBrokenLinks": "throw",
"onBrokenMarkdownLinks": "warn",
"i18n": {
"defaultLocale": "en",
"locales": [
Expand Down Expand Up @@ -88,7 +86,7 @@ export default {
"items": [
{
"label": "Hubs Demo Server",
"href": "https://hubs.mozilla.com/spoke"
"href": "https://hubs.mozilla.com/demo"
},
{
"label": "Managed Subscription",
Expand Down Expand Up @@ -404,7 +402,9 @@ export default {
}
},
"baseUrlIssueBanner": true,
"onBrokenLinks": "throw",
"onBrokenAnchors": "warn",
"onBrokenMarkdownLinks": "warn",
"onDuplicateRoutes": "warn",
"customFields": {},
"plugins": [],
Expand Down
4 changes: 2 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ const config = {
organizationName: "Mozilla", // Usually your GitHub org/user name.
projectName: "Hubs", // Usually your repo name.

onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",
// onBrokenLinks: "throw",
// onBrokenMarkdownLinks: "warn",

// Even if you don't use internationalization, you can use this field to set
// useful metadata like html lang. For example, if your site is Chinese, you
Expand Down

0 comments on commit 0524881

Please sign in to comment.