Commit initial : blog Docusaurus avec i18n (FR/EN)
This commit is contained in:
commit
f6e32464d9
27 changed files with 18900 additions and 0 deletions
37
sidebars.ts
Normal file
37
sidebars.ts
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
import type {SidebarsConfig} from '@docusaurus/plugin-content-docs';
|
||||
|
||||
const sidebars: SidebarsConfig = {
|
||||
tutorialSidebar: [
|
||||
'intro',
|
||||
'presentation',
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Notions',
|
||||
link: {
|
||||
type: 'doc',
|
||||
id: 'notions/index',
|
||||
},
|
||||
items: [],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Homelab actuel - Docker Compose & Ansible',
|
||||
link: {
|
||||
type: 'doc',
|
||||
id: 'homelab-actuel/index',
|
||||
},
|
||||
items: [],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Futur Homelab - OpenTofu, K3S, Ansible & DevOps',
|
||||
link: {
|
||||
type: 'doc',
|
||||
id: 'homelab-futur/index',
|
||||
},
|
||||
items: [],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
export default sidebars;
|
||||
Loading…
Add table
Add a link
Reference in a new issue