Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ignore a couple of docusaurus warnings #10469

Merged
merged 1 commit into from
Aug 22, 2024

Conversation

chris48s
Copy link
Member

The latest version of docusaurus outputs a few warnings while compiling our site:

Note that we recommend to declare authors once in a "authors.yml" file and reference them by key in blog posts front matter to avoid author info duplication.
But if you want to allow inline blog authors, you can disable this message by setting onInlineAuthors: 'ignore' in your blog plugin options.
More info at https://docusaurus.io/docs/blog

and

We recommend using truncation markers (`<!-- truncate -->` or `{/* truncate */}`) in blog posts to create shorter previews on blog paginated lists.
Tip: turn this security off with the `onUntruncatedBlogPosts: 'ignore'` blog plugin option.

I'm not particularly worried about the way we are doing this so I'm going to suggest we just silence them.

@chris48s chris48s added frontend The Docusaurus app serving the docs site documentation Developer and end-user documentation labels Aug 21, 2024
Copy link
Contributor

Messages
📖 ✨ Thanks for your contribution to Shields, @chris48s!

Generated by 🚫 dangerJS against f7fac88

@chris48s chris48s added this pull request to the merge queue Aug 22, 2024
Merged via the queue into badges:master with commit 77ed91e Aug 22, 2024
24 checks passed
@chris48s chris48s deleted the docusaurus-ignore branch August 22, 2024 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Developer and end-user documentation frontend The Docusaurus app serving the docs site
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants