feat: content pack category

Content packs moved from the blog section into their own section.
This commit is contained in:
Chris Milne 2026-04-29 14:39:35 +01:00
parent f764155b77
commit 2b2e4cc8ff
7 changed files with 33 additions and 32 deletions

View file

@ -64,6 +64,18 @@ const config: Config = {
],
],
plugins: [
[
'@docusaurus/plugin-content-docs',
{
id: 'contentpack',
path: 'contentpack',
routeBasePath: 'contentpack',
sidebarPath: './sidebars.ts'
}
],
],
themeConfig: {
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
@ -89,7 +101,7 @@ const config: Config = {
},
{to: '/contact', label: 'Get In Touch', position: 'left'},
{to: '/blog', label: 'Latest News', position: 'left'},
{to: '/blog/tags/contentpack', label: 'Content Packs', position: 'left'},
{to: '/contentpack', label: 'Content Packs', position: 'left'},
{
type: 'localeDropdown',
position: 'right',