Skip to content

Commit 2fee3a6

Browse files
authored
Merge pull request #277 from bluesky-social/bnewbold/update-docusaurus
Update docusaurus, plugins
2 parents 5aa0d91 + 6120279 commit 2fee3a6

File tree

3 files changed

+9696
-5875
lines changed

3 files changed

+9696
-5875
lines changed

docusaurus.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const config = {
2323

2424
onBrokenLinks: "throw",
2525
onBrokenMarkdownLinks: "warn",
26+
onBrokenAnchors: 'ignore',
2627

2728
// Even if you don't use internalization, you can use this field to set useful
2829
// metadata like html lang. For example, if your site is Chinese, you may want
@@ -68,6 +69,8 @@ const config = {
6869
// Remove this to remove the "edit this page" links.
6970
editUrl: "https://github.com/bluesky-social/bsky-docs/tree/main/",
7071
blogSidebarCount: "ALL",
72+
onInlineAuthors: 'ignore',
73+
onUntruncatedBlogPosts: 'ignore',
7174
},
7275
theme: {
7376
customCss: require.resolve("./src/css/custom.css"),

0 commit comments

Comments
 (0)