docs/sidebarsProjekty.js

89 řádky
1.8 KiB
JavaScript
Surový Normální zobrazení Historie

2022-10-05 17:08:22 +02:00
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',
]
},
2022-10-06 04:30:30 +02:00
{
type: 'category',
2022-10-06 11:56:28 +02:00
label: 'Události',
2022-10-06 04:30:30 +02:00
items: [
2022-10-06 11:56:28 +02:00
{
type: 'link',
label: 'ETHBrno hackathon',
href: 'https://ethbrno.cz'
},
{
type: 'link',
label: 'UTXO konference',
href: 'https://utxo.cz'
},
'beerfi',
'palime-ether',
2022-10-06 04:30:30 +02:00
]
},
2022-10-05 17:08:22 +02:00
{
type: 'category',
2022-10-06 11:56:28 +02:00
label: 'Dokumentace',
2022-10-05 17:08:22 +02:00
items: [
2022-10-06 11:56:28 +02:00
{
type: 'link',
label: 'DeFi Toolkit',
href: 'https://hackmd.io/@gweicz/defi-toolkit'
},
{
type: 'link',
label: 'DAO Příručka',
href: 'https://dao.gwei.cz/'
},
2022-10-05 17:08:22 +02:00
]
},
{
type: 'category',
2022-10-06 11:56:28 +02:00
label: 'Iniciativy',
2022-10-05 17:08:22 +02:00
items: [
2022-10-06 11:56:28 +02:00
{
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/'
},
2022-10-05 17:08:22 +02:00
]
},
],
};
module.exports = sidebars;