mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* add prettier * ci * run prettier * run prettier in CI * run prettier --write * ignore README.md * specify googleAnalytics * fmt * npm run write-translations * fmt * ignore i18n json files they're autogenerated and don't like being formatted * post merge fixes & some updates * post merge fixes
13 lines
362 B
JavaScript
13 lines
362 B
JavaScript
/**
|
|
* Creating a sidebar enables you to:
|
|
- create an ordered group of docs
|
|
- render a sidebar for each doc of that group
|
|
- provide next/previous navigation
|
|
The sidebars can be generated from the filesystem, or explicitly defined here.
|
|
Create as many sidebars as you want.
|
|
*/
|
|
|
|
module.exports = {
|
|
community: [{ type: 'autogenerated', dirName: '.' }],
|
|
}
|