docs/sidebarsProjekty.js

89 řádky
1.8 KiB
JavaScript

const sidebars = {
// By default, Docusaurus generates a sidebar from the docs folder structure
//tutorialSidebar: [{type: 'autogenerated', dirName: '.'}],
// But you can create a sidebar manually
doc: [
'README',
{
type: 'category',
label: 'Hostované služby',
link: { type: 'doc', id: 'hosting' },
items: [
{ type: 'autogenerated', dirName: 'hosting' }
]
},
{
type: 'category',
label: 'Ostatní služby',
items: [
'brightid-verifikace',
]
},
{
type: 'category',
label: 'Události',
items: [
{
type: 'link',
label: 'ETHBrno hackathon',
href: 'https://ethbrno.cz'
},
{
type: 'link',
label: 'UTXO konference',
href: 'https://utxo.cz'
},
'beerfi',
'palime-ether',
]
},
{
type: 'category',
label: 'Dokumentace',
items: [
{
type: 'link',
label: 'DeFi Toolkit',
href: 'https://hackmd.io/@gweicz/defi-toolkit'
},
{
type: 'link',
label: 'DAO Příručka',
href: 'https://dao.gwei.cz/'
},
]
},
{
type: 'category',
label: 'Iniciativy',
items: [
{
type: 'link',
label: 'BohemianDAO',
href: 'https://docs.bohemiandao.cz/'
},
{
type: 'link',
label: 'UTXO Foundation, z.s.',
href: 'https://utxo.foundation/'
},
{
type: 'link',
label: 'dCZK think tank',
href: 'https://forum.dczk.cz/'
},
{
type: 'link',
label: 'Bankless.cz',
href: 'https://bankless.cz/'
},
]
},
],
};
module.exports = sidebars;