Skip to content

Commit

Permalink
docs: fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienwnklr committed Jan 8, 2024
1 parent 8f0e132 commit 46d8b4b
Show file tree
Hide file tree
Showing 6 changed files with 6,636 additions and 18 deletions.
6 changes: 3 additions & 3 deletions docs/docs/constants.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## defaultOptionsDrawer

__default value for [DrawerOptions](api/interfaces/types_drawer.DrawerOptions)__
__default value for [DrawerOptions](api/interfaces/types.DrawerOptions)__

```ts
export const defaultOptionsDrawer: DrawerOptions = {
Expand Down Expand Up @@ -32,7 +32,7 @@ export const defaultOptionsDrawer: DrawerOptions = {

## defaultOptionsModal

__default value for [ModalOptions](api/interfaces/types_modal.ModalOptions)__
__default value for [ModalOptions](api/interfaces/types.ModalOptions)__

```ts

Expand All @@ -48,7 +48,7 @@ export const defaultOptionsModal: ModalOptions = {

## defaultOptionsToolbar

__default value for [ToolbarOptions](api/interfaces/types_toolbar.ToolbarOptions)__
__default value for [ToolbarOptions](api/interfaces/types.ToolbarOptions)__

```ts
export const defaultOptionsToolbar: ToolbarOptions = {
Expand Down
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const config = {
items: [
{
label: 'Get started',
to: '/docs/intro',
to: '/docs/get-started',
},
],
},
Expand Down
13 changes: 0 additions & 13 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,19 +90,6 @@ const sidebars = {
],
},
],

// But you can create a sidebar manually
/*
tutorialSidebar: [
'intro',
'hello',
{
type: 'category',
label: 'Tutorial',
items: ['tutorial-basics/create-a-document'],
},
],
*/
};

module.exports = sidebars;
2 changes: 1 addition & 1 deletion docs/src/css/style.css

Large diffs are not rendered by default.

Loading

0 comments on commit 46d8b4b

Please sign in to comment.