Skip to content

Commit

Permalink
docs: config ignore broken markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ppeeou committed Mar 20, 2024
1 parent 548c779 commit 35565ea
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ const config = {
tagline: "A functional library for TypeScript/JavaScript programmers.",
url: "https://fxts.dev",
baseUrl: "/",
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",
onBrokenLinks: "ignore",
onBrokenMarkdownLinks: "ignore",
favicon: "img/favicon.ico",
i18n: {
defaultLocale: "en",
Expand All @@ -27,13 +27,6 @@ const config = {
/** @type {import('@docusaurus/preset-classic').Options} */
{
docs: {
lastVersion: "current",
versions: {
current: {
label: "1.0.0",
path: "1.0.0",
},
},
sidebarPath: require.resolve("./sidebars.js"),
// Please change this to your repo.
// editUrl: "https://github.com/marpple/fxts/edit/main/website/",
Expand Down

0 comments on commit 35565ea

Please sign in to comment.