mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 07:37:19 +02:00
chore(v2): generic styling improvements
This commit is contained in:
parent
c46a894a01
commit
b33de00a32
16 changed files with 109 additions and 109 deletions
|
@ -5,8 +5,7 @@
|
|||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
// build the docs meta such as next, previous, category and sidebar
|
||||
|
||||
// Build the docs meta such as next, previous, category and sidebar.
|
||||
module.exports = function createOrder(allSidebars = {}) {
|
||||
const order = {};
|
||||
|
||||
|
@ -28,7 +27,7 @@ module.exports = function createOrder(allSidebars = {}) {
|
|||
break;
|
||||
case 'ref':
|
||||
case 'link':
|
||||
// refs and links should not be shown in navigation
|
||||
// Refs and links should not be shown in navigation.
|
||||
break;
|
||||
case 'doc':
|
||||
ids.push(item.id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue