mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-04 20:02:54 +02:00
feat(v2): allow non sidebar category to be first item of sidebar (#2032)
* feat(v2): allow non sidebar category to be first item of sidebar * better error messages * edit the react component * Update website/docs/sidebar.md * nits * add @babel/plugin-transform-runtime
This commit is contained in:
parent
c533adc4aa
commit
9862a6821a
20 changed files with 849 additions and 671 deletions
|
@ -7,7 +7,6 @@
|
|||
|
||||
import createSitemap from '../createSitemap';
|
||||
import {DocusaurusConfig} from '@docusaurus/types';
|
||||
import DEFAULT_OPTIONS from '../index';
|
||||
|
||||
describe('createSitemap', () => {
|
||||
test('simple site', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue