mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2024-11-26 23:50:44 +00:00
Merge pull request #1204 from jellyfin/nvv-warns
Some checks are pending
build / Build (push) Waiting to run
build / Deploy to GitHub Pages (push) Blocked by required conditions
build / Deploy to Cloudflare Pages (push) Blocked by required conditions
lint / Lint TypeScript/JavaScript (push) Waiting to run
lint / Lint Markdown (push) Waiting to run
test / Test URLs (test:blog-urls) (push) Waiting to run
test / Test URLs (test:docs-urls) (push) Waiting to run
test / Test URLs (test:web-urls) (push) Waiting to run
Some checks are pending
build / Build (push) Waiting to run
build / Deploy to GitHub Pages (push) Blocked by required conditions
build / Deploy to Cloudflare Pages (push) Blocked by required conditions
lint / Lint TypeScript/JavaScript (push) Waiting to run
lint / Lint Markdown (push) Waiting to run
test / Test URLs (test:blog-urls) (push) Waiting to run
test / Test URLs (test:docs-urls) (push) Waiting to run
test / Test URLs (test:web-urls) (push) Waiting to run
Suppress blog warnings
This commit is contained in:
commit
5efb1b05a4
@ -119,7 +119,9 @@ Site content is licensed <a href='http://creativecommons.org/licenses/by-nd/4.0/
|
||||
id: 'blog-main',
|
||||
routeBasePath: 'posts',
|
||||
showReadingTime: true,
|
||||
path: 'blog'
|
||||
path: 'blog',
|
||||
onInlineAuthors: 'ignore',
|
||||
onUntruncatedBlogPosts: 'ignore'
|
||||
} satisfies Blog.Options
|
||||
],
|
||||
['@docusaurus/plugin-content-pages', {} satisfies Pages.Options],
|
||||
|
Loading…
Reference in New Issue
Block a user