feat: content pack category
Content packs moved from the blog section into their own section.
This commit is contained in:
parent
f764155b77
commit
2b2e4cc8ff
7 changed files with 33 additions and 32 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue