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 19af9a32ca9803ded9a4cfc763e2e4480f890ddb 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;