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' |
||||
--- |
||||
import Tabs from '@theme/Tabs'; |
||||
import TabItem from '@theme/TabItem'; |
@ -1,5 +1,3 @@
|
||||
--- |
||||
title: 'Create view' |
||||
--- |
||||
import Tabs from '@theme/Tabs'; |
||||
import TabItem from '@theme/TabItem'; |
@ -1,5 +1,3 @@
|
||||
--- |
||||
title: 'Actions on views' |
||||
--- |
||||
import Tabs from '@theme/Tabs'; |
||||
import TabItem from '@theme/TabItem'; |
@ -1,5 +1,3 @@
|
||||
--- |
||||
title: 'Grid' |
||||
--- |
||||
import Tabs from '@theme/Tabs'; |
||||
import TabItem from '@theme/TabItem'; |
@ -1,5 +1,3 @@
|
||||
--- |
||||
title: 'Gallery' |
||||
--- |
||||
import Tabs from '@theme/Tabs'; |
||||
import TabItem from '@theme/TabItem'; |
@ -1,5 +1,3 @@
|
||||
--- |
||||
title: 'Forms' |
||||
--- |
||||
import Tabs from '@theme/Tabs'; |
||||
import TabItem from '@theme/TabItem'; |
@ -1,5 +1,3 @@
|
||||
--- |
||||
title: 'Kanban' |
||||
--- |
||||
import Tabs from '@theme/Tabs'; |
||||
import TabItem from '@theme/TabItem'; |
@ -1,5 +1,3 @@
|
||||
--- |
||||
title: 'Webhook overview' |
||||
--- |
||||
import Tabs from '@theme/Tabs'; |
||||
import TabItem from '@theme/TabItem'; |
@ -1,5 +1,3 @@
|
||||
--- |
||||
title: 'Create webhook' |
||||
--- |
||||
import Tabs from '@theme/Tabs'; |
||||
import TabItem from '@theme/TabItem'; |
@ -1,5 +1,3 @@
|
||||
--- |
||||
title: 'Delete webhook' |
||||
--- |
||||
import Tabs from '@theme/Tabs'; |
||||
import TabItem from '@theme/TabItem'; |
@ -1,5 +1,3 @@
|
||||
--- |
||||
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