Files
vac.dev/docs/sidebars.js
jeangovil 4ca1be8454 Migrate to Docusaurus (#108)
* migrate to Docusaurus framework
2023-06-07 22:12:28 +01:00

66 lines
1.8 KiB
JavaScript

module.exports = {
main: [
'index',
'principles',
'research-areas',
'projects',
'open-problems',
'publications',
'contribute',
'media',
{
Research: [
'2023-04-24-device-pairing-in-js-waku-and-go-waku',
'2023-04-03-waku-as-a-network',
'2022-11-08-waku-for-all-decentralize-applications',
'2022-11-04-building-privacy-protecting-infrastructure',
'2022-07-22-relay-anonymity',
'2022-05-17-noise',
'2022-05-09-ambient-peer-discovery',
'2022-04-12-introducing-nwaku',
'2021-12-03-ethics-surveillance-tech',
'2021-10-25-waku-v1-vs-waku-v2',
'2021-08-06-coscup-waku-ethereum',
'2021-06-04-presenting-js-waku',
'2021-03-03-rln-relay',
'2020-11-10-waku-v2-ethereum-messaging',
'2020-09-28-waku-v2-update',
'2020-07-01-waku-v2-pitch',
'2020-04-27-feasibility-discv5',
'2020-04-16-wechat-replacement-need',
'2020-04-9-kademlia-to-discv5',
'2020-02-14-waku-update',
'2020-02-7-dns-based-discovery',
'2019-12-03-fixing-whisper-with-waku',
'2019-11-08-feasibility-semaphore-rate-limiting-zksnarks',
'2019-10-04-remote-log',
'2019-08-02-vac-overview',
'2019-07-19-p2p-data-sync-for-mobile',
],
},
{
type: 'category',
label: 'Resources',
collapsed: true,
collapsible: true,
items: [
{
type: 'link',
label: 'Specs/RFCs',
href: 'https://rfc.vac.dev/ ',
},
{
type: 'link',
label: 'Forum',
href: 'https://forum.vac.dev/',
},
{
type: 'link',
label: 'Waku.org',
href: 'https://waku.org',
},
],
},
],
}