Merge pull request #29414 from backstage/freben/blogz

get rid of some docusaurus warnings
This commit is contained in:
Fredrik Adelöw
2025-03-28 14:50:04 +01:00
committed by GitHub
2 changed files with 7 additions and 0 deletions
@@ -11,6 +11,8 @@ authorURL: https://www.linkedin.com/in/emmamckeewhite/
What an action-packed and memorable week for the Backstage community meeting up IRL at KubeCon North America 2022 in (unseasonably warm and sunny) Detroit. Lets see what the community was up to:
{/* truncate */}
### BackstageCon: A full day of nothing but Backstage
![BackstageCon group](assets/2022-10-28/groupimage.jpg)
+5
View File
@@ -123,6 +123,11 @@ const config: Config = {
},
blog: {
path: 'blog',
// Gets rid of the following:
// Warning: Some blog authors used in "2024-12-18-backstage-wrapped-2024.mdx" are not defined in "authors.yml":
// - {"name":"Patrik Oldsberg, Spotify & Ben Lambert, Spotify","key":null,"page":null}
// 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.
onInlineAuthors: 'ignore',
},
theme: {
customCss: 'src/theme/customTheme.scss',