mirror of https://github.com/nocodb/nocodb
Raju Udava
1 year ago
84 changed files with 80 additions and 166 deletions
@ -1,5 +1,3 @@ |
|||||||
--- |
--- |
||||||
title: 'Records overview' |
title: 'Records overview' |
||||||
--- |
--- |
||||||
import Tabs from '@theme/Tabs'; |
|
||||||
import TabItem from '@theme/TabItem'; |
|
@ -1,5 +1,3 @@ |
|||||||
--- |
--- |
||||||
title: 'Create view' |
title: 'Create view' |
||||||
--- |
--- |
||||||
import Tabs from '@theme/Tabs'; |
|
||||||
import TabItem from '@theme/TabItem'; |
|
@ -1,5 +1,3 @@ |
|||||||
--- |
--- |
||||||
title: 'Actions on views' |
title: 'Actions on views' |
||||||
--- |
--- |
||||||
import Tabs from '@theme/Tabs'; |
|
||||||
import TabItem from '@theme/TabItem'; |
|
@ -1,5 +1,3 @@ |
|||||||
--- |
--- |
||||||
title: 'Grid' |
title: 'Grid' |
||||||
--- |
--- |
||||||
import Tabs from '@theme/Tabs'; |
|
||||||
import TabItem from '@theme/TabItem'; |
|
@ -1,5 +1,3 @@ |
|||||||
--- |
--- |
||||||
title: 'Gallery' |
title: 'Gallery' |
||||||
--- |
--- |
||||||
import Tabs from '@theme/Tabs'; |
|
||||||
import TabItem from '@theme/TabItem'; |
|
@ -1,5 +1,3 @@ |
|||||||
--- |
--- |
||||||
title: 'Forms' |
title: 'Forms' |
||||||
--- |
--- |
||||||
import Tabs from '@theme/Tabs'; |
|
||||||
import TabItem from '@theme/TabItem'; |
|
@ -1,5 +1,3 @@ |
|||||||
--- |
--- |
||||||
title: 'Kanban' |
title: 'Kanban' |
||||||
--- |
--- |
||||||
import Tabs from '@theme/Tabs'; |
|
||||||
import TabItem from '@theme/TabItem'; |
|
@ -1,5 +1,3 @@ |
|||||||
--- |
--- |
||||||
title: 'Webhook overview' |
title: 'Webhook overview' |
||||||
--- |
--- |
||||||
import Tabs from '@theme/Tabs'; |
|
||||||
import TabItem from '@theme/TabItem'; |
|
@ -1,5 +1,3 @@ |
|||||||
--- |
--- |
||||||
title: 'Create webhook' |
title: 'Create webhook' |
||||||
--- |
--- |
||||||
import Tabs from '@theme/Tabs'; |
|
||||||
import TabItem from '@theme/TabItem'; |
|
@ -1,5 +1,3 @@ |
|||||||
--- |
--- |
||||||
title: 'Delete webhook' |
title: 'Delete webhook' |
||||||
--- |
--- |
||||||
import Tabs from '@theme/Tabs'; |
|
||||||
import TabItem from '@theme/TabItem'; |
|
@ -1,5 +1,3 @@ |
|||||||
--- |
--- |
||||||
title: 'Actions on webhook' |
title: 'Actions on webhook' |
||||||
--- |
--- |
||||||
import Tabs from '@theme/Tabs'; |
|
||||||
import TabItem from '@theme/TabItem'; |
|
@ -0,0 +1,10 @@ |
|||||||
|
// import the original mapper
|
||||||
|
import MDXComponents from "@theme-original/MDXComponents"; |
||||||
|
|
||||||
|
export default { |
||||||
|
// re-use the default mapping
|
||||||
|
...MDXComponents, |
||||||
|
// some custom components goes here ...
|
||||||
|
Tabs, |
||||||
|
TabItem, |
||||||
|
}; |
Loading…
Reference in new issue