cli + tui to publish to leaflet (wip) & manage tasks, notes & watch/read lists 馃崈
charm leaflet readability golang
29
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 2ddf61b354c2cd3b6697f74c0c27e06f4b511fba 8 lines 279 B view raw
1import type { SidebarsConfig } from "@docusaurus/plugin-content-docs"; 2 3// This runs in Node.js - Don't use client-side code here (browser APIs, JSX...) 4const sidebars: SidebarsConfig = { 5 manualSidebar: [{ type: "autogenerated", dirName: "." }], 6}; 7 8export default sidebars;