Skip to content

Commit

Permalink
adjusting config to display blog
Browse files Browse the repository at this point in the history
  • Loading branch information
justinegeffen committed Oct 1, 2024
1 parent 1f67136 commit 9d9e0bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default async function createConfigAsync() {
blogTitle: 'Blog title',
blogDescription: 'Blog',
blogSidebarCount: 5,
blogSidebarTitle: 'All our posts',
blogSidebarTitle: 'Seqera release notes',
path: 'release_notes',
routeBasePath: '/release_notes',
//processBlogPosts: () => ({}),
Expand All @@ -50,7 +50,7 @@ export default async function createConfigAsync() {
language: 'en-US',
}
},
docs: false,
docs: true,
theme: {
customCss: [
require.resolve("./src/css/main.css"),
Expand Down
2 changes: 1 addition & 1 deletion platform_versioned_sidebars/version-24.1-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
{
"type": "link",
"label": "Release notes",
"href": "https://docs.seqera.io/release_notes/v24.1.0"
"href": "https://docs.seqera.io/release_notes/"
},
"functionality_matrix/functionality_matrix"
]
Expand Down

0 comments on commit 9d9e0bb

Please sign in to comment.