diff --git a/packages/noco-docs/docs/010.index.md b/packages/noco-docs/docs/010.index.md index 31d9e0a990..a1f2079234 100644 --- a/packages/noco-docs/docs/010.index.md +++ b/packages/noco-docs/docs/010.index.md @@ -4,72 +4,4 @@ description: 'NocoDB Documentation' slug: / --- -## Welcome! -![image](/img/banner.png) - -NocoDB is a no-code database platform that allows teams to collaborate and build applications with ease of a familiar and intuitive spreadsheet interface. This allows even non-developers or business users to become software creators. - -NocoDB works by connecting to any relational database and transforming them into a smart spreadsheet interface! This allows you to build no-code applications collaboratively with teams. NocoDB currently works with MySQL, PostgreSQL, Microsoft SQL Server, SQLite, Amazon Aurora & MariaDB databases. - -Also NocoDB's app store allows you to build business workflows on views with combination of Slack, Microsoft Teams, Discord, Twilio, Whatsapp, Email & any 3rd party APIs too. Plus NocoDB provides programmatic access to APIs so that you can build integrations with Zapier / Integromat and custom applications too. - -## Features - -### Rich Spreadsheet Interface - -- ⚡  Basic Operations: Create, Read, Update and Delete on Tables, Columns, and Rows -- ⚡  Fields Operations: Sort, Filter, Hide / Unhide Columns -- ⚡  Multiple Views Types: Grid (By default), Gallery, Form View and Kanban View -- ⚡  View Permissions Types: Collaborative Views, & Locked Views -- ⚡  Share Bases / Views: either Public or Private (with Password Protected) -- ⚡  Variant Cell Types: ID, LinkToAnotherRecord, Lookup, Rollup, SingleLineText, Attachement, Currency, Formula and etc -- ⚡  Access Control with Roles : Fine-grained Access Control at different levels -- ⚡  and more ... - -### App Store for Workflow Automations - -We provide different integrations in three main categories. See App Store for details. - -- ⚡  Chat : Slack, Discord, Mattermost, and etc -- ⚡  Email : AWS SES, SMTP, MailerSend, and etc -- ⚡  Storage : AWS S3, Google Cloud Storage, Minio, and etc - -### Programmatic Access - -We provide the following ways to let users to invoke actions in a programmatic way. You can use a token (either JWT or Social Auth) to sign your requests for authorization to NocoDB. - -- ⚡  REST APIs -- ⚡  NocoDB SDK - -### Sync Schema - -We allow you to sync schema changes if you have made changes outside NocoDB GUI. However, it has to be noted then you will have to bring your own schema migrations for moving from environment to others. See Sync Schema for details. - -### Audit - -We are keeping all the user operation logs under one place. See Audit for details. - -## Why are we building this? -Most internet businesses equip themselves with either spreadsheet or a database to solve their business needs. Spreadsheets are used by a Billion+ humans collaboratively every single day. However, we are way off working at similar speeds on databases which are way more powerful tools when it comes to computing. Attempts to solve this with SaaS offerings has meant horrible access controls, vendor lockin, data lockin, abrupt price changes & most importantly a glass ceiling on what's possible in future. - -## Our Mission -Our mission is to provide the most powerful no-code interface for databases which is open source to every single internet business in the world. This would not only democratise access to a powerful computing tool but also bring forth a billion+ people who will have radical tinkering-and-building abilities on internet. - -## How can I contribute to NocoDB's development ? - -Please refer to [here](https://github.com/nocodb/nocodb/blob/develop/.github/CONTRIBUTING.md) for the contribution guidelines. - - - -## Where can I join the NocoDB community? - -Follow us for daily updates, content, and other activities with our community: - -- [Youtube](https://www.youtube.com/@nocodb) -- [Twitter](https://twitter.com/nocodb) -- [Discord](http://discord.nocodb.com/) -- [GitHub](https://github.com/nocodb/nocodb) -- [Community Forums](https://community.nocodb.com/) -- [LinkedIn](https://www.linkedin.com/company/nocodb) -- [Reddit](https://www.reddit.com/r/NocoDB/) diff --git a/packages/noco-docs/docs/020.getting-started/010.introduction-to-nocodb.md b/packages/noco-docs/docs/020.getting-started/010.introduction-to-nocodb.md new file mode 100644 index 0000000000..6292826505 --- /dev/null +++ b/packages/noco-docs/docs/020.getting-started/010.introduction-to-nocodb.md @@ -0,0 +1,73 @@ +--- +title: 'Introduction to NocoDB' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + +![image](/img/banner.png) + +NocoDB is a no-code database platform that allows teams to collaborate and build applications with ease of a familiar and intuitive spreadsheet interface. This allows even non-developers or business users to become software creators. + +NocoDB works by connecting to any relational database and transforming them into a smart spreadsheet interface! This allows you to build no-code applications collaboratively with teams. NocoDB currently works with MySQL, PostgreSQL, Microsoft SQL Server, SQLite, Amazon Aurora & MariaDB databases. + +Also NocoDB's app store allows you to build business workflows on views with combination of Slack, Microsoft Teams, Discord, Twilio, Whatsapp, Email & any 3rd party APIs too. Plus NocoDB provides programmatic access to APIs so that you can build integrations with Zapier / Integromat and custom applications too. + +## Features + +### Rich Spreadsheet Interface + +- ⚡  Basic Operations: Create, Read, Update and Delete on Tables, Columns, and Rows +- ⚡  Fields Operations: Sort, Filter, Hide / Unhide Columns +- ⚡  Multiple Views Types: Grid (By default), Gallery, Form View and Kanban View +- ⚡  View Permissions Types: Collaborative Views, & Locked Views +- ⚡  Share Bases / Views: either Public or Private (with Password Protected) +- ⚡  Variant Cell Types: ID, LinkToAnotherRecord, Lookup, Rollup, SingleLineText, Attachement, Currency, Formula and etc +- ⚡  Access Control with Roles : Fine-grained Access Control at different levels +- ⚡  and more ... + +### App Store for Workflow Automations + +We provide different integrations in three main categories. See App Store for details. + +- ⚡  Chat : Slack, Discord, Mattermost, and etc +- ⚡  Email : AWS SES, SMTP, MailerSend, and etc +- ⚡  Storage : AWS S3, Google Cloud Storage, Minio, and etc + +### Programmatic Access + +We provide the following ways to let users to invoke actions in a programmatic way. You can use a token (either JWT or Social Auth) to sign your requests for authorization to NocoDB. + +- ⚡  REST APIs +- ⚡  NocoDB SDK + +### Sync Schema + +We allow you to sync schema changes if you have made changes outside NocoDB GUI. However, it has to be noted then you will have to bring your own schema migrations for moving from environment to others. See Sync Schema for details. + +### Audit + +We are keeping all the user operation logs under one place. See Audit for details. + +## Why are we building this? +Most internet businesses equip themselves with either spreadsheet or a database to solve their business needs. Spreadsheets are used by a Billion+ humans collaboratively every single day. However, we are way off working at similar speeds on databases which are way more powerful tools when it comes to computing. Attempts to solve this with SaaS offerings has meant horrible access controls, vendor lockin, data lockin, abrupt price changes & most importantly a glass ceiling on what's possible in future. + +## Our Mission +Our mission is to provide the most powerful no-code interface for databases which is open source to every single internet business in the world. This would not only democratise access to a powerful computing tool but also bring forth a billion+ people who will have radical tinkering-and-building abilities on internet. + +## How can I contribute to NocoDB's development ? + +Please refer to [here](https://github.com/nocodb/nocodb/blob/develop/.github/CONTRIBUTING.md) for the contribution guidelines. + + + +## Where can I join the NocoDB community? + +Follow us for daily updates, content, and other activities with our community: + +- [Youtube](https://www.youtube.com/@nocodb) +- [Twitter](https://twitter.com/nocodb) +- [Discord](http://discord.nocodb.com/) +- [GitHub](https://github.com/nocodb/nocodb) +- [Community Forums](https://community.nocodb.com/) +- [LinkedIn](https://www.linkedin.com/company/nocodb) +- [Reddit](https://www.reddit.com/r/NocoDB/) \ No newline at end of file diff --git a/packages/noco-docs/docs/020.getting-started/010.overview.md b/packages/noco-docs/docs/020.getting-started/010.overview.md deleted file mode 100644 index d8d3ab1121..0000000000 --- a/packages/noco-docs/docs/020.getting-started/010.overview.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: 'Overview' ---- -import Tabs from '@theme/Tabs'; -import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/020.getting-started/020.quick-start.md b/packages/noco-docs/docs/020.getting-started/020.quick-start.md new file mode 100644 index 0000000000..2a12e13c93 --- /dev/null +++ b/packages/noco-docs/docs/020.getting-started/020.quick-start.md @@ -0,0 +1,5 @@ +--- +title: 'Quick start' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/020.getting-started/030.terminologies.md b/packages/noco-docs/docs/020.getting-started/030.terminologies.md new file mode 100644 index 0000000000..5cfd28a391 --- /dev/null +++ b/packages/noco-docs/docs/020.getting-started/030.terminologies.md @@ -0,0 +1,32 @@ +--- +title: 'NocoDB terminologies' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + +To maximize your use of NocoDB, it's beneficial to become familiar with some common terms. + +Within this section, we've provided straightforward explanations for keywords and phrases that are relevant to NocoDB's functionality and capabilities. This resource is designed to assist you in gaining a deeper understanding of NocoDB as you embark on the process of setting up workspaces, bases, tables, and various other elements within the platform. + +## Layout +Layout below shows broader components of NocoDB's UI. + +![image](/img/v2/layout-1.png) + +1. Left sidebar +2. Navbar +3. Toolbar +4. View area +5. Right sidebar +6. Footbar + +## Terminologies + +| Term | Description | +|-----:|:------------| +| | | +| | | +| | | +| | | +| | | +| | | \ No newline at end of file diff --git a/packages/noco-docs/docs/020.getting-started/040.keyboard-shortcuts.md b/packages/noco-docs/docs/020.getting-started/040.keyboard-shortcuts.md new file mode 100644 index 0000000000..5a5d7cead2 --- /dev/null +++ b/packages/noco-docs/docs/020.getting-started/040.keyboard-shortcuts.md @@ -0,0 +1,56 @@ +--- +title: 'Keyboard shortcuts' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + +## General +| Key | Behaviour | +|----------:|:----------------------------| +| `ALT` `t` | Insert new table | +| `ALT` `r` | Insert new record | +| `ALT` `c` | Insert new field | +| `ALT` `f` | Toggle fullscreen mode | +| `ALT` `i` | Invite a member to team | +| `⌘` `K` | Open `Quick Actions` menu | + + +## Grid view +| Key | Behaviour | +|----------------:|:-------------------------------------------------------------------------------------| +| `⌘` `↑` | Jump to first record in this field (in same page) | +| `⌘` `↓` | Jump to last record in this field (in same page) | +| `⌘` `←` | Jump to first field in this record | +| `⌘` `→` | Jump to last field in this record | +| `⌘` `C` | Copy cell contents | +| `⌘` `V` | Paste copied contents | +| `Enter` | Switch cell in focus to EDIT mode; opens modal/picker if cell is associated with one | +| `Esc` | Exit cell EDIT mode | +| `Delete` | Clear cell | +| `Space` | Expand current row | +| `←` `→` `↑` `↓` | General cell navigation | +| `Tab` | Move to next cell horizontally; if on last cell, move to next row beginning | + + +## Column type specific +| Datatype | Key | Behaviour | +|:----------------------:|------------:|:-----------------------------------| +| Text / Numerical cells | `←` `→` | Move cursor to the left / right | +| | `↑` `↓` | Move cursor to the beginning / end | +| Single Select | `↑` `↓` | Move between options | +| | `Enter` | Select option | +| Multi Select | `↑` `↓` | Move between options | +| | `Enter` | Select / deselect option | +| DateTime | `Ctrl` `;` | Select current date time | +| Link | `↑` `↓` | Move between options | +| | `Enter` | Link current selection | +| Checkbox | `Enter` | Toggle | +| Rating | `<0 ~ Max>` | Enter number to toggle rating | + + +## Expanded form +| Key | Behaviour | +|------------:|:--------------------------------| +| `⌘` `Enter` | Save current expanded form item | + + diff --git a/packages/noco-docs/docs/020.getting-started/_category_.json b/packages/noco-docs/docs/020.getting-started/_category_.json index 22b30093b7..ec3ab8fa3d 100644 --- a/packages/noco-docs/docs/020.getting-started/_category_.json +++ b/packages/noco-docs/docs/020.getting-started/_category_.json @@ -1,5 +1,5 @@ { "label": "Getting Started", "collapsible": true, - "collapsed": true + "collapsed": false } \ No newline at end of file diff --git a/packages/noco-docs/docs/030.workspaces/010.overview.md b/packages/noco-docs/docs/030.workspaces/010.overview.md deleted file mode 100644 index d8d3ab1121..0000000000 --- a/packages/noco-docs/docs/030.workspaces/010.overview.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: 'Overview' ---- -import Tabs from '@theme/Tabs'; -import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/030.workspaces/010.workspace-overview.md b/packages/noco-docs/docs/030.workspaces/010.workspace-overview.md new file mode 100644 index 0000000000..84e8ef6817 --- /dev/null +++ b/packages/noco-docs/docs/030.workspaces/010.workspace-overview.md @@ -0,0 +1,23 @@ +--- +title: 'Workspace overview' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + +Workspaces in NocoDB are collection of one or more bases. You can create multiple workspaces to organize your bases and collaborators. Some of the key points to note about workspaces are: +- Each workspace has its own set of bases. +- Each workspace has its own set of collaborators and access permissions. +- Each workspace has its own set of settings & billing plans +- A base can be a part of only one workspace & cannot be moved between workspaces. +- A collaborator can be a member of multiple workspaces. +- A collaborator can have different access permissions in different workspaces. + +> Note: You can create only one workspace in the self-hosted plan (default). + +Workspace menu is accessible from the left sidebar. + +![image](/img/v2/workspace-menu.png) + +It lists all the workspaces you have access to. You can switch between workspaces by clicking on the workspace name. + +![image](/img/v2/workspace-list.png) \ No newline at end of file diff --git a/packages/noco-docs/docs/030.workspaces/020.create-workspace.md b/packages/noco-docs/docs/030.workspaces/020.create-workspace.md new file mode 100644 index 0000000000..483844a829 --- /dev/null +++ b/packages/noco-docs/docs/030.workspaces/020.create-workspace.md @@ -0,0 +1,5 @@ +--- +title: 'Create workspace' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/030.workspaces/020.create.md b/packages/noco-docs/docs/030.workspaces/020.create.md deleted file mode 100644 index 80d1f7f5d1..0000000000 --- a/packages/noco-docs/docs/030.workspaces/020.create.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: 'Create' ---- \ No newline at end of file diff --git a/packages/noco-docs/docs/030.workspaces/030.workspace-collaboration.md b/packages/noco-docs/docs/030.workspaces/030.workspace-collaboration.md new file mode 100644 index 0000000000..27ed750854 --- /dev/null +++ b/packages/noco-docs/docs/030.workspaces/030.workspace-collaboration.md @@ -0,0 +1,5 @@ +--- +title: 'Workspace collaboration' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/030.workspaces/040.delete-workspace.md b/packages/noco-docs/docs/030.workspaces/040.delete-workspace.md new file mode 100644 index 0000000000..60c50ac867 --- /dev/null +++ b/packages/noco-docs/docs/030.workspaces/040.delete-workspace.md @@ -0,0 +1,5 @@ +--- +title: 'Delete workspace' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/030.workspaces/040.delete.md b/packages/noco-docs/docs/030.workspaces/040.delete.md deleted file mode 100644 index fec5614c7d..0000000000 --- a/packages/noco-docs/docs/030.workspaces/040.delete.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: 'Delete' ---- \ No newline at end of file diff --git a/packages/noco-docs/docs/030.workspaces/050.actions-on-workspace.md b/packages/noco-docs/docs/030.workspaces/050.actions-on-workspace.md new file mode 100644 index 0000000000..482e063c1f --- /dev/null +++ b/packages/noco-docs/docs/030.workspaces/050.actions-on-workspace.md @@ -0,0 +1,5 @@ +--- +title: 'Actions on workspace' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/030.workspaces/050.configurations.md b/packages/noco-docs/docs/030.workspaces/050.configurations.md deleted file mode 100644 index 59c03c7705..0000000000 --- a/packages/noco-docs/docs/030.workspaces/050.configurations.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: 'Configurations' ---- \ No newline at end of file diff --git a/packages/noco-docs/docs/040.bases/010.base-overview.md b/packages/noco-docs/docs/040.bases/010.base-overview.md index cf2c133bd7..2883b92ac0 100644 --- a/packages/noco-docs/docs/040.bases/010.base-overview.md +++ b/packages/noco-docs/docs/040.bases/010.base-overview.md @@ -1,3 +1,5 @@ --- title: 'Base overview' ---- \ No newline at end of file +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/040.bases/020.create-base.md b/packages/noco-docs/docs/040.bases/020.create-base.md index 39455c0223..6aa2483c29 100644 --- a/packages/noco-docs/docs/040.bases/020.create-base.md +++ b/packages/noco-docs/docs/040.bases/020.create-base.md @@ -1,3 +1,5 @@ --- title: 'Create base' ---- \ No newline at end of file +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/040.bases/060.create-base-using-template.md b/packages/noco-docs/docs/040.bases/060.create-base-using-template.md index a82bfd6ada..10267cb7f0 100644 --- a/packages/noco-docs/docs/040.bases/060.create-base-using-template.md +++ b/packages/noco-docs/docs/040.bases/060.create-base-using-template.md @@ -1,3 +1,5 @@ --- title: 'Create base using template' ---- \ No newline at end of file +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/040.bases/070.import-base-from-airtable.md b/packages/noco-docs/docs/040.bases/070.import-base-from-airtable.md index f9e3d7ab0e..a09691c450 100644 --- a/packages/noco-docs/docs/040.bases/070.import-base-from-airtable.md +++ b/packages/noco-docs/docs/040.bases/070.import-base-from-airtable.md @@ -1,3 +1,5 @@ --- title: 'Import base from Airtable' ---- \ No newline at end of file +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/040.bases/080.delete-base.md b/packages/noco-docs/docs/040.bases/080.delete-base.md index 2cb987ac08..7d76f60737 100644 --- a/packages/noco-docs/docs/040.bases/080.delete-base.md +++ b/packages/noco-docs/docs/040.bases/080.delete-base.md @@ -1,3 +1,5 @@ --- title: 'Delete base' ---- \ No newline at end of file +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file 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 c0b42180fa..d774aad674 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 @@ -1,3 +1,5 @@ --- title: 'Actions on base' ---- \ No newline at end of file +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/050.tables/010.table-overview.md b/packages/noco-docs/docs/050.tables/010.table-overview.md index 7a4fee3664..01c877d753 100644 --- a/packages/noco-docs/docs/050.tables/010.table-overview.md +++ b/packages/noco-docs/docs/050.tables/010.table-overview.md @@ -1,3 +1,5 @@ --- title: 'Table overview' ---- \ No newline at end of file +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/050.tables/020.create-table.md b/packages/noco-docs/docs/050.tables/020.create-table.md new file mode 100644 index 0000000000..fdf09beffe --- /dev/null +++ b/packages/noco-docs/docs/050.tables/020.create-table.md @@ -0,0 +1,5 @@ +--- +title: 'Create table' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/050.tables/020.create.md b/packages/noco-docs/docs/050.tables/020.create.md deleted file mode 100644 index 80d1f7f5d1..0000000000 --- a/packages/noco-docs/docs/050.tables/020.create.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: 'Create' ---- \ No newline at end of file diff --git a/packages/noco-docs/docs/050.tables/030.create-table-via-import.md b/packages/noco-docs/docs/050.tables/030.create-table-via-import.md new file mode 100644 index 0000000000..c848a82ff7 --- /dev/null +++ b/packages/noco-docs/docs/050.tables/030.create-table-via-import.md @@ -0,0 +1,5 @@ +--- +title: 'Create table via import' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/050.tables/040.duplicate.md b/packages/noco-docs/docs/050.tables/040.duplicate.md deleted file mode 100644 index 12ef451e5d..0000000000 --- a/packages/noco-docs/docs/050.tables/040.duplicate.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: 'Duplicate' ---- \ No newline at end of file diff --git a/packages/noco-docs/docs/050.tables/040.import-data-into-existing-table.md b/packages/noco-docs/docs/050.tables/040.import-data-into-existing-table.md new file mode 100644 index 0000000000..a94049c736 --- /dev/null +++ b/packages/noco-docs/docs/050.tables/040.import-data-into-existing-table.md @@ -0,0 +1,5 @@ +--- +title: 'Import data into an existing table' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/050.tables/050.delete-table.md b/packages/noco-docs/docs/050.tables/050.delete-table.md new file mode 100644 index 0000000000..1d81ce16bf --- /dev/null +++ b/packages/noco-docs/docs/050.tables/050.delete-table.md @@ -0,0 +1,5 @@ +--- +title: 'Delete table' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/050.tables/050.delete.md b/packages/noco-docs/docs/050.tables/050.delete.md deleted file mode 100644 index fec5614c7d..0000000000 --- a/packages/noco-docs/docs/050.tables/050.delete.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: 'Delete' ---- \ No newline at end of file diff --git a/packages/noco-docs/docs/050.tables/060.actions-on-table.md b/packages/noco-docs/docs/050.tables/060.actions-on-table.md new file mode 100644 index 0000000000..d0c948e2f8 --- /dev/null +++ b/packages/noco-docs/docs/050.tables/060.actions-on-table.md @@ -0,0 +1,5 @@ +--- +title: 'Actions on table' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/050.tables/060.import-csv.md b/packages/noco-docs/docs/050.tables/060.import-csv.md deleted file mode 100644 index 9e16987698..0000000000 --- a/packages/noco-docs/docs/050.tables/060.import-csv.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: 'Import from CSV' ---- \ No newline at end of file diff --git a/packages/noco-docs/docs/050.tables/070.import-excel.md b/packages/noco-docs/docs/050.tables/070.import-excel.md deleted file mode 100644 index d9f3658e1e..0000000000 --- a/packages/noco-docs/docs/050.tables/070.import-excel.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: 'Import from Excel' ---- \ No newline at end of file diff --git a/packages/noco-docs/docs/050.tables/080.import-json.md b/packages/noco-docs/docs/050.tables/080.import-json.md deleted file mode 100644 index 2385c353e7..0000000000 --- a/packages/noco-docs/docs/050.tables/080.import-json.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: 'Import from JSON' ---- \ No newline at end of file diff --git a/packages/noco-docs/docs/050.tables/090.import-data.md b/packages/noco-docs/docs/050.tables/090.import-data.md deleted file mode 100644 index ff6245c524..0000000000 --- a/packages/noco-docs/docs/050.tables/090.import-data.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: 'Import Data into an existing Table' ---- \ No newline at end of file diff --git a/packages/noco-docs/docs/050.tables/100.configurations.md b/packages/noco-docs/docs/050.tables/100.configurations.md deleted file mode 100644 index 59c03c7705..0000000000 --- a/packages/noco-docs/docs/050.tables/100.configurations.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: 'Configurations' ---- \ No newline at end of file diff --git a/packages/noco-docs/docs/060.fields/010.fields-overview.md b/packages/noco-docs/docs/060.fields/010.fields-overview.md index 7640efde48..9026e5e039 100644 --- a/packages/noco-docs/docs/060.fields/010.fields-overview.md +++ b/packages/noco-docs/docs/060.fields/010.fields-overview.md @@ -1,3 +1,5 @@ --- title: 'Fields overview' ---- \ No newline at end of file +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/060.fields/020.create-field.md b/packages/noco-docs/docs/060.fields/020.create-field.md new file mode 100644 index 0000000000..c5a954c23c --- /dev/null +++ b/packages/noco-docs/docs/060.fields/020.create-field.md @@ -0,0 +1,5 @@ +--- +title: 'Create field' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/060.fields/020.create.md b/packages/noco-docs/docs/060.fields/020.create.md deleted file mode 100644 index 80d1f7f5d1..0000000000 --- a/packages/noco-docs/docs/060.fields/020.create.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: 'Create' ---- \ No newline at end of file diff --git a/packages/noco-docs/docs/060.fields/030.field-types/010.single-line-text.md b/packages/noco-docs/docs/060.fields/030.field-types/010.single-line-text.md new file mode 100644 index 0000000000..cdccabbadd --- /dev/null +++ b/packages/noco-docs/docs/060.fields/030.field-types/010.single-line-text.md @@ -0,0 +1,5 @@ +--- +title: 'Single line text' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/060.fields/030.field-types/020.long-text.md b/packages/noco-docs/docs/060.fields/030.field-types/020.long-text.md new file mode 100644 index 0000000000..5f6c4ecc82 --- /dev/null +++ b/packages/noco-docs/docs/060.fields/030.field-types/020.long-text.md @@ -0,0 +1,5 @@ +--- +title: 'Long text' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/060.fields/030.field-types/030.number.md b/packages/noco-docs/docs/060.fields/030.field-types/030.number.md new file mode 100644 index 0000000000..036545810c --- /dev/null +++ b/packages/noco-docs/docs/060.fields/030.field-types/030.number.md @@ -0,0 +1,5 @@ +--- +title: 'Number' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/060.fields/030.field-types/040.decimal.md b/packages/noco-docs/docs/060.fields/030.field-types/040.decimal.md new file mode 100644 index 0000000000..8f9cf082ca --- /dev/null +++ b/packages/noco-docs/docs/060.fields/030.field-types/040.decimal.md @@ -0,0 +1,5 @@ +--- +title: 'Decimal' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/060.fields/030.field-types/050.percent.md b/packages/noco-docs/docs/060.fields/030.field-types/050.percent.md new file mode 100644 index 0000000000..99efbfcd9f --- /dev/null +++ b/packages/noco-docs/docs/060.fields/030.field-types/050.percent.md @@ -0,0 +1,5 @@ +--- +title: 'Percent' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/060.fields/030.field-types/060.attachment.md b/packages/noco-docs/docs/060.fields/030.field-types/060.attachment.md new file mode 100644 index 0000000000..eb28703e54 --- /dev/null +++ b/packages/noco-docs/docs/060.fields/030.field-types/060.attachment.md @@ -0,0 +1,5 @@ +--- +title: 'Attachment' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/060.fields/030.field-types/070.checkbox.md b/packages/noco-docs/docs/060.fields/030.field-types/070.checkbox.md new file mode 100644 index 0000000000..2c1bf6b547 --- /dev/null +++ b/packages/noco-docs/docs/060.fields/030.field-types/070.checkbox.md @@ -0,0 +1,5 @@ +--- +title: 'Checkbox' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/060.fields/030.field-types/080.rating.md b/packages/noco-docs/docs/060.fields/030.field-types/080.rating.md new file mode 100644 index 0000000000..5e60fcacee --- /dev/null +++ b/packages/noco-docs/docs/060.fields/030.field-types/080.rating.md @@ -0,0 +1,5 @@ +--- +title: 'Rating' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/060.fields/030.field-types/090.single-select.md b/packages/noco-docs/docs/060.fields/030.field-types/090.single-select.md new file mode 100644 index 0000000000..284abe3506 --- /dev/null +++ b/packages/noco-docs/docs/060.fields/030.field-types/090.single-select.md @@ -0,0 +1,5 @@ +--- +title: 'Single Select' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/060.fields/030.field-types/100.multi-select.md b/packages/noco-docs/docs/060.fields/030.field-types/100.multi-select.md new file mode 100644 index 0000000000..7fa2a4637a --- /dev/null +++ b/packages/noco-docs/docs/060.fields/030.field-types/100.multi-select.md @@ -0,0 +1,5 @@ +--- +title: 'Multi Select' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/060.fields/030.field-types/110.date-time.md b/packages/noco-docs/docs/060.fields/030.field-types/110.date-time.md new file mode 100644 index 0000000000..2758c58674 --- /dev/null +++ b/packages/noco-docs/docs/060.fields/030.field-types/110.date-time.md @@ -0,0 +1,5 @@ +--- +title: 'Date Time' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/060.fields/030.field-types/120.date.md b/packages/noco-docs/docs/060.fields/030.field-types/120.date.md new file mode 100644 index 0000000000..5ae5cc68f6 --- /dev/null +++ b/packages/noco-docs/docs/060.fields/030.field-types/120.date.md @@ -0,0 +1,5 @@ +--- +title: 'Date' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/060.fields/030.field-types/130.time.md b/packages/noco-docs/docs/060.fields/030.field-types/130.time.md new file mode 100644 index 0000000000..8e50430c5c --- /dev/null +++ b/packages/noco-docs/docs/060.fields/030.field-types/130.time.md @@ -0,0 +1,5 @@ +--- +title: 'Time' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/060.fields/030.field-types/140.duration.md b/packages/noco-docs/docs/060.fields/030.field-types/140.duration.md new file mode 100644 index 0000000000..43014c0531 --- /dev/null +++ b/packages/noco-docs/docs/060.fields/030.field-types/140.duration.md @@ -0,0 +1,5 @@ +--- +title: 'Duration' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/060.fields/030.field-types/150.email.md b/packages/noco-docs/docs/060.fields/030.field-types/150.email.md new file mode 100644 index 0000000000..1af20fdf5f --- /dev/null +++ b/packages/noco-docs/docs/060.fields/030.field-types/150.email.md @@ -0,0 +1,5 @@ +--- +title: 'Email' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/060.fields/030.field-types/151.phonenumber.md b/packages/noco-docs/docs/060.fields/030.field-types/151.phonenumber.md new file mode 100644 index 0000000000..e592d28e33 --- /dev/null +++ b/packages/noco-docs/docs/060.fields/030.field-types/151.phonenumber.md @@ -0,0 +1,5 @@ +--- +title: 'Phone Number' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/060.fields/030.field-types/160.url.md b/packages/noco-docs/docs/060.fields/030.field-types/160.url.md new file mode 100644 index 0000000000..64fba84b19 --- /dev/null +++ b/packages/noco-docs/docs/060.fields/030.field-types/160.url.md @@ -0,0 +1,5 @@ +--- +title: 'URL' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/060.fields/030.field-types/170.formula.md b/packages/noco-docs/docs/060.fields/030.field-types/170.formula.md new file mode 100644 index 0000000000..b07b60ce2d --- /dev/null +++ b/packages/noco-docs/docs/060.fields/030.field-types/170.formula.md @@ -0,0 +1,5 @@ +--- +title: 'Formula' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/060.fields/030.field-types/200.links.md b/packages/noco-docs/docs/060.fields/030.field-types/200.links.md new file mode 100644 index 0000000000..2ea7a69c47 --- /dev/null +++ b/packages/noco-docs/docs/060.fields/030.field-types/200.links.md @@ -0,0 +1,5 @@ +--- +title: 'Links' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/060.fields/030.field-types/210.lookup.md b/packages/noco-docs/docs/060.fields/030.field-types/210.lookup.md new file mode 100644 index 0000000000..8b8555b1e9 --- /dev/null +++ b/packages/noco-docs/docs/060.fields/030.field-types/210.lookup.md @@ -0,0 +1,5 @@ +--- +title: 'LookUp' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/060.fields/030.field-types/220.rollup.md b/packages/noco-docs/docs/060.fields/030.field-types/220.rollup.md new file mode 100644 index 0000000000..ef017fde39 --- /dev/null +++ b/packages/noco-docs/docs/060.fields/030.field-types/220.rollup.md @@ -0,0 +1,5 @@ +--- +title: 'Rollup' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/060.fields/030.field-types/300.QR-code.md b/packages/noco-docs/docs/060.fields/030.field-types/300.QR-code.md new file mode 100644 index 0000000000..f40ad1ca2b --- /dev/null +++ b/packages/noco-docs/docs/060.fields/030.field-types/300.QR-code.md @@ -0,0 +1,5 @@ +--- +title: 'QR code' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/060.fields/030.field-types/310.barcode.md b/packages/noco-docs/docs/060.fields/030.field-types/310.barcode.md new file mode 100644 index 0000000000..e80c0405bc --- /dev/null +++ b/packages/noco-docs/docs/060.fields/030.field-types/310.barcode.md @@ -0,0 +1,5 @@ +--- +title: 'Barcode' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/060.fields/030.field-types/320.geometry.md b/packages/noco-docs/docs/060.fields/030.field-types/320.geometry.md new file mode 100644 index 0000000000..ced8da6ffb --- /dev/null +++ b/packages/noco-docs/docs/060.fields/030.field-types/320.geometry.md @@ -0,0 +1,5 @@ +--- +title: 'Geometry' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/060.fields/030.field-types/330.specific-db-type.md b/packages/noco-docs/docs/060.fields/030.field-types/330.specific-db-type.md new file mode 100644 index 0000000000..5f5f6afcd0 --- /dev/null +++ b/packages/noco-docs/docs/060.fields/030.field-types/330.specific-db-type.md @@ -0,0 +1,5 @@ +--- +title: 'Specific DB type' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/060.fields/030.field-types/340.json.md b/packages/noco-docs/docs/060.fields/030.field-types/340.json.md new file mode 100644 index 0000000000..180c4daf18 --- /dev/null +++ b/packages/noco-docs/docs/060.fields/030.field-types/340.json.md @@ -0,0 +1,5 @@ +--- +title: 'JSON' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/060.fields/030.field-types/_category_.json b/packages/noco-docs/docs/060.fields/030.field-types/_category_.json new file mode 100644 index 0000000000..ad5c721a75 --- /dev/null +++ b/packages/noco-docs/docs/060.fields/030.field-types/_category_.json @@ -0,0 +1,5 @@ +{ + "label": "Field types", + "collapsible": true, + "collapsed": true +} \ No newline at end of file diff --git a/packages/noco-docs/docs/060.fields/040.duplicate.md b/packages/noco-docs/docs/060.fields/040.duplicate.md deleted file mode 100644 index 12ef451e5d..0000000000 --- a/packages/noco-docs/docs/060.fields/040.duplicate.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: 'Duplicate' ---- \ No newline at end of file diff --git a/packages/noco-docs/docs/060.fields/050.delete-field.md b/packages/noco-docs/docs/060.fields/050.delete-field.md new file mode 100644 index 0000000000..6a6e30b2fe --- /dev/null +++ b/packages/noco-docs/docs/060.fields/050.delete-field.md @@ -0,0 +1,5 @@ +--- +title: 'Delete field' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/060.fields/050.delete.md b/packages/noco-docs/docs/060.fields/050.delete.md deleted file mode 100644 index fec5614c7d..0000000000 --- a/packages/noco-docs/docs/060.fields/050.delete.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: 'Delete' ---- \ No newline at end of file diff --git a/packages/noco-docs/docs/060.fields/060.actions-on-field.md b/packages/noco-docs/docs/060.fields/060.actions-on-field.md new file mode 100644 index 0000000000..2d323cc6f5 --- /dev/null +++ b/packages/noco-docs/docs/060.fields/060.actions-on-field.md @@ -0,0 +1,5 @@ +--- +title: 'Actions on field' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/060.fields/060.configurations.md b/packages/noco-docs/docs/060.fields/060.configurations.md deleted file mode 100644 index 59c03c7705..0000000000 --- a/packages/noco-docs/docs/060.fields/060.configurations.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: 'Configurations' ---- \ No newline at end of file diff --git a/packages/noco-docs/docs/060.fields/_category_.json b/packages/noco-docs/docs/060.fields/_category_.json index 9965aa3d78..eb37ef3b3b 100644 --- a/packages/noco-docs/docs/060.fields/_category_.json +++ b/packages/noco-docs/docs/060.fields/_category_.json @@ -1,5 +1,5 @@ { - "label": "Columns", + "label": "Fields", "collapsible": true, "collapsed": true } \ No newline at end of file diff --git a/packages/noco-docs/docs/070.records/010.records-overview.md b/packages/noco-docs/docs/070.records/010.records-overview.md new file mode 100644 index 0000000000..5b745d01b8 --- /dev/null +++ b/packages/noco-docs/docs/070.records/010.records-overview.md @@ -0,0 +1,5 @@ +--- +title: 'Records overview' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/070.records/010.rows-overview.md b/packages/noco-docs/docs/070.records/010.rows-overview.md deleted file mode 100644 index a7bc86dcb3..0000000000 --- a/packages/noco-docs/docs/070.records/010.rows-overview.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: 'Overview' ---- \ No newline at end of file diff --git a/packages/noco-docs/docs/070.records/020.create-record.md b/packages/noco-docs/docs/070.records/020.create-record.md new file mode 100644 index 0000000000..96ec7ab172 --- /dev/null +++ b/packages/noco-docs/docs/070.records/020.create-record.md @@ -0,0 +1,5 @@ +--- +title: 'Create record' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/070.records/020.create.md b/packages/noco-docs/docs/070.records/020.create.md deleted file mode 100644 index 80d1f7f5d1..0000000000 --- a/packages/noco-docs/docs/070.records/020.create.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: 'Create' ---- \ No newline at end of file diff --git a/packages/noco-docs/docs/070.records/040.duplicate.md b/packages/noco-docs/docs/070.records/040.duplicate.md deleted file mode 100644 index 12ef451e5d..0000000000 --- a/packages/noco-docs/docs/070.records/040.duplicate.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: 'Duplicate' ---- \ No newline at end of file diff --git a/packages/noco-docs/docs/070.records/050.delete.md b/packages/noco-docs/docs/070.records/050.delete.md deleted file mode 100644 index fec5614c7d..0000000000 --- a/packages/noco-docs/docs/070.records/050.delete.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: 'Delete' ---- \ No newline at end of file diff --git a/packages/noco-docs/docs/070.records/060.comment-on-record.md b/packages/noco-docs/docs/070.records/060.comment-on-record.md new file mode 100644 index 0000000000..63eba19790 --- /dev/null +++ b/packages/noco-docs/docs/070.records/060.comment-on-record.md @@ -0,0 +1,5 @@ +--- +title: 'Comments on record' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/070.records/060.comments.md b/packages/noco-docs/docs/070.records/060.comments.md deleted file mode 100644 index 694d510b59..0000000000 --- a/packages/noco-docs/docs/070.records/060.comments.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: 'Comments' ---- \ No newline at end of file diff --git a/packages/noco-docs/docs/070.records/070.actions-on-record.md b/packages/noco-docs/docs/070.records/070.actions-on-record.md new file mode 100644 index 0000000000..c4b16ea754 --- /dev/null +++ b/packages/noco-docs/docs/070.records/070.actions-on-record.md @@ -0,0 +1,5 @@ +--- +title: 'Actions on record' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/070.records/070.configurations.md b/packages/noco-docs/docs/070.records/070.configurations.md deleted file mode 100644 index 59c03c7705..0000000000 --- a/packages/noco-docs/docs/070.records/070.configurations.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: 'Configurations' ---- \ No newline at end of file diff --git a/packages/noco-docs/docs/080.views/010.overview.md b/packages/noco-docs/docs/080.views/010.overview.md index a7bc86dcb3..e9060abe1b 100644 --- a/packages/noco-docs/docs/080.views/010.overview.md +++ b/packages/noco-docs/docs/080.views/010.overview.md @@ -1,3 +1,5 @@ --- -title: 'Overview' ---- \ No newline at end of file +title: 'View overview' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/080.views/020.create.md b/packages/noco-docs/docs/080.views/020.create.md index 80d1f7f5d1..3a5052a444 100644 --- a/packages/noco-docs/docs/080.views/020.create.md +++ b/packages/noco-docs/docs/080.views/020.create.md @@ -1,3 +1,5 @@ --- -title: 'Create' ---- \ No newline at end of file +title: 'Create view' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/080.views/040.duplicate.md b/packages/noco-docs/docs/080.views/040.duplicate.md deleted file mode 100644 index 12ef451e5d..0000000000 --- a/packages/noco-docs/docs/080.views/040.duplicate.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: 'Duplicate' ---- \ No newline at end of file diff --git a/packages/noco-docs/docs/080.views/050.delete-view.md b/packages/noco-docs/docs/080.views/050.delete-view.md new file mode 100644 index 0000000000..fdba2334b6 --- /dev/null +++ b/packages/noco-docs/docs/080.views/050.delete-view.md @@ -0,0 +1,3 @@ +--- +title: 'Delete view' +--- \ No newline at end of file diff --git a/packages/noco-docs/docs/080.views/050.delete.md b/packages/noco-docs/docs/080.views/050.delete.md deleted file mode 100644 index fec5614c7d..0000000000 --- a/packages/noco-docs/docs/080.views/050.delete.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: 'Delete' ---- \ No newline at end of file diff --git a/packages/noco-docs/docs/080.views/060.configurations.md b/packages/noco-docs/docs/080.views/060.configurations.md index 59c03c7705..0611714bad 100644 --- a/packages/noco-docs/docs/080.views/060.configurations.md +++ b/packages/noco-docs/docs/080.views/060.configurations.md @@ -1,3 +1,5 @@ --- -title: 'Configurations' ---- \ No newline at end of file +title: 'Actions on views' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/080.views/090.view-types/010.grid.md b/packages/noco-docs/docs/080.views/090.view-types/010.grid.md index 127b0b787c..8fe104f755 100644 --- a/packages/noco-docs/docs/080.views/090.view-types/010.grid.md +++ b/packages/noco-docs/docs/080.views/090.view-types/010.grid.md @@ -1,3 +1,5 @@ --- title: 'Grid' ---- \ No newline at end of file +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/080.views/090.view-types/020.gallery.md b/packages/noco-docs/docs/080.views/090.view-types/020.gallery.md index 3c2f4e2cd8..5ffdf13840 100644 --- a/packages/noco-docs/docs/080.views/090.view-types/020.gallery.md +++ b/packages/noco-docs/docs/080.views/090.view-types/020.gallery.md @@ -1,3 +1,5 @@ --- title: 'Gallery' ---- \ No newline at end of file +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/080.views/090.view-types/030.forms.md b/packages/noco-docs/docs/080.views/090.view-types/030.forms.md index f33a689049..14ec286658 100644 --- a/packages/noco-docs/docs/080.views/090.view-types/030.forms.md +++ b/packages/noco-docs/docs/080.views/090.view-types/030.forms.md @@ -1,3 +1,5 @@ --- title: 'Forms' ---- \ No newline at end of file +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/080.views/090.view-types/040.kanban.md b/packages/noco-docs/docs/080.views/090.view-types/040.kanban.md index 1a41fba72b..33e65bbdb4 100644 --- a/packages/noco-docs/docs/080.views/090.view-types/040.kanban.md +++ b/packages/noco-docs/docs/080.views/090.view-types/040.kanban.md @@ -1,3 +1,5 @@ --- title: 'Kanban' ---- \ No newline at end of file +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/080.views/090.view-types/_category_.json b/packages/noco-docs/docs/080.views/090.view-types/_category_.json index 357da2a25a..7453b62068 100644 --- a/packages/noco-docs/docs/080.views/090.view-types/_category_.json +++ b/packages/noco-docs/docs/080.views/090.view-types/_category_.json @@ -1,5 +1,5 @@ { - "label": "Types", + "label": "View Types", "collapsible": true, "collapsed": true } \ No newline at end of file diff --git a/packages/noco-docs/docs/090.collaboration/010.overview.md b/packages/noco-docs/docs/090.collaboration/010.overview.md index a7bc86dcb3..c41bf9adee 100644 --- a/packages/noco-docs/docs/090.collaboration/010.overview.md +++ b/packages/noco-docs/docs/090.collaboration/010.overview.md @@ -1,3 +1,5 @@ --- -title: 'Overview' ---- \ No newline at end of file +title: 'Collaboration overview' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/100.permissions/010.overview.md b/packages/noco-docs/docs/100.permissions/010.overview.md index a7bc86dcb3..8547b779c4 100644 --- a/packages/noco-docs/docs/100.permissions/010.overview.md +++ b/packages/noco-docs/docs/100.permissions/010.overview.md @@ -1,3 +1,5 @@ --- -title: 'Overview' ---- \ No newline at end of file +title: 'Permission overview' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/110.automation/010.overview.md b/packages/noco-docs/docs/110.automation/010.overview.md index a7bc86dcb3..94fa6c1b97 100644 --- a/packages/noco-docs/docs/110.automation/010.overview.md +++ b/packages/noco-docs/docs/110.automation/010.overview.md @@ -1,3 +1,3 @@ --- -title: 'Overview' +title: 'Automation overview' --- \ No newline at end of file diff --git a/packages/noco-docs/docs/110.automation/020.webhook/010.webhook-overview.md b/packages/noco-docs/docs/110.automation/020.webhook/010.webhook-overview.md new file mode 100644 index 0000000000..47271e9214 --- /dev/null +++ b/packages/noco-docs/docs/110.automation/020.webhook/010.webhook-overview.md @@ -0,0 +1,5 @@ +--- +title: 'Webhook overview' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/110.automation/020.webhook/020.create-webhook.md b/packages/noco-docs/docs/110.automation/020.webhook/020.create-webhook.md new file mode 100644 index 0000000000..4f40aede35 --- /dev/null +++ b/packages/noco-docs/docs/110.automation/020.webhook/020.create-webhook.md @@ -0,0 +1,5 @@ +--- +title: 'Create webhook' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/110.automation/020.webhook/030.delete-webhook.md b/packages/noco-docs/docs/110.automation/020.webhook/030.delete-webhook.md new file mode 100644 index 0000000000..3f7c14481b --- /dev/null +++ b/packages/noco-docs/docs/110.automation/020.webhook/030.delete-webhook.md @@ -0,0 +1,5 @@ +--- +title: 'Delete webhook' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/110.automation/020.webhook/040.actions-on-webhook.md b/packages/noco-docs/docs/110.automation/020.webhook/040.actions-on-webhook.md new file mode 100644 index 0000000000..169c5d8999 --- /dev/null +++ b/packages/noco-docs/docs/110.automation/020.webhook/040.actions-on-webhook.md @@ -0,0 +1,5 @@ +--- +title: 'Actions on webhook' +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; \ No newline at end of file diff --git a/packages/noco-docs/docs/110.automation/020.Webhook/_category_.json b/packages/noco-docs/docs/110.automation/020.webhook/_category_.json similarity index 100% rename from packages/noco-docs/docs/110.automation/020.Webhook/_category_.json rename to packages/noco-docs/docs/110.automation/020.webhook/_category_.json diff --git a/packages/noco-docs/static/img/v2/layout-1.png b/packages/noco-docs/static/img/v2/layout-1.png new file mode 100644 index 0000000000..4f1dee8853 Binary files /dev/null and b/packages/noco-docs/static/img/v2/layout-1.png differ diff --git a/packages/noco-docs/static/img/v2/team-settings.png b/packages/noco-docs/static/img/v2/team-settings.png new file mode 100644 index 0000000000..ce950f24b5 Binary files /dev/null and b/packages/noco-docs/static/img/v2/team-settings.png differ diff --git a/packages/noco-docs/static/img/v2/workspace-list.png b/packages/noco-docs/static/img/v2/workspace-list.png new file mode 100644 index 0000000000..8987824ccb Binary files /dev/null and b/packages/noco-docs/static/img/v2/workspace-list.png differ diff --git a/packages/noco-docs/static/img/v2/workspace-menu.png b/packages/noco-docs/static/img/v2/workspace-menu.png new file mode 100644 index 0000000000..135e346918 Binary files /dev/null and b/packages/noco-docs/static/img/v2/workspace-menu.png differ