Skip to content

Commit 5fe2731

Browse files
committed
Ignore markdown files in blog code
Without this, the README.md files were picked up as blog posts.
1 parent 45fcc1d commit 5fe2731

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ const config: Config = {
5454
xslt: true,
5555
},
5656
editUrl: "https://github.com/Rust-GPU/rust-gpu.github.io/tree/main/",
57+
exclude: ["*/code/**"],
5758
onInlineTags: "throw",
5859
onInlineAuthors: "throw",
5960
onUntruncatedBlogPosts: "throw",

0 commit comments

Comments
 (0)