Skip to content

Commit 9be6404

Browse files
authored
chore: hide spec assets folder (#1280)
## This PR - hides spec assets from the docs ### Notes Prevents assets from showing up in the docs. <img width="384" height="720" alt="image" src="https://github.com/user-attachments/assets/16b9ef74-562c-4b3e-86b3-7dfaa1bc25c7" /> Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
1 parent 6f98aea commit 9be6404

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
@@ -335,6 +335,7 @@ const config: Config = {
335335
},
336336
rehypePlugins: [rehypeGithubAlerts],
337337
remarkPlugins: [remarkGfm],
338+
exclude: ['assets/**'],
338339
// ... other options
339340
},
340341
],

0 commit comments

Comments
 (0)