egoist/docute




The issue has been solved
Update sidebar UI #256
egoist posted onGitHub
Update the sidebar UI to match https://zeit.co/docs
The new sidebar
option:
type Sidebar = Array<SingleItem|MultiItem>
interface SingleItem {
title: string
link: string
// For external links
openInNewTab?: boolean
}
interface MultiItem {
title: string
children: Array<SingleItem>
expanded?: boolean
}
Fund this Issue
Rewarded pull request
feat: update sidebar ui #257submitted bysaltysugar(221)
Click to copy link
Recent activities