diff --git a/packages/noco-docs/docs/040.bases/090.actions-on-base.md b/packages/noco-docs/docs/040.bases/090.actions-on-base.md index 22899a580a..e17af30d3f 100644 --- a/packages/noco-docs/docs/040.bases/090.actions-on-base.md +++ b/packages/noco-docs/docs/040.bases/090.actions-on-base.md @@ -43,9 +43,9 @@ Starred base will appear in both `Starred` section and `All Bases` section on th You can duplicate a base by following simple steps below: 1. Open `base context menu` by clicking on the ellipses `...` next to base name` on the left sidebar. 2. From the dropdown, select `Duplicate` option. -3. Optional configurations - a) You can choose to duplicate the base with or without data. - b) You can choose to duplicate the base with or without views. +3. Optional configurations + a) `Include data` : You can choose to duplicate the base with or without data. + b) `Include views` : You can choose to duplicate the base with or without views. 4. Click on `Confirm` button on the confirmation modal. 5. New base will be created with the same schema and data/view as in the original base, based on configurations as specified in step (3). diff --git a/packages/noco-docs/docs/050.tables/020.create-table.md b/packages/noco-docs/docs/050.tables/020.create-table.md index fdf09beffe..e8c546d7ac 100644 --- a/packages/noco-docs/docs/050.tables/020.create-table.md +++ b/packages/noco-docs/docs/050.tables/020.create-table.md @@ -2,4 +2,17 @@ title: 'Create table' --- import Tabs from '@theme/Tabs'; -import TabItem from '@theme/TabItem'; \ No newline at end of file +import TabItem from '@theme/TabItem'; + +## Create new table + +![image](/img/v2/create-table.png) +![image](/img/v2/create-table-2.png) + +## Create table from CSV + +## Create table from Excel + +## Create table from JSON + + diff --git a/packages/noco-docs/static/img/v2/create-table-2.png b/packages/noco-docs/static/img/v2/create-table-2.png new file mode 100644 index 0000000000..3e6f864290 Binary files /dev/null and b/packages/noco-docs/static/img/v2/create-table-2.png differ diff --git a/packages/noco-docs/static/img/v2/create-table.png b/packages/noco-docs/static/img/v2/create-table.png new file mode 100644 index 0000000000..b8c5ab7d55 Binary files /dev/null and b/packages/noco-docs/static/img/v2/create-table.png differ