mirror of https://github.com/nocodb/nocodb
Naveen MR
1 year ago
1724 changed files with 4455 additions and 37257 deletions
@ -1,308 +1,9 @@
|
||||
<h1 align="center" style="border-bottom: none"> |
||||
<div> |
||||
<a href="https://www.nocodb.com"> |
||||
<img src="/packages/nc-gui/assets/img/icons/512x512.png" width="80" /> |
||||
<br> |
||||
NocoDB |
||||
</a> |
||||
</div> |
||||
The Open Source Airtable Alternative <br> |
||||
</h1> |
||||
|
||||
<p align="center"> |
||||
Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart spreadsheet. |
||||
</p> |
||||
|
||||
<div align="center"> |
||||
|
||||
[![Node version](https://img.shields.io/badge/node-%3E%3D%2018.14.0-brightgreen)](http://nodejs.org/download/) |
||||
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-green.svg)](https://conventionalcommits.org) |
||||
|
||||
</div> |
||||
|
||||
<p align="center"> |
||||
<a href="http://www.nocodb.com"><b>Website</b></a> • |
||||
<a href="https://discord.gg/5RgZmkW"><b>Discord</b></a> • |
||||
<a href="https://community.nocodb.com/"><b>Community</b></a> • |
||||
<a href="https://twitter.com/nocodb"><b>Twitter</b></a> • |
||||
<a href="https://www.reddit.com/r/NocoDB/"><b>Reddit</b></a> • |
||||
<a href="https://docs.nocodb.com/"><b>Documentation</b></a> |
||||
</p> |
||||
|
||||
![All Views](https://user-images.githubusercontent.com/35857179/194825053-3aa3373d-3e0f-4b42-b3f1-42928332054a.gif) |
||||
|
||||
<div align="center"> |
||||
|
||||
[<img height="38" src="https://user-images.githubusercontent.com/61551451/135263434-75fe793d-42af-49e4-b964-d70920e41655.png">](markdown/readme/languages/chinese.md) |
||||
[<img height="38" src="https://user-images.githubusercontent.com/61551451/135263474-787d71e7-3a87-42a8-92a8-be1d1f55413d.png">](markdown/readme/languages/french.md) |
||||
[<img height="38" src="https://user-images.githubusercontent.com/61551451/135263531-fae58600-6616-4b43-95a0-5891019dd35d.png">](markdown/readme/languages/german.md) |
||||
[<img height="38" src="https://user-images.githubusercontent.com/61551451/135263589-3dbeda9a-0d2e-4bbd-b1fc-691404bb74fb.png">](markdown/readme/languages/spanish.md) |
||||
[<img height="38" src="https://user-images.githubusercontent.com/61551451/135263669-f567196a-d4e8-4143-a80a-93d3be32ba90.png">](markdown/readme/languages/portuguese.md) |
||||
[<img height="38" src="https://user-images.githubusercontent.com/61551451/135263707-ba4e04a4-268a-4626-91b8-048e572fd9f6.png">](markdown/readme/languages/italian.md) |
||||
[<img height="38" src="https://user-images.githubusercontent.com/61551451/135263770-38e3e79d-11d4-472e-ac27-ae0f17cf65c4.png">](markdown/readme/languages/japanese.md) |
||||
[<img height="38" src="https://user-images.githubusercontent.com/61551451/135263822-28fce9de-915a-44dc-962d-7a61d340e91d.png">](markdown/readme/languages/korean.md) |
||||
[<img height="38" src="https://user-images.githubusercontent.com/61551451/135263888-151d4ad1-7084-4943-97c9-56f28cd40b80.png">](markdown/readme/languages/russian.md) |
||||
|
||||
</div> |
||||
|
||||
<p align="center"><a href="markdown/readme/languages/README.md"><b>See other languages »</b></a></p> |
||||
|
||||
<img src="https://static.scarf.sh/a.png?x-pxid=c12a77cc-855e-4602-8a0f-614b2d0da56a" /> |
||||
|
||||
# Join Our Team |
||||
|
||||
<p align=""><a href="http://careers.nocodb.com" target="_blank"><img src="https://user-images.githubusercontent.com/61551451/169663818-45643495-e95b-48e2-be13-01d6a77dc2fd.png" width="250"/></a></p> |
||||
|
||||
# Join Our Community |
||||
|
||||
<a href="https://discord.gg/5RgZmkW" target="_blank"> |
||||
<img src="https://discordapp.com/api/guilds/661905455894888490/widget.png?style=banner3" alt=""> |
||||
</a> |
||||
|
||||
<!-- <a href="https://community.nocodb.com/" target="_blank"> |
||||
<img src="https://i2.wp.com/www.feverbee.com/wp-content/uploads/2018/07/logo-discourse.png" alt=""> |
||||
</a> |
||||
--> |
||||
|
||||
[![Stargazers repo roster for @nocodb/nocodb](https://reporoster.com/stars/nocodb/nocodb)](https://github.com/nocodb/nocodb/stargazers) |
||||
|
||||
# Quick try |
||||
|
||||
## Docker |
||||
|
||||
```bash |
||||
# for SQLite |
||||
docker run -d --name nocodb \ |
||||
-v "$(pwd)"/nocodb:/usr/app/data/ \ |
||||
-p 8080:8080 \ |
||||
nocodb/nocodb:latest |
||||
|
||||
# for MySQL |
||||
docker run -d --name nocodb-mysql \ |
||||
-v "$(pwd)"/nocodb:/usr/app/data/ \ |
||||
-p 8080:8080 \ |
||||
-e NC_DB="mysql2://host.docker.internal:3306?u=root&p=password&d=d1" \ |
||||
-e NC_AUTH_JWT_SECRET="569a1821-0a93-45e8-87ab-eb857f20a010" \ |
||||
nocodb/nocodb:latest |
||||
|
||||
# for PostgreSQL |
||||
docker run -d --name nocodb-postgres \ |
||||
-v "$(pwd)"/nocodb:/usr/app/data/ \ |
||||
-p 8080:8080 \ |
||||
-e NC_DB="pg://host.docker.internal:5432?u=root&p=password&d=d1" \ |
||||
-e NC_AUTH_JWT_SECRET="569a1821-0a93-45e8-87ab-eb857f20a010" \ |
||||
nocodb/nocodb:latest |
||||
|
||||
# for MSSQL |
||||
docker run -d --name nocodb-mssql \ |
||||
-v "$(pwd)"/nocodb:/usr/app/data/ \ |
||||
-p 8080:8080 \ |
||||
-e NC_DB="mssql://host.docker.internal:1433?u=root&p=password&d=d1" \ |
||||
-e NC_AUTH_JWT_SECRET="569a1821-0a93-45e8-87ab-eb857f20a010" \ |
||||
nocodb/nocodb:latest |
||||
``` |
||||
|
||||
> To persist data in docker you can mount volume at `/usr/app/data/` since 0.10.6. Otherwise your data will be lost after recreating the container. |
||||
|
||||
> If you plan to input some special characters, you may need to change the character set and collation yourself when creating the database. Please check out the examples for [MySQL Docker](https://github.com/nocodb/nocodb/issues/1340#issuecomment-1049481043). |
||||
|
||||
## Binaries |
||||
|
||||
##### MacOS (x64) |
||||
|
||||
```bash |
||||
curl http://get.nocodb.com/macos-x64 -o nocodb -L && chmod +x nocodb && ./nocodb |
||||
``` |
||||
|
||||
##### MacOS (arm64) |
||||
|
||||
```bash |
||||
curl http://get.nocodb.com/macos-arm64 -o nocodb -L && chmod +x nocodb && ./nocodb |
||||
``` |
||||
|
||||
##### Linux (x64) |
||||
|
||||
```bash |
||||
curl http://get.nocodb.com/linux-x64 -o nocodb -L && chmod +x nocodb && ./nocodb |
||||
``` |
||||
|
||||
##### Linux (arm64) |
||||
|
||||
```bash |
||||
curl http://get.nocodb.com/linux-arm64 -o nocodb -L && chmod +x nocodb && ./nocodb |
||||
``` |
||||
|
||||
##### Windows (x64) |
||||
|
||||
```bash |
||||
iwr http://get.nocodb.com/win-x64.exe -o Noco-win-x64.exe |
||||
.\Noco-win-x64.exe |
||||
``` |
||||
|
||||
##### Windows (arm64) |
||||
|
||||
```bash |
||||
iwr http://get.nocodb.com/win-arm64.exe -o Noco-win-arm64.exe |
||||
.\Noco-win-arm64.exe |
||||
``` |
||||
|
||||
## Docker Compose |
||||
|
||||
We provide different docker-compose.yml files under [this directory](https://github.com/nocodb/nocodb/tree/master/docker-compose). Here are some examples. |
||||
|
||||
```bash |
||||
git clone https://github.com/nocodb/nocodb |
||||
# for MySQL |
||||
cd nocodb/docker-compose/mysql |
||||
# for PostgreSQL |
||||
cd nocodb/docker-compose/pg |
||||
# for MSSQL |
||||
cd nocodb/docker-compose/mssql |
||||
docker-compose up -d |
||||
``` |
||||
|
||||
> To persist data in docker, you can mount volume at `/usr/app/data/` since 0.10.6. Otherwise your data will be lost after recreating the container. |
||||
|
||||
> If you plan to input some special characters, you may need to change the character set and collation yourself when creating the database. Please check out the examples for [MySQL Docker Compose](https://github.com/nocodb/nocodb/issues/1313#issuecomment-1046625974). |
||||
|
||||
## NPX |
||||
|
||||
You can run the below command if you need an interactive configuration. |
||||
|
||||
``` |
||||
npx create-nocodb-app |
||||
``` |
||||
|
||||
<img src="https://user-images.githubusercontent.com/35857179/163672964-00ef5d62-0434-447d-ac01-3ebb780099b9.png" width="520px"/> |
||||
|
||||
## Node Application |
||||
|
||||
We provide a simple NodeJS Application for getting started. |
||||
|
||||
```bash |
||||
git clone https://github.com/nocodb/nocodb-seed |
||||
cd nocodb-seed |
||||
npm install |
||||
npm start |
||||
``` |
||||
|
||||
|
||||
# GUI |
||||
|
||||
Access Dashboard using: [http://localhost:8080/dashboard](http://localhost:8080/dashboard) |
||||
|
||||
# Screenshots |
||||
![2](https://github.com/nocodb/nocodb/assets/86527202/a127c05e-2121-4af2-a342-128e0e2d0291) |
||||
![3](https://github.com/nocodb/nocodb/assets/86527202/674da952-8a06-4848-a0e8-a7b02d5f5c88) |
||||
![4](https://github.com/nocodb/nocodb/assets/86527202/cbc5152a-9caf-4f77-a8f7-92a9d06d025b) |
||||
![5](https://github.com/nocodb/nocodb/assets/86527202/dc75dfdc-c486-4f5a-a853-2a8f9e6b569a) |
||||
|
||||
![5](https://user-images.githubusercontent.com/35857179/194844886-a17006e0-979d-493f-83c4-0e72f5a9b716.png) |
||||
![7](https://github.com/nocodb/nocodb/assets/86527202/be64e619-7295-43e2-aa95-cace4462b17f) |
||||
![8](https://github.com/nocodb/nocodb/assets/86527202/4538bf5a-371f-4ec1-a867-8197e5824286) |
||||
|
||||
![8](https://user-images.githubusercontent.com/35857179/194844893-82d5e21b-ae61-41bd-9990-31ad659bf490.png) |
||||
![9](https://user-images.githubusercontent.com/35857179/194844897-cfd79946-e413-4c97-b16d-eb4d7678bb79.png) |
||||
![10](https://user-images.githubusercontent.com/35857179/194844902-c0122570-0dd5-41cf-a26f-6f8d71fefc99.png) |
||||
![11](https://user-images.githubusercontent.com/35857179/194844903-c1e47f40-e782-4f5d-8dce-6449cc70b181.png) |
||||
![12](https://user-images.githubusercontent.com/35857179/194844907-09277d3e-cbbf-465c-9165-6afc4161e279.png) |
||||
|
||||
# Table of Contents |
||||
|
||||
- [Quick try](#quick-try) |
||||
- [NPX](#npx) |
||||
- [Node Application](#node-application) |
||||
- [Docker](#docker) |
||||
- [Docker Compose](#docker-compose) |
||||
- [GUI](#gui) |
||||
- [Join Our Community](#join-our-community) |
||||
- [Screenshots](#screenshots) |
||||
- [Table of Contents](#table-of-contents) |
||||
- [Features](#features) |
||||
- [Rich Spreadsheet Interface](#rich-spreadsheet-interface) |
||||
- [App Store for Workflow Automations](#app-store-for-workflow-automations) |
||||
- [Programmatic Access](#programmatic-access) |
||||
- [Sync Schema](#sync-schema) |
||||
- [Audit](#audit) |
||||
- [Production Setup](#production-setup) |
||||
- [Environment variables](#environment-variables) |
||||
- [Development Setup](#development-setup) |
||||
- [Contributing](#contributing) |
||||
- [Why are we building this?](#why-are-we-building-this) |
||||
- [Our Mission](#our-mission) |
||||
- [License](#license) |
||||
- [Contributors](#contributors) |
||||
|
||||
# Features |
||||
|
||||
### Rich Spreadsheet Interface |
||||
|
||||
- ⚡ Basic Operations: Create, Read, Update and Delete 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, Attachment, Currency, Formula, 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 <a href="https://docs.nocodb.com/setup-and-usages/account-settings#app-store" target="_blank">App Store</a> 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 programmatically invoke actions. 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 one environment to another. See <a href="https://docs.nocodb.com/setup-and-usages/sync-schema/" target="_blank">Sync Schema</a> for details. |
||||
|
||||
### Audit |
||||
|
||||
We are keeping all the user operation logs in one place. See <a href="https://docs.nocodb.com/setup-and-usages/audit" target="_blank">Audit</a> for details. |
||||
|
||||
# Production Setup |
||||
|
||||
By default, SQLite is used for storing metadata. However, you can specify your database. The connection parameters for this database can be specified in `NC_DB` environment variable. Moreover, we also provide the below environment variables for configuration. |
||||
|
||||
## Environment variables |
||||
|
||||
Please refer to the [Environment variables](https://docs.nocodb.com/getting-started/environment-variables) |
||||
|
||||
# Development Setup |
||||
|
||||
Please refer to [Development Setup](https://docs.nocodb.com/engineering/development-setup) |
||||
|
||||
# Contributing |
||||
|
||||
Please refer to [Contribution Guide](https://github.com/nocodb/nocodb/blob/master/.github/CONTRIBUTING.md). |
||||
|
||||
# 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 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 have meant horrible access controls, vendor lock-in, data lock-in, abrupt price changes & most importantly a glass ceiling on what's possible in the future. |
||||
|
||||
# Our Mission |
||||
|
||||
Our mission is to provide the most powerful no-code interface for databases that 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 the internet. |
||||
|
||||
# License |
||||
|
||||
<p> |
||||
This project is licensed under <a href="./LICENSE">AGPLv3</a>. |
||||
</p> |
||||
|
||||
# Contributors |
||||
|
||||
Thank you for your contributions! We appreciate all the contributions from the community. |
||||
|
||||
<a href="https://github.com/nocodb/nocodb/graphs/contributors"> |
||||
<img src="https://contrib.rocks/image?repo=nocodb/nocodb" /> |
||||
</a> |
||||
load all pages into memory from DB |
||||
load all pages into memory from DB |
||||
|
||||
When record changes |
||||
When sort changes |
||||
When filter changes |
||||
When group by changes |
||||
When page size changes |
||||
When page number changes |
||||
|
@ -1,5 +0,0 @@
|
||||
This folder stores temp files that Docusaurus' client bundler accesses. |
||||
|
||||
DO NOT hand-modify files in this folder because they will be overwritten in the |
||||
next build. You can clear all build artifacts (including this folder) with the |
||||
`docusaurus clear` command. |
File diff suppressed because it is too large
Load Diff
@ -1,8 +0,0 @@
|
||||
export default [ |
||||
require('/Users/rajuudava/NocoDB/nocodb/packages/noco-docs/node_modules/infima/dist/css/default/default.css'), |
||||
require('/Users/rajuudava/NocoDB/nocodb/packages/noco-docs/node_modules/@docusaurus/theme-classic/lib/prism-include-languages'), |
||||
require('/Users/rajuudava/NocoDB/nocodb/packages/noco-docs/node_modules/@docusaurus/theme-classic/lib/nprogress'), |
||||
require('/Users/rajuudava/NocoDB/nocodb/packages/noco-docs/src/css/custom.scss'), |
||||
require('/Users/rajuudava/NocoDB/nocodb/packages/noco-docs/node_modules/plugin-image-zoom/src/zoom'), |
||||
require('/Users/rajuudava/NocoDB/nocodb/packages/noco-docs/src/modules/tele.js'), |
||||
]; |
@ -1,4 +0,0 @@
|
||||
{ |
||||
"name": "docusaurus-plugin-content-docs", |
||||
"id": "default" |
||||
} |
@ -1,25 +0,0 @@
|
||||
{ |
||||
"unversionedId": "index", |
||||
"id": "index", |
||||
"title": "Welcome", |
||||
"description": "NocoDB Documentation", |
||||
"source": "@site/docs/010.index.md", |
||||
"sourceDirName": ".", |
||||
"slug": "/", |
||||
"permalink": "/", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/010.index.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 10, |
||||
"frontMatter": { |
||||
"title": "Welcome", |
||||
"description": "NocoDB Documentation", |
||||
"slug": "/" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"next": { |
||||
"title": "Quick start", |
||||
"permalink": "/getting-started/quick-start" |
||||
} |
||||
} |
@ -1,28 +0,0 @@
|
||||
{ |
||||
"unversionedId": "getting-started/installation", |
||||
"id": "getting-started/installation", |
||||
"title": "Installation", |
||||
"description": "Simple installation - takes about three minutes!", |
||||
"source": "@site/docs/020.getting-started/010.installation.md", |
||||
"sourceDirName": "020.getting-started", |
||||
"slug": "/getting-started/installation", |
||||
"permalink": "/getting-started/installation", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/020.getting-started/010.installation.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 10, |
||||
"frontMatter": { |
||||
"title": "Installation", |
||||
"description": "Simple installation - takes about three minutes!" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Welcome", |
||||
"permalink": "/" |
||||
}, |
||||
"next": { |
||||
"title": "Environment Variables", |
||||
"permalink": "/getting-started/environment-variables" |
||||
} |
||||
} |
@ -1,27 +0,0 @@
|
||||
{ |
||||
"unversionedId": "getting-started/introduction-to-nocodb", |
||||
"id": "getting-started/introduction-to-nocodb", |
||||
"title": "Introduction to NocoDB", |
||||
"description": "image", |
||||
"source": "@site/docs/020.getting-started/010.introduction-to-nocodb.md", |
||||
"sourceDirName": "020.getting-started", |
||||
"slug": "/getting-started/introduction-to-nocodb", |
||||
"permalink": "/getting-started/introduction-to-nocodb", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/020.getting-started/010.introduction-to-nocodb.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 10, |
||||
"frontMatter": { |
||||
"title": "Introduction to NocoDB" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Welcome", |
||||
"permalink": "/" |
||||
}, |
||||
"next": { |
||||
"title": "Quick start", |
||||
"permalink": "/getting-started/quick-start" |
||||
} |
||||
} |
@ -1,27 +0,0 @@
|
||||
{ |
||||
"unversionedId": "getting-started/overview", |
||||
"id": "getting-started/overview", |
||||
"title": "Overview", |
||||
"description": "", |
||||
"source": "@site/docs/020.getting-started/010.overview.md", |
||||
"sourceDirName": "020.getting-started", |
||||
"slug": "/getting-started/overview", |
||||
"permalink": "/getting-started/overview", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/020.getting-started/010.overview.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 10, |
||||
"frontMatter": { |
||||
"title": "Overview" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Welcome", |
||||
"permalink": "/" |
||||
}, |
||||
"next": { |
||||
"title": "Overview", |
||||
"permalink": "/workspaces/overview" |
||||
} |
||||
} |
@ -1,29 +0,0 @@
|
||||
{ |
||||
"unversionedId": "getting-started/environment-variables", |
||||
"id": "getting-started/environment-variables", |
||||
"title": "Environment Variables", |
||||
"description": "Environment Variables for NocoDB!", |
||||
"source": "@site/docs/020.getting-started/020.environment-variables.md", |
||||
"sourceDirName": "020.getting-started", |
||||
"slug": "/getting-started/environment-variables", |
||||
"permalink": "/getting-started/environment-variables", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/020.getting-started/020.environment-variables.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 20, |
||||
"frontMatter": { |
||||
"title": "Environment Variables", |
||||
"description": "Environment Variables for NocoDB!", |
||||
"hide_table_of_contents": true |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Installation", |
||||
"permalink": "/getting-started/installation" |
||||
}, |
||||
"next": { |
||||
"title": "Upgrading", |
||||
"permalink": "/getting-started/upgrading" |
||||
} |
||||
} |
@ -1,32 +0,0 @@
|
||||
{ |
||||
"unversionedId": "getting-started/quick-start", |
||||
"id": "getting-started/quick-start", |
||||
"title": "Quick start", |
||||
"description": "NocoDB offers you the flexibility of two distinct variants: self-hosted and SaaS (cloud-hosted). In this section, we'll walk you through the initial steps to embark on your NocoDB journey, whether you choose to set it up on your own infrastructure or opt for the convenience of our cloud-hosted service. Let's dive in and unlock the potential of NocoDB for your data management needs.", |
||||
"source": "@site/docs/020.getting-started/020.quick-start.md", |
||||
"sourceDirName": "020.getting-started", |
||||
"slug": "/getting-started/quick-start", |
||||
"permalink": "/getting-started/quick-start", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/020.getting-started/020.quick-start.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 20, |
||||
"frontMatter": { |
||||
"title": "Quick start", |
||||
"keywords": [ |
||||
"NocoDB", |
||||
"quick start", |
||||
"getting started" |
||||
] |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Welcome", |
||||
"permalink": "/" |
||||
}, |
||||
"next": { |
||||
"title": "NocoDB terminologies", |
||||
"permalink": "/getting-started/terminologies" |
||||
} |
||||
} |
@ -1,32 +0,0 @@
|
||||
{ |
||||
"unversionedId": "getting-started/terminologies", |
||||
"id": "getting-started/terminologies", |
||||
"title": "NocoDB terminologies", |
||||
"description": "To maximize your use of NocoDB, it's beneficial to become familiar with some common terms.", |
||||
"source": "@site/docs/020.getting-started/030.terminologies.md", |
||||
"sourceDirName": "020.getting-started", |
||||
"slug": "/getting-started/terminologies", |
||||
"permalink": "/getting-started/terminologies", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/020.getting-started/030.terminologies.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 30, |
||||
"frontMatter": { |
||||
"title": "NocoDB terminologies", |
||||
"keywords": [ |
||||
"NocoDB terminologies", |
||||
"NocoDB terms", |
||||
"NocoDB keywords" |
||||
] |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Quick start", |
||||
"permalink": "/getting-started/quick-start" |
||||
}, |
||||
"next": { |
||||
"title": "Keyboard shortcuts", |
||||
"permalink": "/getting-started/keyboard-shortcuts" |
||||
} |
||||
} |
@ -1,28 +0,0 @@
|
||||
{ |
||||
"unversionedId": "getting-started/upgrading", |
||||
"id": "getting-started/upgrading", |
||||
"title": "Upgrading", |
||||
"description": "Upgrading NocoDB : Docker, Node and Homebrew!", |
||||
"source": "@site/docs/020.getting-started/030.upgrading.md", |
||||
"sourceDirName": "020.getting-started", |
||||
"slug": "/getting-started/upgrading", |
||||
"permalink": "/getting-started/upgrading", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/020.getting-started/030.upgrading.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 30, |
||||
"frontMatter": { |
||||
"title": "Upgrading", |
||||
"description": "Upgrading NocoDB : Docker, Node and Homebrew!" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Environment Variables", |
||||
"permalink": "/getting-started/environment-variables" |
||||
}, |
||||
"next": { |
||||
"title": "Dashboard", |
||||
"permalink": "/setup-and-usages/dashboard" |
||||
} |
||||
} |
@ -1,50 +0,0 @@
|
||||
{ |
||||
"unversionedId": "getting-started/keyboard-shortcuts", |
||||
"id": "getting-started/keyboard-shortcuts", |
||||
"title": "Keyboard shortcuts", |
||||
"description": "Quick Actions", |
||||
"source": "@site/docs/020.getting-started/040.keyboard-shortcuts.md", |
||||
"sourceDirName": "020.getting-started", |
||||
"slug": "/getting-started/keyboard-shortcuts", |
||||
"permalink": "/getting-started/keyboard-shortcuts", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/020.getting-started/040.keyboard-shortcuts.md", |
||||
"tags": [ |
||||
{ |
||||
"label": "Getting Started", |
||||
"permalink": "/tags/getting-started" |
||||
}, |
||||
{ |
||||
"label": "Shortcuts", |
||||
"permalink": "/tags/shortcuts" |
||||
}, |
||||
{ |
||||
"label": "Productivity hacks", |
||||
"permalink": "/tags/productivity-hacks" |
||||
} |
||||
], |
||||
"version": "current", |
||||
"sidebarPosition": 40, |
||||
"frontMatter": { |
||||
"title": "Keyboard shortcuts", |
||||
"tags": [ |
||||
"Getting Started", |
||||
"Shortcuts", |
||||
"Productivity hacks" |
||||
], |
||||
"keywords": [ |
||||
"keyboard shortcuts", |
||||
"shortcuts", |
||||
"keyboard" |
||||
] |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "NocoDB terminologies", |
||||
"permalink": "/getting-started/terminologies" |
||||
}, |
||||
"next": { |
||||
"title": "Installation", |
||||
"permalink": "/getting-started/self-hosted/installation" |
||||
} |
||||
} |
@ -1,43 +0,0 @@
|
||||
{ |
||||
"unversionedId": "getting-started/on-self-hosted-plan/installation", |
||||
"id": "getting-started/on-self-hosted-plan/installation", |
||||
"title": "Installation", |
||||
"description": "Simple installation - takes about three minutes!", |
||||
"source": "@site/docs/020.getting-started/050.on-self-hosted-plan/010.installation.md", |
||||
"sourceDirName": "020.getting-started/050.on-self-hosted-plan", |
||||
"slug": "/getting-started/on-self-hosted-plan/installation", |
||||
"permalink": "/getting-started/on-self-hosted-plan/installation", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/020.getting-started/050.on-self-hosted-plan/010.installation.md", |
||||
"tags": [ |
||||
{ |
||||
"label": "Self-Hosted plan", |
||||
"permalink": "/tags/self-hosted-plan" |
||||
} |
||||
], |
||||
"version": "current", |
||||
"sidebarPosition": 10, |
||||
"frontMatter": { |
||||
"title": "Installation", |
||||
"description": "Simple installation - takes about three minutes!", |
||||
"tags": [ |
||||
"Self-Hosted plan" |
||||
], |
||||
"keywords": [ |
||||
"NocoDB installation", |
||||
"NocoDB docker installation", |
||||
"NocoDB nodejs installation", |
||||
"NocoDB quick try", |
||||
"NocoDB prerequisites" |
||||
] |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Keyboard shortcuts", |
||||
"permalink": "/getting-started/keyboard-shortcuts" |
||||
}, |
||||
"next": { |
||||
"title": "Environment Variables", |
||||
"permalink": "/getting-started/on-self-hosted-plan/environment-variables" |
||||
} |
||||
} |
@ -1,43 +0,0 @@
|
||||
{ |
||||
"unversionedId": "getting-started/on-self-hosted-plan/environment-variables", |
||||
"id": "getting-started/on-self-hosted-plan/environment-variables", |
||||
"title": "Environment Variables", |
||||
"description": "Environment Variables for NocoDB!", |
||||
"source": "@site/docs/020.getting-started/050.on-self-hosted-plan/020.environment-variables.md", |
||||
"sourceDirName": "020.getting-started/050.on-self-hosted-plan", |
||||
"slug": "/getting-started/on-self-hosted-plan/environment-variables", |
||||
"permalink": "/getting-started/on-self-hosted-plan/environment-variables", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/020.getting-started/050.on-self-hosted-plan/020.environment-variables.md", |
||||
"tags": [ |
||||
{ |
||||
"label": "Self-Hosted plan", |
||||
"permalink": "/tags/self-hosted-plan" |
||||
} |
||||
], |
||||
"version": "current", |
||||
"sidebarPosition": 20, |
||||
"frontMatter": { |
||||
"title": "Environment Variables", |
||||
"description": "Environment Variables for NocoDB!", |
||||
"hide_table_of_contents": true, |
||||
"tags": [ |
||||
"Self-Hosted plan" |
||||
], |
||||
"keywords": [ |
||||
"NocoDB environment variables", |
||||
"NocoDB env variables", |
||||
"NocoDB envs", |
||||
"NocoDB env" |
||||
] |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Installation", |
||||
"permalink": "/getting-started/on-self-hosted-plan/installation" |
||||
}, |
||||
"next": { |
||||
"title": "Upgrading", |
||||
"permalink": "/getting-started/on-self-hosted-plan/upgrading" |
||||
} |
||||
} |
@ -1,41 +0,0 @@
|
||||
{ |
||||
"unversionedId": "getting-started/on-self-hosted-plan/upgrading", |
||||
"id": "getting-started/on-self-hosted-plan/upgrading", |
||||
"title": "Upgrading", |
||||
"description": "Upgrading NocoDB : Docker, Node and Homebrew!", |
||||
"source": "@site/docs/020.getting-started/050.on-self-hosted-plan/030.upgrading.md", |
||||
"sourceDirName": "020.getting-started/050.on-self-hosted-plan", |
||||
"slug": "/getting-started/on-self-hosted-plan/upgrading", |
||||
"permalink": "/getting-started/on-self-hosted-plan/upgrading", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/020.getting-started/050.on-self-hosted-plan/030.upgrading.md", |
||||
"tags": [ |
||||
{ |
||||
"label": "Self-Hosted plan", |
||||
"permalink": "/tags/self-hosted-plan" |
||||
} |
||||
], |
||||
"version": "current", |
||||
"sidebarPosition": 30, |
||||
"frontMatter": { |
||||
"title": "Upgrading", |
||||
"description": "Upgrading NocoDB : Docker, Node and Homebrew!", |
||||
"tags": [ |
||||
"Self-Hosted plan" |
||||
], |
||||
"keywords": [ |
||||
"NocoDB upgrade", |
||||
"upgrade NocoDB", |
||||
"upgrade nocodb" |
||||
] |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Environment Variables", |
||||
"permalink": "/getting-started/on-self-hosted-plan/environment-variables" |
||||
}, |
||||
"next": { |
||||
"title": "Workspace overview", |
||||
"permalink": "/workspaces/workspace-overview" |
||||
} |
||||
} |
@ -1,43 +0,0 @@
|
||||
{ |
||||
"unversionedId": "getting-started/self-hosted/installation", |
||||
"id": "getting-started/self-hosted/installation", |
||||
"title": "Installation", |
||||
"description": "Simple installation - takes about three minutes!", |
||||
"source": "@site/docs/020.getting-started/050.self-hosted/010.installation.md", |
||||
"sourceDirName": "020.getting-started/050.self-hosted", |
||||
"slug": "/getting-started/self-hosted/installation", |
||||
"permalink": "/getting-started/self-hosted/installation", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/020.getting-started/050.self-hosted/010.installation.md", |
||||
"tags": [ |
||||
{ |
||||
"label": "Open Source", |
||||
"permalink": "/tags/open-source" |
||||
} |
||||
], |
||||
"version": "current", |
||||
"sidebarPosition": 10, |
||||
"frontMatter": { |
||||
"title": "Installation", |
||||
"description": "Simple installation - takes about three minutes!", |
||||
"tags": [ |
||||
"Open Source" |
||||
], |
||||
"keywords": [ |
||||
"NocoDB installation", |
||||
"NocoDB docker installation", |
||||
"NocoDB nodejs installation", |
||||
"NocoDB quick try", |
||||
"NocoDB prerequisites" |
||||
] |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Keyboard shortcuts", |
||||
"permalink": "/getting-started/keyboard-shortcuts" |
||||
}, |
||||
"next": { |
||||
"title": "Environment variables", |
||||
"permalink": "/getting-started/self-hosted/environment-variables" |
||||
} |
||||
} |
@ -1,43 +0,0 @@
|
||||
{ |
||||
"unversionedId": "getting-started/self-hosted/environment-variables", |
||||
"id": "getting-started/self-hosted/environment-variables", |
||||
"title": "Environment variables", |
||||
"description": "Environment Variables for NocoDB!", |
||||
"source": "@site/docs/020.getting-started/050.self-hosted/020.environment-variables.md", |
||||
"sourceDirName": "020.getting-started/050.self-hosted", |
||||
"slug": "/getting-started/self-hosted/environment-variables", |
||||
"permalink": "/getting-started/self-hosted/environment-variables", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/020.getting-started/050.self-hosted/020.environment-variables.md", |
||||
"tags": [ |
||||
{ |
||||
"label": "Open Source", |
||||
"permalink": "/tags/open-source" |
||||
} |
||||
], |
||||
"version": "current", |
||||
"sidebarPosition": 20, |
||||
"frontMatter": { |
||||
"title": "Environment variables", |
||||
"description": "Environment Variables for NocoDB!", |
||||
"hide_table_of_contents": true, |
||||
"tags": [ |
||||
"Open Source" |
||||
], |
||||
"keywords": [ |
||||
"NocoDB environment variables", |
||||
"NocoDB env variables", |
||||
"NocoDB envs", |
||||
"NocoDB env" |
||||
] |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Installation", |
||||
"permalink": "/getting-started/self-hosted/installation" |
||||
}, |
||||
"next": { |
||||
"title": "Upgrading", |
||||
"permalink": "/getting-started/self-hosted/upgrading" |
||||
} |
||||
} |
@ -1,41 +0,0 @@
|
||||
{ |
||||
"unversionedId": "getting-started/self-hosted/upgrading", |
||||
"id": "getting-started/self-hosted/upgrading", |
||||
"title": "Upgrading", |
||||
"description": "Upgrading NocoDB : Docker, Node and Homebrew!", |
||||
"source": "@site/docs/020.getting-started/050.self-hosted/030.upgrading.md", |
||||
"sourceDirName": "020.getting-started/050.self-hosted", |
||||
"slug": "/getting-started/self-hosted/upgrading", |
||||
"permalink": "/getting-started/self-hosted/upgrading", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/020.getting-started/050.self-hosted/030.upgrading.md", |
||||
"tags": [ |
||||
{ |
||||
"label": "Open Source", |
||||
"permalink": "/tags/open-source" |
||||
} |
||||
], |
||||
"version": "current", |
||||
"sidebarPosition": 30, |
||||
"frontMatter": { |
||||
"title": "Upgrading", |
||||
"description": "Upgrading NocoDB : Docker, Node and Homebrew!", |
||||
"tags": [ |
||||
"Open Source" |
||||
], |
||||
"keywords": [ |
||||
"NocoDB upgrade", |
||||
"upgrade NocoDB", |
||||
"upgrade nocodb" |
||||
] |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Environment variables", |
||||
"permalink": "/getting-started/self-hosted/environment-variables" |
||||
}, |
||||
"next": { |
||||
"title": "Workspace overview", |
||||
"permalink": "/workspaces/workspace-overview" |
||||
} |
||||
} |
@ -1,29 +0,0 @@
|
||||
{ |
||||
"unversionedId": "getting-started/self-hosted/architecture", |
||||
"id": "getting-started/self-hosted/architecture", |
||||
"title": "Architecture Overview", |
||||
"description": "Simple overview of NocoDB architecture", |
||||
"source": "@site/docs/020.getting-started/050.self-hosted/040.architecture.md", |
||||
"sourceDirName": "020.getting-started/050.self-hosted", |
||||
"slug": "/getting-started/self-hosted/architecture", |
||||
"permalink": "/getting-started/self-hosted/architecture", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/020.getting-started/050.self-hosted/040.architecture.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 40, |
||||
"frontMatter": { |
||||
"title": "Architecture Overview", |
||||
"description": "Simple overview of NocoDB architecture", |
||||
"hide_table_of_contents": true |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Upgrading", |
||||
"permalink": "/getting-started/self-hosted/upgrading" |
||||
}, |
||||
"next": { |
||||
"title": "Workspace overview", |
||||
"permalink": "/workspaces/workspace-overview" |
||||
} |
||||
} |
@ -1,28 +0,0 @@
|
||||
{ |
||||
"unversionedId": "setup-and-usages/dashboard", |
||||
"id": "setup-and-usages/dashboard", |
||||
"title": "Dashboard", |
||||
"description": "Accessing the Dashboard!", |
||||
"source": "@site/docs/030.setup-and-usages/010.dashboard.md", |
||||
"sourceDirName": "030.setup-and-usages", |
||||
"slug": "/setup-and-usages/dashboard", |
||||
"permalink": "/setup-and-usages/dashboard", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.setup-and-usages/010.dashboard.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 10, |
||||
"frontMatter": { |
||||
"title": "Dashboard", |
||||
"description": "Accessing the Dashboard!" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Upgrading", |
||||
"permalink": "/getting-started/upgrading" |
||||
}, |
||||
"next": { |
||||
"title": "Table Operations", |
||||
"permalink": "/setup-and-usages/table-operations" |
||||
} |
||||
} |
@ -1,28 +0,0 @@
|
||||
{ |
||||
"unversionedId": "setup-and-usages/table-operations", |
||||
"id": "setup-and-usages/table-operations", |
||||
"title": "Table Operations", |
||||
"description": "Table Operations: Row, Column, Quick Import, Export & Import", |
||||
"source": "@site/docs/030.setup-and-usages/020.table-operations.md", |
||||
"sourceDirName": "030.setup-and-usages", |
||||
"slug": "/setup-and-usages/table-operations", |
||||
"permalink": "/setup-and-usages/table-operations", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.setup-and-usages/020.table-operations.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 20, |
||||
"frontMatter": { |
||||
"title": "Table Operations", |
||||
"description": "Table Operations: Row, Column, Quick Import, Export & Import" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Dashboard", |
||||
"permalink": "/setup-and-usages/dashboard" |
||||
}, |
||||
"next": { |
||||
"title": "Column Operations", |
||||
"permalink": "/setup-and-usages/column-operations" |
||||
} |
||||
} |
@ -1,28 +0,0 @@
|
||||
{ |
||||
"unversionedId": "setup-and-usages/column-operations", |
||||
"id": "setup-and-usages/column-operations", |
||||
"title": "Column Operations", |
||||
"description": "Column Operations: Fields, Sort & Filter", |
||||
"source": "@site/docs/030.setup-and-usages/030.column-operations.md", |
||||
"sourceDirName": "030.setup-and-usages", |
||||
"slug": "/setup-and-usages/column-operations", |
||||
"permalink": "/setup-and-usages/column-operations", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.setup-and-usages/030.column-operations.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 30, |
||||
"frontMatter": { |
||||
"title": "Column Operations", |
||||
"description": "Column Operations: Fields, Sort & Filter" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Table Operations", |
||||
"permalink": "/setup-and-usages/table-operations" |
||||
}, |
||||
"next": { |
||||
"title": "Column Types", |
||||
"permalink": "/setup-and-usages/column-types" |
||||
} |
||||
} |
@ -1,28 +0,0 @@
|
||||
{ |
||||
"unversionedId": "setup-and-usages/column-types", |
||||
"id": "setup-and-usages/column-types", |
||||
"title": "Column Types", |
||||
"description": "NocoDB Column Types Overview", |
||||
"source": "@site/docs/030.setup-and-usages/040.column-types.md", |
||||
"sourceDirName": "030.setup-and-usages", |
||||
"slug": "/setup-and-usages/column-types", |
||||
"permalink": "/setup-and-usages/column-types", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.setup-and-usages/040.column-types.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 40, |
||||
"frontMatter": { |
||||
"title": "Column Types", |
||||
"description": "NocoDB Column Types Overview" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Column Operations", |
||||
"permalink": "/setup-and-usages/column-operations" |
||||
}, |
||||
"next": { |
||||
"title": "Code Snippets", |
||||
"permalink": "/setup-and-usages/code-snippets" |
||||
} |
||||
} |
@ -1,28 +0,0 @@
|
||||
{ |
||||
"unversionedId": "setup-and-usages/code-snippets", |
||||
"id": "setup-and-usages/code-snippets", |
||||
"title": "Code Snippets", |
||||
"description": "Code Snippets Examples in different ways", |
||||
"source": "@site/docs/030.setup-and-usages/050.code-snippets.md", |
||||
"sourceDirName": "030.setup-and-usages", |
||||
"slug": "/setup-and-usages/code-snippets", |
||||
"permalink": "/setup-and-usages/code-snippets", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.setup-and-usages/050.code-snippets.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 50, |
||||
"frontMatter": { |
||||
"title": "Code Snippets", |
||||
"description": "Code Snippets Examples in different ways" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Column Types", |
||||
"permalink": "/setup-and-usages/column-types" |
||||
}, |
||||
"next": { |
||||
"title": "Link To Another Record", |
||||
"permalink": "/setup-and-usages/link-to-another-record" |
||||
} |
||||
} |
@ -1,28 +0,0 @@
|
||||
{ |
||||
"unversionedId": "setup-and-usages/link-to-another-record", |
||||
"id": "setup-and-usages/link-to-another-record", |
||||
"title": "Link To Another Record", |
||||
"description": "Understanding Link To Another Record (LTAR) Columns!", |
||||
"source": "@site/docs/030.setup-and-usages/060.link-to-another-record.md", |
||||
"sourceDirName": "030.setup-and-usages", |
||||
"slug": "/setup-and-usages/link-to-another-record", |
||||
"permalink": "/setup-and-usages/link-to-another-record", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.setup-and-usages/060.link-to-another-record.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 60, |
||||
"frontMatter": { |
||||
"title": "Link To Another Record", |
||||
"description": "Understanding Link To Another Record (LTAR) Columns!" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Code Snippets", |
||||
"permalink": "/setup-and-usages/code-snippets" |
||||
}, |
||||
"next": { |
||||
"title": "Links", |
||||
"permalink": "/setup-and-usages/links" |
||||
} |
||||
} |
@ -1,28 +0,0 @@
|
||||
{ |
||||
"unversionedId": "setup-and-usages/links", |
||||
"id": "setup-and-usages/links", |
||||
"title": "Links", |
||||
"description": "Understanding Link Columns!", |
||||
"source": "@site/docs/030.setup-and-usages/061.links.md", |
||||
"sourceDirName": "030.setup-and-usages", |
||||
"slug": "/setup-and-usages/links", |
||||
"permalink": "/setup-and-usages/links", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.setup-and-usages/061.links.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 61, |
||||
"frontMatter": { |
||||
"title": "Links", |
||||
"description": "Understanding Link Columns!" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Link To Another Record", |
||||
"permalink": "/setup-and-usages/link-to-another-record" |
||||
}, |
||||
"next": { |
||||
"title": "Lookup", |
||||
"permalink": "/setup-and-usages/lookup" |
||||
} |
||||
} |
@ -1,28 +0,0 @@
|
||||
{ |
||||
"unversionedId": "setup-and-usages/lookup", |
||||
"id": "setup-and-usages/lookup", |
||||
"title": "Lookup", |
||||
"description": "Understanding Lookup Column!", |
||||
"source": "@site/docs/030.setup-and-usages/070.lookup.md", |
||||
"sourceDirName": "030.setup-and-usages", |
||||
"slug": "/setup-and-usages/lookup", |
||||
"permalink": "/setup-and-usages/lookup", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.setup-and-usages/070.lookup.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 70, |
||||
"frontMatter": { |
||||
"title": "Lookup", |
||||
"description": "Understanding Lookup Column!" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Links", |
||||
"permalink": "/setup-and-usages/links" |
||||
}, |
||||
"next": { |
||||
"title": "Rollup", |
||||
"permalink": "/setup-and-usages/rollup" |
||||
} |
||||
} |
@ -1,28 +0,0 @@
|
||||
{ |
||||
"unversionedId": "setup-and-usages/rollup", |
||||
"id": "setup-and-usages/rollup", |
||||
"title": "Rollup", |
||||
"description": "Understanding Rollup Column!", |
||||
"source": "@site/docs/030.setup-and-usages/080.rollup.md", |
||||
"sourceDirName": "030.setup-and-usages", |
||||
"slug": "/setup-and-usages/rollup", |
||||
"permalink": "/setup-and-usages/rollup", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.setup-and-usages/080.rollup.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 80, |
||||
"frontMatter": { |
||||
"title": "Rollup", |
||||
"description": "Understanding Rollup Column!" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Lookup", |
||||
"permalink": "/setup-and-usages/lookup" |
||||
}, |
||||
"next": { |
||||
"title": "Formulas", |
||||
"permalink": "/setup-and-usages/formulas" |
||||
} |
||||
} |
@ -1,28 +0,0 @@
|
||||
{ |
||||
"unversionedId": "setup-and-usages/formulas", |
||||
"id": "setup-and-usages/formulas", |
||||
"title": "Formulas", |
||||
"description": "NocoDB Formulas Syntaxes and Functions", |
||||
"source": "@site/docs/030.setup-and-usages/090.formulas.md", |
||||
"sourceDirName": "030.setup-and-usages", |
||||
"slug": "/setup-and-usages/formulas", |
||||
"permalink": "/setup-and-usages/formulas", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.setup-and-usages/090.formulas.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 90, |
||||
"frontMatter": { |
||||
"title": "Formulas", |
||||
"description": "NocoDB Formulas Syntaxes and Functions" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Rollup", |
||||
"permalink": "/setup-and-usages/rollup" |
||||
}, |
||||
"next": { |
||||
"title": "Primary Key", |
||||
"permalink": "/setup-and-usages/primary-key" |
||||
} |
||||
} |
@ -1,28 +0,0 @@
|
||||
{ |
||||
"unversionedId": "setup-and-usages/primary-key", |
||||
"id": "setup-and-usages/primary-key", |
||||
"title": "Primary Key", |
||||
"description": "Understanding Primary Key in NocoDB!", |
||||
"source": "@site/docs/030.setup-and-usages/100.primary-key.md", |
||||
"sourceDirName": "030.setup-and-usages", |
||||
"slug": "/setup-and-usages/primary-key", |
||||
"permalink": "/setup-and-usages/primary-key", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.setup-and-usages/100.primary-key.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 100, |
||||
"frontMatter": { |
||||
"title": "Primary Key", |
||||
"description": "Understanding Primary Key in NocoDB!" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Formulas", |
||||
"permalink": "/setup-and-usages/formulas" |
||||
}, |
||||
"next": { |
||||
"title": "Display Value", |
||||
"permalink": "/setup-and-usages/display-value" |
||||
} |
||||
} |
@ -1,28 +0,0 @@
|
||||
{ |
||||
"unversionedId": "setup-and-usages/display-value", |
||||
"id": "setup-and-usages/display-value", |
||||
"title": "Display Value", |
||||
"description": "Understanding Display Value in NocoDB!", |
||||
"source": "@site/docs/030.setup-and-usages/110.display-value.md", |
||||
"sourceDirName": "030.setup-and-usages", |
||||
"slug": "/setup-and-usages/display-value", |
||||
"permalink": "/setup-and-usages/display-value", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.setup-and-usages/110.display-value.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 110, |
||||
"frontMatter": { |
||||
"title": "Display Value", |
||||
"description": "Understanding Display Value in NocoDB!" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Primary Key", |
||||
"permalink": "/setup-and-usages/primary-key" |
||||
}, |
||||
"next": { |
||||
"title": "Sync Schema", |
||||
"permalink": "/setup-and-usages/sync-schema" |
||||
} |
||||
} |
@ -1,28 +0,0 @@
|
||||
{ |
||||
"unversionedId": "setup-and-usages/sync-schema", |
||||
"id": "setup-and-usages/sync-schema", |
||||
"title": "Sync Schema", |
||||
"description": "Schema changes made to database from outside NocoDB GUI can be synced", |
||||
"source": "@site/docs/030.setup-and-usages/120.sync-schema.md", |
||||
"sourceDirName": "030.setup-and-usages", |
||||
"slug": "/setup-and-usages/sync-schema", |
||||
"permalink": "/setup-and-usages/sync-schema", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.setup-and-usages/120.sync-schema.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 120, |
||||
"frontMatter": { |
||||
"title": "Sync Schema", |
||||
"description": "Schema changes made to database from outside NocoDB GUI can be synced" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Display Value", |
||||
"permalink": "/setup-and-usages/display-value" |
||||
}, |
||||
"next": { |
||||
"title": "Share Base", |
||||
"permalink": "/setup-and-usages/share-base" |
||||
} |
||||
} |
@ -1,28 +0,0 @@
|
||||
{ |
||||
"unversionedId": "setup-and-usages/share-base", |
||||
"id": "setup-and-usages/share-base", |
||||
"title": "Share Base", |
||||
"description": "Procedures to share a base & generating embedded iframe", |
||||
"source": "@site/docs/030.setup-and-usages/130.share-base.md", |
||||
"sourceDirName": "030.setup-and-usages", |
||||
"slug": "/setup-and-usages/share-base", |
||||
"permalink": "/setup-and-usages/share-base", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.setup-and-usages/130.share-base.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 130, |
||||
"frontMatter": { |
||||
"title": "Share Base", |
||||
"description": "Procedures to share a base & generating embedded iframe" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Sync Schema", |
||||
"permalink": "/setup-and-usages/sync-schema" |
||||
}, |
||||
"next": { |
||||
"title": "Share View", |
||||
"permalink": "/setup-and-usages/share-view" |
||||
} |
||||
} |
@ -1,28 +0,0 @@
|
||||
{ |
||||
"unversionedId": "setup-and-usages/share-view", |
||||
"id": "setup-and-usages/share-view", |
||||
"title": "Share View", |
||||
"description": "Procedures to share a view", |
||||
"source": "@site/docs/030.setup-and-usages/140.share-view.md", |
||||
"sourceDirName": "030.setup-and-usages", |
||||
"slug": "/setup-and-usages/share-view", |
||||
"permalink": "/setup-and-usages/share-view", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.setup-and-usages/140.share-view.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 140, |
||||
"frontMatter": { |
||||
"title": "Share View", |
||||
"description": "Procedures to share a view" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Share Base", |
||||
"permalink": "/setup-and-usages/share-base" |
||||
}, |
||||
"next": { |
||||
"title": "Keyboard Maneuver", |
||||
"permalink": "/setup-and-usages/keyboard-maneuver" |
||||
} |
||||
} |
@ -1,28 +0,0 @@
|
||||
{ |
||||
"unversionedId": "setup-and-usages/keyboard-maneuver", |
||||
"id": "setup-and-usages/keyboard-maneuver", |
||||
"title": "Keyboard Maneuver", |
||||
"description": "Keyboard shortcuts", |
||||
"source": "@site/docs/030.setup-and-usages/150.keyboard-maneuver.md", |
||||
"sourceDirName": "030.setup-and-usages", |
||||
"slug": "/setup-and-usages/keyboard-maneuver", |
||||
"permalink": "/setup-and-usages/keyboard-maneuver", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.setup-and-usages/150.keyboard-maneuver.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 150, |
||||
"frontMatter": { |
||||
"title": "Keyboard Maneuver", |
||||
"description": "Keyboard shortcuts" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Share View", |
||||
"permalink": "/setup-and-usages/share-view" |
||||
}, |
||||
"next": { |
||||
"title": "Views", |
||||
"permalink": "/setup-and-usages/views" |
||||
} |
||||
} |
@ -1,28 +0,0 @@
|
||||
{ |
||||
"unversionedId": "setup-and-usages/views", |
||||
"id": "setup-and-usages/views", |
||||
"title": "Views", |
||||
"description": "Understanding Views in NocoDB!", |
||||
"source": "@site/docs/030.setup-and-usages/160.views.md", |
||||
"sourceDirName": "030.setup-and-usages", |
||||
"slug": "/setup-and-usages/views", |
||||
"permalink": "/setup-and-usages/views", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.setup-and-usages/160.views.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 160, |
||||
"frontMatter": { |
||||
"title": "Views", |
||||
"description": "Understanding Views in NocoDB!" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Keyboard Maneuver", |
||||
"permalink": "/setup-and-usages/keyboard-maneuver" |
||||
}, |
||||
"next": { |
||||
"title": "Account Settings", |
||||
"permalink": "/setup-and-usages/account-settings" |
||||
} |
||||
} |
@ -1,28 +0,0 @@
|
||||
{ |
||||
"unversionedId": "setup-and-usages/account-settings", |
||||
"id": "setup-and-usages/account-settings", |
||||
"title": "Account Settings", |
||||
"description": "NocoDB provides Account Settings for managing your account or more for super admin", |
||||
"source": "@site/docs/030.setup-and-usages/170.account-settings.md", |
||||
"sourceDirName": "030.setup-and-usages", |
||||
"slug": "/setup-and-usages/account-settings", |
||||
"permalink": "/setup-and-usages/account-settings", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.setup-and-usages/170.account-settings.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 170, |
||||
"frontMatter": { |
||||
"title": "Account Settings", |
||||
"description": "NocoDB provides Account Settings for managing your account or more for super admin" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Views", |
||||
"permalink": "/setup-and-usages/views" |
||||
}, |
||||
"next": { |
||||
"title": "Languages", |
||||
"permalink": "/setup-and-usages/languages" |
||||
} |
||||
} |
@ -1,28 +0,0 @@
|
||||
{ |
||||
"unversionedId": "setup-and-usages/languages", |
||||
"id": "setup-and-usages/languages", |
||||
"title": "Languages", |
||||
"description": "Multiple languages on Dashboard!", |
||||
"source": "@site/docs/030.setup-and-usages/180.languages.md", |
||||
"sourceDirName": "030.setup-and-usages", |
||||
"slug": "/setup-and-usages/languages", |
||||
"permalink": "/setup-and-usages/languages", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.setup-and-usages/180.languages.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 180, |
||||
"frontMatter": { |
||||
"title": "Languages", |
||||
"description": "Multiple languages on Dashboard!" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Account Settings", |
||||
"permalink": "/setup-and-usages/account-settings" |
||||
}, |
||||
"next": { |
||||
"title": "Expanded Form", |
||||
"permalink": "/setup-and-usages/expanded-form" |
||||
} |
||||
} |
@ -1,28 +0,0 @@
|
||||
{ |
||||
"unversionedId": "setup-and-usages/expanded-form", |
||||
"id": "setup-and-usages/expanded-form", |
||||
"title": "Expanded Form", |
||||
"description": "NocoDB provides Expanded Form to let you edit your data easily", |
||||
"source": "@site/docs/030.setup-and-usages/190.expanded-form.md", |
||||
"sourceDirName": "030.setup-and-usages", |
||||
"slug": "/setup-and-usages/expanded-form", |
||||
"permalink": "/setup-and-usages/expanded-form", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.setup-and-usages/190.expanded-form.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 190, |
||||
"frontMatter": { |
||||
"title": "Expanded Form", |
||||
"description": "NocoDB provides Expanded Form to let you edit your data easily" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Languages", |
||||
"permalink": "/setup-and-usages/languages" |
||||
}, |
||||
"next": { |
||||
"title": "Import Airtable to NocoDB", |
||||
"permalink": "/setup-and-usages/import-airtable-to-sql-database-within-a-minute-for-free" |
||||
} |
||||
} |
@ -1,28 +0,0 @@
|
||||
{ |
||||
"unversionedId": "setup-and-usages/import-airtable-to-sql-database-within-a-minute-for-free", |
||||
"id": "setup-and-usages/import-airtable-to-sql-database-within-a-minute-for-free", |
||||
"title": "Import Airtable to NocoDB", |
||||
"description": "A complete import of your Airtable to any MySQL, Postgres, SQLite and SQL server databases within minutes", |
||||
"source": "@site/docs/030.setup-and-usages/200.import-airtable-to-sql-database-within-a-minute-for-free.md", |
||||
"sourceDirName": "030.setup-and-usages", |
||||
"slug": "/setup-and-usages/import-airtable-to-sql-database-within-a-minute-for-free", |
||||
"permalink": "/setup-and-usages/import-airtable-to-sql-database-within-a-minute-for-free", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.setup-and-usages/200.import-airtable-to-sql-database-within-a-minute-for-free.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 200, |
||||
"frontMatter": { |
||||
"title": "Import Airtable to NocoDB", |
||||
"description": "A complete import of your Airtable to any MySQL, Postgres, SQLite and SQL server databases within minutes" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Expanded Form", |
||||
"permalink": "/setup-and-usages/expanded-form" |
||||
}, |
||||
"next": { |
||||
"title": "Usage Information", |
||||
"permalink": "/setup-and-usages/usage-information" |
||||
} |
||||
} |
@ -1,28 +0,0 @@
|
||||
{ |
||||
"unversionedId": "setup-and-usages/usage-information", |
||||
"id": "setup-and-usages/usage-information", |
||||
"title": "Usage Information", |
||||
"description": "Non-sensitive and anonymous usage information", |
||||
"source": "@site/docs/030.setup-and-usages/210.usage-information.md", |
||||
"sourceDirName": "030.setup-and-usages", |
||||
"slug": "/setup-and-usages/usage-information", |
||||
"permalink": "/setup-and-usages/usage-information", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.setup-and-usages/210.usage-information.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 210, |
||||
"frontMatter": { |
||||
"title": "Usage Information", |
||||
"description": "Non-sensitive and anonymous usage information" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Import Airtable to NocoDB", |
||||
"permalink": "/setup-and-usages/import-airtable-to-sql-database-within-a-minute-for-free" |
||||
}, |
||||
"next": { |
||||
"title": "Team & Auth", |
||||
"permalink": "/setup-and-usages/team-and-auth" |
||||
} |
||||
} |
@ -1,28 +0,0 @@
|
||||
{ |
||||
"unversionedId": "setup-and-usages/team-and-auth", |
||||
"id": "setup-and-usages/team-and-auth", |
||||
"title": "Team & Auth", |
||||
"description": "Breakdown of roles & permissions for team user management", |
||||
"source": "@site/docs/030.setup-and-usages/230.team-and-auth.md", |
||||
"sourceDirName": "030.setup-and-usages", |
||||
"slug": "/setup-and-usages/team-and-auth", |
||||
"permalink": "/setup-and-usages/team-and-auth", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.setup-and-usages/230.team-and-auth.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 230, |
||||
"frontMatter": { |
||||
"title": "Team & Auth", |
||||
"description": "Breakdown of roles & permissions for team user management" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Usage Information", |
||||
"permalink": "/setup-and-usages/usage-information" |
||||
}, |
||||
"next": { |
||||
"title": "Data Sources", |
||||
"permalink": "/setup-and-usages/meta-management" |
||||
} |
||||
} |
@ -1,28 +0,0 @@
|
||||
{ |
||||
"unversionedId": "setup-and-usages/meta-management", |
||||
"id": "setup-and-usages/meta-management", |
||||
"title": "Data Sources", |
||||
"description": "NocoDB Data-Source sync, access control & re-config", |
||||
"source": "@site/docs/030.setup-and-usages/240.meta-management.md", |
||||
"sourceDirName": "030.setup-and-usages", |
||||
"slug": "/setup-and-usages/meta-management", |
||||
"permalink": "/setup-and-usages/meta-management", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.setup-and-usages/240.meta-management.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 240, |
||||
"frontMatter": { |
||||
"title": "Data Sources", |
||||
"description": "NocoDB Data-Source sync, access control & re-config" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Team & Auth", |
||||
"permalink": "/setup-and-usages/team-and-auth" |
||||
}, |
||||
"next": { |
||||
"title": "Audit", |
||||
"permalink": "/setup-and-usages/audit" |
||||
} |
||||
} |
@ -1,28 +0,0 @@
|
||||
{ |
||||
"unversionedId": "setup-and-usages/audit", |
||||
"id": "setup-and-usages/audit", |
||||
"title": "Audit", |
||||
"description": "NocoDB provides all the user operation logs under Audit log", |
||||
"source": "@site/docs/030.setup-and-usages/250.audit.md", |
||||
"sourceDirName": "030.setup-and-usages", |
||||
"slug": "/setup-and-usages/audit", |
||||
"permalink": "/setup-and-usages/audit", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.setup-and-usages/250.audit.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 250, |
||||
"frontMatter": { |
||||
"title": "Audit", |
||||
"description": "NocoDB provides all the user operation logs under Audit log" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Data Sources", |
||||
"permalink": "/setup-and-usages/meta-management" |
||||
}, |
||||
"next": { |
||||
"title": "Team & Settings > Project settings", |
||||
"permalink": "/setup-and-usages/project-settings" |
||||
} |
||||
} |
@ -1,28 +0,0 @@
|
||||
{ |
||||
"unversionedId": "setup-and-usages/project-settings", |
||||
"id": "setup-and-usages/project-settings", |
||||
"title": "Team & Settings > Project settings", |
||||
"description": "General project configuration options", |
||||
"source": "@site/docs/030.setup-and-usages/260.project-settings.md", |
||||
"sourceDirName": "030.setup-and-usages", |
||||
"slug": "/setup-and-usages/project-settings", |
||||
"permalink": "/setup-and-usages/project-settings", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.setup-and-usages/260.project-settings.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 260, |
||||
"frontMatter": { |
||||
"title": "Team & Settings > Project settings", |
||||
"description": "General project configuration options" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Audit", |
||||
"permalink": "/setup-and-usages/audit" |
||||
}, |
||||
"next": { |
||||
"title": "Accessing APIs", |
||||
"permalink": "/developer-resources/accessing-apis" |
||||
} |
||||
} |
@ -1,27 +0,0 @@
|
||||
{ |
||||
"unversionedId": "workspaces/overview", |
||||
"id": "workspaces/overview", |
||||
"title": "Overview", |
||||
"description": "", |
||||
"source": "@site/docs/030.workspaces/010.overview.md", |
||||
"sourceDirName": "030.workspaces", |
||||
"slug": "/workspaces/overview", |
||||
"permalink": "/workspaces/overview", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.workspaces/010.overview.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 10, |
||||
"frontMatter": { |
||||
"title": "Overview" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "keyboard-shortcuts", |
||||
"permalink": "/getting-started/keyboard-shortcuts" |
||||
}, |
||||
"next": { |
||||
"title": "Create", |
||||
"permalink": "/workspaces/create" |
||||
} |
||||
} |
@ -1,41 +0,0 @@
|
||||
{ |
||||
"unversionedId": "workspaces/workspace-overview", |
||||
"id": "workspaces/workspace-overview", |
||||
"title": "Workspace overview", |
||||
"description": "This article briefs the concept of workspaces in NocoDB.", |
||||
"source": "@site/docs/030.workspaces/010.workspace-overview.md", |
||||
"sourceDirName": "030.workspaces", |
||||
"slug": "/workspaces/workspace-overview", |
||||
"permalink": "/workspaces/workspace-overview", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.workspaces/010.workspace-overview.md", |
||||
"tags": [ |
||||
{ |
||||
"label": "Workspaces", |
||||
"permalink": "/tags/workspaces" |
||||
}, |
||||
{ |
||||
"label": "Overview", |
||||
"permalink": "/tags/overview" |
||||
} |
||||
], |
||||
"version": "current", |
||||
"sidebarPosition": 10, |
||||
"frontMatter": { |
||||
"title": "Workspace overview", |
||||
"description": "This article briefs the concept of workspaces in NocoDB.", |
||||
"tags": [ |
||||
"Workspaces", |
||||
"Overview" |
||||
] |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Upgrading", |
||||
"permalink": "/getting-started/self-hosted/upgrading" |
||||
}, |
||||
"next": { |
||||
"title": "Create workspace", |
||||
"permalink": "/workspaces/create-workspace" |
||||
} |
||||
} |
@ -1,25 +0,0 @@
|
||||
{ |
||||
"unversionedId": "workspaces/workspaces-overview", |
||||
"id": "workspaces/workspaces-overview", |
||||
"title": "workspaces-overview", |
||||
"description": "", |
||||
"source": "@site/docs/030.workspaces/010.workspaces-overview.md", |
||||
"sourceDirName": "030.workspaces", |
||||
"slug": "/workspaces/workspaces-overview", |
||||
"permalink": "/workspaces/workspaces-overview", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.workspaces/010.workspaces-overview.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 10, |
||||
"frontMatter": {}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Welcome", |
||||
"permalink": "/" |
||||
}, |
||||
"next": { |
||||
"title": "create-workspace", |
||||
"permalink": "/workspaces/create-workspace" |
||||
} |
||||
} |
@ -1,27 +0,0 @@
|
||||
{ |
||||
"unversionedId": "workspaces/create", |
||||
"id": "workspaces/create", |
||||
"title": "Create", |
||||
"description": "", |
||||
"source": "@site/docs/030.workspaces/020.create.md", |
||||
"sourceDirName": "030.workspaces", |
||||
"slug": "/workspaces/create", |
||||
"permalink": "/workspaces/create", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.workspaces/020.create.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 20, |
||||
"frontMatter": { |
||||
"title": "Create" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Overview", |
||||
"permalink": "/workspaces/workspace-overview" |
||||
}, |
||||
"next": { |
||||
"title": "Delete", |
||||
"permalink": "/workspaces/delete" |
||||
} |
||||
} |
@ -1,50 +0,0 @@
|
||||
{ |
||||
"unversionedId": "workspaces/create-workspace", |
||||
"id": "workspaces/create-workspace", |
||||
"title": "Create workspace", |
||||
"description": "Learn how to create a workspace in NocoDB", |
||||
"source": "@site/docs/030.workspaces/020.create-workspace.md", |
||||
"sourceDirName": "030.workspaces", |
||||
"slug": "/workspaces/create-workspace", |
||||
"permalink": "/workspaces/create-workspace", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.workspaces/020.create-workspace.md", |
||||
"tags": [ |
||||
{ |
||||
"label": "Workspaces", |
||||
"permalink": "/tags/workspaces" |
||||
}, |
||||
{ |
||||
"label": "Create", |
||||
"permalink": "/tags/create" |
||||
} |
||||
], |
||||
"version": "current", |
||||
"sidebarPosition": 20, |
||||
"frontMatter": { |
||||
"title": "Create workspace", |
||||
"description": "Learn how to create a workspace in NocoDB", |
||||
"tags": [ |
||||
"Workspaces", |
||||
"Create" |
||||
], |
||||
"keywords": [ |
||||
"NocoDB workspace", |
||||
"create workspace", |
||||
"workspace context menu", |
||||
"workspace owner", |
||||
"workspace collaboration", |
||||
"workspace actions", |
||||
"default workspace" |
||||
] |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Workspace overview", |
||||
"permalink": "/workspaces/workspace-overview" |
||||
}, |
||||
"next": { |
||||
"title": "Workspace collaboration", |
||||
"permalink": "/workspaces/workspace-collaboration" |
||||
} |
||||
} |
@ -1,25 +0,0 @@
|
||||
{ |
||||
"unversionedId": "workspaces/modify-workspace", |
||||
"id": "workspaces/modify-workspace", |
||||
"title": "modify-workspace", |
||||
"description": "", |
||||
"source": "@site/docs/030.workspaces/030.modify-workspace.md", |
||||
"sourceDirName": "030.workspaces", |
||||
"slug": "/workspaces/modify-workspace", |
||||
"permalink": "/workspaces/modify-workspace", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.workspaces/030.modify-workspace.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 30, |
||||
"frontMatter": {}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "create", |
||||
"permalink": "/workspaces/create" |
||||
}, |
||||
"next": { |
||||
"title": "delete-workspace", |
||||
"permalink": "/workspaces/delete-workspace" |
||||
} |
||||
} |
@ -1,25 +0,0 @@
|
||||
{ |
||||
"unversionedId": "workspaces/update", |
||||
"id": "workspaces/update", |
||||
"title": "update", |
||||
"description": "", |
||||
"source": "@site/docs/030.workspaces/030.update.md", |
||||
"sourceDirName": "030.workspaces", |
||||
"slug": "/workspaces/update", |
||||
"permalink": "/workspaces/update", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.workspaces/030.update.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 30, |
||||
"frontMatter": {}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "create", |
||||
"permalink": "/workspaces/create" |
||||
}, |
||||
"next": { |
||||
"title": "delete", |
||||
"permalink": "/workspaces/delete" |
||||
} |
||||
} |
@ -1,25 +0,0 @@
|
||||
{ |
||||
"unversionedId": "workspaces/Workspace collaboration", |
||||
"id": "workspaces/Workspace collaboration", |
||||
"title": "Workspace collaboration", |
||||
"description": "", |
||||
"source": "@site/docs/030.workspaces/030.Workspace collaboration.md", |
||||
"sourceDirName": "030.workspaces", |
||||
"slug": "/workspaces/Workspace collaboration", |
||||
"permalink": "/workspaces/Workspace collaboration", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.workspaces/030.Workspace collaboration.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 30, |
||||
"frontMatter": {}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Create workspace", |
||||
"permalink": "/workspaces/create-workspace" |
||||
}, |
||||
"next": { |
||||
"title": "Delete workspace", |
||||
"permalink": "/workspaces/delete-workspace" |
||||
} |
||||
} |
@ -1,25 +0,0 @@
|
||||
{ |
||||
"unversionedId": "workspaces/Workspace-collaboration", |
||||
"id": "workspaces/Workspace-collaboration", |
||||
"title": "Workspace-collaboration", |
||||
"description": "", |
||||
"source": "@site/docs/030.workspaces/030.Workspace-collaboration.md", |
||||
"sourceDirName": "030.workspaces", |
||||
"slug": "/workspaces/Workspace-collaboration", |
||||
"permalink": "/workspaces/Workspace-collaboration", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.workspaces/030.Workspace-collaboration.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 30, |
||||
"frontMatter": {}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Create workspace", |
||||
"permalink": "/workspaces/create-workspace" |
||||
}, |
||||
"next": { |
||||
"title": "Delete workspace", |
||||
"permalink": "/workspaces/delete-workspace" |
||||
} |
||||
} |
@ -1,83 +0,0 @@
|
||||
{ |
||||
"unversionedId": "workspaces/workspace-collaboration", |
||||
"id": "workspaces/workspace-collaboration", |
||||
"title": "Workspace collaboration", |
||||
"description": "This article explains how to invite members to your workspace, change their roles and procedure to remove them from the workspace.", |
||||
"source": "@site/docs/030.workspaces/030.workspace-collaboration.md", |
||||
"sourceDirName": "030.workspaces", |
||||
"slug": "/workspaces/workspace-collaboration", |
||||
"permalink": "/workspaces/workspace-collaboration", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.workspaces/030.workspace-collaboration.md", |
||||
"tags": [ |
||||
{ |
||||
"label": "Workspaces", |
||||
"permalink": "/tags/workspaces" |
||||
}, |
||||
{ |
||||
"label": "Collaboration", |
||||
"permalink": "/tags/collaboration" |
||||
}, |
||||
{ |
||||
"label": "Members", |
||||
"permalink": "/tags/members" |
||||
}, |
||||
{ |
||||
"label": "Invite", |
||||
"permalink": "/tags/invite" |
||||
}, |
||||
{ |
||||
"label": "Roles", |
||||
"permalink": "/tags/roles" |
||||
}, |
||||
{ |
||||
"label": "Permissions", |
||||
"permalink": "/tags/permissions" |
||||
} |
||||
], |
||||
"version": "current", |
||||
"sidebarPosition": 30, |
||||
"frontMatter": { |
||||
"title": "Workspace collaboration", |
||||
"description": "This article explains how to invite members to your workspace, change their roles and procedure to remove them from the workspace.", |
||||
"tags": [ |
||||
"Workspaces", |
||||
"Collaboration", |
||||
"Members", |
||||
"Invite", |
||||
"Roles", |
||||
"Permissions" |
||||
], |
||||
"keywords": [ |
||||
"Workspace configuration", |
||||
"Invite members", |
||||
"Member roles", |
||||
"Access permissions", |
||||
"Displaying workspace members", |
||||
"Modifying member roles", |
||||
"Removing workspace members", |
||||
"Workspace collaboration", |
||||
"Team collaboration", |
||||
"Access control", |
||||
"Role-based permissions", |
||||
"Workspace management", |
||||
"User roles", |
||||
"Workspace settings", |
||||
"Workspace administration", |
||||
"Member invitation", |
||||
"User access", |
||||
"Member management", |
||||
"Workspace teamwork", |
||||
"Workspace organization" |
||||
] |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Create workspace", |
||||
"permalink": "/workspaces/create-workspace" |
||||
}, |
||||
"next": { |
||||
"title": "Actions on workspace", |
||||
"permalink": "/workspaces/actions-on-workspace" |
||||
} |
||||
} |
@ -1,56 +0,0 @@
|
||||
{ |
||||
"unversionedId": "workspaces/actions-on-workspace", |
||||
"id": "workspaces/actions-on-workspace", |
||||
"title": "Actions on workspace", |
||||
"description": "This article explains how to rename or delete a workspace.", |
||||
"source": "@site/docs/030.workspaces/040.actions-on-workspace.md", |
||||
"sourceDirName": "030.workspaces", |
||||
"slug": "/workspaces/actions-on-workspace", |
||||
"permalink": "/workspaces/actions-on-workspace", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.workspaces/040.actions-on-workspace.md", |
||||
"tags": [ |
||||
{ |
||||
"label": "Workspaces", |
||||
"permalink": "/tags/workspaces" |
||||
}, |
||||
{ |
||||
"label": "Rename", |
||||
"permalink": "/tags/rename" |
||||
}, |
||||
{ |
||||
"label": "Delete", |
||||
"permalink": "/tags/delete" |
||||
} |
||||
], |
||||
"version": "current", |
||||
"sidebarPosition": 40, |
||||
"frontMatter": { |
||||
"title": "Actions on workspace", |
||||
"description": "This article explains how to rename or delete a workspace.", |
||||
"tags": [ |
||||
"Workspaces", |
||||
"Rename", |
||||
"Delete" |
||||
], |
||||
"keywords": [ |
||||
"Workspace configuration", |
||||
"Rename workspace", |
||||
"Delete workspace", |
||||
"Workspace actions", |
||||
"Workspace management", |
||||
"Workspace administration", |
||||
"Workspace settings", |
||||
"Workspace organization" |
||||
] |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Workspace collaboration", |
||||
"permalink": "/workspaces/workspace-collaboration" |
||||
}, |
||||
"next": { |
||||
"title": "Base overview", |
||||
"permalink": "/bases/base-overview" |
||||
} |
||||
} |
@ -1,27 +0,0 @@
|
||||
{ |
||||
"unversionedId": "workspaces/delete", |
||||
"id": "workspaces/delete", |
||||
"title": "Delete", |
||||
"description": "", |
||||
"source": "@site/docs/030.workspaces/040.delete.md", |
||||
"sourceDirName": "030.workspaces", |
||||
"slug": "/workspaces/delete", |
||||
"permalink": "/workspaces/delete", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.workspaces/040.delete.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 40, |
||||
"frontMatter": { |
||||
"title": "Delete" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Create", |
||||
"permalink": "/workspaces/create-workspace" |
||||
}, |
||||
"next": { |
||||
"title": "Configurations", |
||||
"permalink": "/workspaces/configurations" |
||||
} |
||||
} |
@ -1,27 +0,0 @@
|
||||
{ |
||||
"unversionedId": "workspaces/delete-workspace", |
||||
"id": "workspaces/delete-workspace", |
||||
"title": "Delete workspace", |
||||
"description": "Related articles", |
||||
"source": "@site/docs/030.workspaces/040.delete-workspace.md", |
||||
"sourceDirName": "030.workspaces", |
||||
"slug": "/workspaces/delete-workspace", |
||||
"permalink": "/workspaces/delete-workspace", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.workspaces/040.delete-workspace.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 40, |
||||
"frontMatter": { |
||||
"title": "Delete workspace" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Workspace collaboration", |
||||
"permalink": "/workspaces/workspace-collaboration" |
||||
}, |
||||
"next": { |
||||
"title": "Actions on workspace", |
||||
"permalink": "/workspaces/actions-on-workspace" |
||||
} |
||||
} |
@ -1,56 +0,0 @@
|
||||
{ |
||||
"unversionedId": "workspaces/actions-on-workspace", |
||||
"id": "workspaces/actions-on-workspace", |
||||
"title": "Actions on workspace", |
||||
"description": "This article explains how to rename or delete a workspace.", |
||||
"source": "@site/docs/030.workspaces/050.actions-on-workspace.md", |
||||
"sourceDirName": "030.workspaces", |
||||
"slug": "/workspaces/actions-on-workspace", |
||||
"permalink": "/workspaces/actions-on-workspace", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.workspaces/050.actions-on-workspace.md", |
||||
"tags": [ |
||||
{ |
||||
"label": "workspaces", |
||||
"permalink": "/tags/workspaces" |
||||
}, |
||||
{ |
||||
"label": "rename workspace", |
||||
"permalink": "/tags/rename-workspace" |
||||
}, |
||||
{ |
||||
"label": "delete workspace", |
||||
"permalink": "/tags/delete-workspace" |
||||
} |
||||
], |
||||
"version": "current", |
||||
"sidebarPosition": 50, |
||||
"frontMatter": { |
||||
"title": "Actions on workspace", |
||||
"description": "This article explains how to rename or delete a workspace.", |
||||
"tags": [ |
||||
"workspaces", |
||||
"rename workspace", |
||||
"delete workspace" |
||||
], |
||||
"keywords": [ |
||||
"Workspace configuration", |
||||
"Rename workspace", |
||||
"Delete workspace", |
||||
"Workspace actions", |
||||
"Workspace management", |
||||
"Workspace administration", |
||||
"Workspace settings", |
||||
"Workspace organization" |
||||
] |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Workspace collaboration", |
||||
"permalink": "/workspaces/workspace-collaboration" |
||||
}, |
||||
"next": { |
||||
"title": "Base overview", |
||||
"permalink": "/bases/base-overview" |
||||
} |
||||
} |
@ -1,27 +0,0 @@
|
||||
{ |
||||
"unversionedId": "workspaces/configurations", |
||||
"id": "workspaces/configurations", |
||||
"title": "Configurations", |
||||
"description": "", |
||||
"source": "@site/docs/030.workspaces/050.configurations.md", |
||||
"sourceDirName": "030.workspaces", |
||||
"slug": "/workspaces/configurations", |
||||
"permalink": "/workspaces/configurations", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.workspaces/050.configurations.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 50, |
||||
"frontMatter": { |
||||
"title": "Configurations" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Delete workspace", |
||||
"permalink": "/workspaces/delete-workspace" |
||||
}, |
||||
"next": { |
||||
"title": "Base overview", |
||||
"permalink": "/bases/base-overview" |
||||
} |
||||
} |
@ -1,24 +0,0 @@
|
||||
{ |
||||
"unversionedId": "workspaces/workspaces-overview", |
||||
"id": "workspaces/workspaces-overview", |
||||
"title": "workspaces-overview", |
||||
"description": "", |
||||
"source": "@site/docs/030.workspaces/workspaces-overview.md", |
||||
"sourceDirName": "030.workspaces", |
||||
"slug": "/workspaces/workspaces-overview", |
||||
"permalink": "/workspaces/workspaces-overview", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/030.workspaces/workspaces-overview.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"frontMatter": {}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Welcome", |
||||
"permalink": "/" |
||||
}, |
||||
"next": { |
||||
"title": "FAQs", |
||||
"permalink": "/FAQs" |
||||
} |
||||
} |
@ -1,58 +0,0 @@
|
||||
{ |
||||
"unversionedId": "bases/base-overview", |
||||
"id": "bases/base-overview", |
||||
"title": "Base overview", |
||||
"description": "This article explains the concept of bases in NocoDB.", |
||||
"source": "@site/docs/040.bases/010.base-overview.md", |
||||
"sourceDirName": "040.bases", |
||||
"slug": "/bases/base-overview", |
||||
"permalink": "/bases/base-overview", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/040.bases/010.base-overview.md", |
||||
"tags": [ |
||||
{ |
||||
"label": "Bases", |
||||
"permalink": "/tags/bases" |
||||
}, |
||||
{ |
||||
"label": "Overview", |
||||
"permalink": "/tags/overview" |
||||
}, |
||||
{ |
||||
"label": "Dashboard", |
||||
"permalink": "/tags/dashboard" |
||||
} |
||||
], |
||||
"version": "current", |
||||
"sidebarPosition": 10, |
||||
"frontMatter": { |
||||
"title": "Base overview", |
||||
"description": "This article explains the concept of bases in NocoDB.", |
||||
"tags": [ |
||||
"Bases", |
||||
"Overview", |
||||
"Dashboard" |
||||
], |
||||
"keywords": [ |
||||
"NocoDB base", |
||||
"base overview", |
||||
"base dashboard", |
||||
"base collaboration", |
||||
"base actions", |
||||
"delete base", |
||||
"base management", |
||||
"base administration", |
||||
"base settings", |
||||
"base organization" |
||||
] |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Actions on workspace", |
||||
"permalink": "/workspaces/actions-on-workspace" |
||||
}, |
||||
"next": { |
||||
"title": "Create base", |
||||
"permalink": "/bases/create-base" |
||||
} |
||||
} |
@ -1,27 +0,0 @@
|
||||
{ |
||||
"unversionedId": "bases/overview", |
||||
"id": "bases/overview", |
||||
"title": "Base overview", |
||||
"description": "", |
||||
"source": "@site/docs/040.bases/010.overview.md", |
||||
"sourceDirName": "040.bases", |
||||
"slug": "/bases/overview", |
||||
"permalink": "/bases/overview", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/040.bases/010.overview.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 10, |
||||
"frontMatter": { |
||||
"title": "Base overview" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Configurations", |
||||
"permalink": "/workspaces/configurations" |
||||
}, |
||||
"next": { |
||||
"title": "Create base", |
||||
"permalink": "/bases/create" |
||||
} |
||||
} |
@ -1,52 +0,0 @@
|
||||
{ |
||||
"unversionedId": "bases/create-base", |
||||
"id": "bases/create-base", |
||||
"title": "Create base", |
||||
"description": "Learn how to create a base in NocoDB.", |
||||
"source": "@site/docs/040.bases/020.create-base.md", |
||||
"sourceDirName": "040.bases", |
||||
"slug": "/bases/create-base", |
||||
"permalink": "/bases/create-base", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/040.bases/020.create-base.md", |
||||
"tags": [ |
||||
{ |
||||
"label": "Bases", |
||||
"permalink": "/tags/bases" |
||||
}, |
||||
{ |
||||
"label": "Create", |
||||
"permalink": "/tags/create" |
||||
} |
||||
], |
||||
"version": "current", |
||||
"sidebarPosition": 20, |
||||
"frontMatter": { |
||||
"title": "Create base", |
||||
"description": "Learn how to create a base in NocoDB.", |
||||
"tags": [ |
||||
"Bases", |
||||
"Create" |
||||
], |
||||
"keywords": [ |
||||
"NocoDB base", |
||||
"create base", |
||||
"base context menu", |
||||
"base owner", |
||||
"base collaboration", |
||||
"base actions", |
||||
"base settings", |
||||
"base administration", |
||||
"base organization" |
||||
] |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Base overview", |
||||
"permalink": "/bases/base-overview" |
||||
}, |
||||
"next": { |
||||
"title": "Import Airtable to NocoDB", |
||||
"permalink": "/bases/import-base-from-airtable" |
||||
} |
||||
} |
@ -1,27 +0,0 @@
|
||||
{ |
||||
"unversionedId": "bases/create", |
||||
"id": "bases/create", |
||||
"title": "Create base", |
||||
"description": "", |
||||
"source": "@site/docs/040.bases/020.create.md", |
||||
"sourceDirName": "040.bases", |
||||
"slug": "/bases/create", |
||||
"permalink": "/bases/create", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/040.bases/020.create.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 20, |
||||
"frontMatter": { |
||||
"title": "Create base" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Base overview", |
||||
"permalink": "/bases/base-overview" |
||||
}, |
||||
"next": { |
||||
"title": "Create base using template", |
||||
"permalink": "/bases/templates" |
||||
} |
||||
} |
@ -1,27 +0,0 @@
|
||||
{ |
||||
"unversionedId": "bases/create-base-using-template", |
||||
"id": "bases/create-base-using-template", |
||||
"title": "Create base using template", |
||||
"description": "Related articles", |
||||
"source": "@site/docs/040.bases/030.create-base-using-template.md", |
||||
"sourceDirName": "040.bases", |
||||
"slug": "/bases/create-base-using-template", |
||||
"permalink": "/bases/create-base-using-template", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/040.bases/030.create-base-using-template.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 30, |
||||
"frontMatter": { |
||||
"title": "Create base using template" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Create base", |
||||
"permalink": "/bases/create-base" |
||||
}, |
||||
"next": { |
||||
"title": "Import Airtable to NocoDB", |
||||
"permalink": "/bases/import-base-from-airtable" |
||||
} |
||||
} |
@ -1,27 +0,0 @@
|
||||
{ |
||||
"unversionedId": "bases/duplicate", |
||||
"id": "bases/duplicate", |
||||
"title": "Duplicate", |
||||
"description": "", |
||||
"source": "@site/docs/040.bases/040.duplicate.md", |
||||
"sourceDirName": "040.bases", |
||||
"slug": "/bases/duplicate", |
||||
"permalink": "/bases/duplicate", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/040.bases/040.duplicate.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 40, |
||||
"frontMatter": { |
||||
"title": "Duplicate" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Create", |
||||
"permalink": "/bases/create" |
||||
}, |
||||
"next": { |
||||
"title": "Delete", |
||||
"permalink": "/bases/delete" |
||||
} |
||||
} |
@ -1,51 +0,0 @@
|
||||
{ |
||||
"unversionedId": "bases/import-base-from-airtable", |
||||
"id": "bases/import-base-from-airtable", |
||||
"title": "Import Airtable to NocoDB", |
||||
"description": "A complete import of your Airtable to any MySQL, Postgres, SQLite and SQL server databases within minutes", |
||||
"source": "@site/docs/040.bases/040.import-base-from-airtable.md", |
||||
"sourceDirName": "040.bases", |
||||
"slug": "/bases/import-base-from-airtable", |
||||
"permalink": "/bases/import-base-from-airtable", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/040.bases/040.import-base-from-airtable.md", |
||||
"tags": [ |
||||
{ |
||||
"label": "Bases", |
||||
"permalink": "/tags/bases" |
||||
}, |
||||
{ |
||||
"label": "Import", |
||||
"permalink": "/tags/import" |
||||
} |
||||
], |
||||
"version": "current", |
||||
"sidebarPosition": 40, |
||||
"frontMatter": { |
||||
"title": "Import Airtable to NocoDB", |
||||
"description": "A complete import of your Airtable to any MySQL, Postgres, SQLite and SQL server databases within minutes", |
||||
"tags": [ |
||||
"Bases", |
||||
"Import" |
||||
], |
||||
"keywords": [ |
||||
"NocoDB", |
||||
"Airtable", |
||||
"import Airtable", |
||||
"Airtable to NocoDB", |
||||
"Airtable to MySQL", |
||||
"Airtable to Postgres", |
||||
"Airtable to SQLite", |
||||
"Airtable to SQL server" |
||||
] |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Create base", |
||||
"permalink": "/bases/create-base" |
||||
}, |
||||
"next": { |
||||
"title": "Base collaboration", |
||||
"permalink": "/bases/base-collaboration" |
||||
} |
||||
} |
@ -1,72 +0,0 @@
|
||||
{ |
||||
"unversionedId": "bases/base-collaboration", |
||||
"id": "bases/base-collaboration", |
||||
"title": "Base collaboration", |
||||
"description": "Invite team members to work on a base", |
||||
"source": "@site/docs/040.bases/050.base-collaboration.md", |
||||
"sourceDirName": "040.bases", |
||||
"slug": "/bases/base-collaboration", |
||||
"permalink": "/bases/base-collaboration", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/040.bases/050.base-collaboration.md", |
||||
"tags": [ |
||||
{ |
||||
"label": "Bases", |
||||
"permalink": "/tags/bases" |
||||
}, |
||||
{ |
||||
"label": "Collaboration", |
||||
"permalink": "/tags/collaboration" |
||||
}, |
||||
{ |
||||
"label": "Members", |
||||
"permalink": "/tags/members" |
||||
}, |
||||
{ |
||||
"label": "Invite", |
||||
"permalink": "/tags/invite" |
||||
}, |
||||
{ |
||||
"label": "Roles", |
||||
"permalink": "/tags/roles" |
||||
}, |
||||
{ |
||||
"label": "Permissions", |
||||
"permalink": "/tags/permissions" |
||||
} |
||||
], |
||||
"version": "current", |
||||
"sidebarPosition": 50, |
||||
"frontMatter": { |
||||
"title": "Base collaboration", |
||||
"description": "Invite team members to work on a base", |
||||
"tags": [ |
||||
"Bases", |
||||
"Collaboration", |
||||
"Members", |
||||
"Invite", |
||||
"Roles", |
||||
"Permissions" |
||||
], |
||||
"keywords": [ |
||||
"NocoDB base", |
||||
"base collaboration", |
||||
"base context menu", |
||||
"base owner", |
||||
"base collaboration", |
||||
"base actions", |
||||
"base settings", |
||||
"base administration", |
||||
"base organization" |
||||
] |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Import Airtable to NocoDB", |
||||
"permalink": "/bases/import-base-from-airtable" |
||||
}, |
||||
"next": { |
||||
"title": "Share base", |
||||
"permalink": "/bases/share-base" |
||||
} |
||||
} |
@ -1,27 +0,0 @@
|
||||
{ |
||||
"unversionedId": "bases/delete", |
||||
"id": "bases/delete", |
||||
"title": "Delete Base", |
||||
"description": "", |
||||
"source": "@site/docs/040.bases/050.delete.md", |
||||
"sourceDirName": "040.bases", |
||||
"slug": "/bases/delete", |
||||
"permalink": "/bases/delete", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/040.bases/050.delete.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 50, |
||||
"frontMatter": { |
||||
"title": "Delete Base" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Create Base", |
||||
"permalink": "/bases/create" |
||||
}, |
||||
"next": { |
||||
"title": "Create Base Using Templates", |
||||
"permalink": "/bases/templates" |
||||
} |
||||
} |
@ -1,27 +0,0 @@
|
||||
{ |
||||
"unversionedId": "bases/create-base-using-template", |
||||
"id": "bases/create-base-using-template", |
||||
"title": "Create base using template", |
||||
"description": "Related articles", |
||||
"source": "@site/docs/040.bases/060.create-base-using-template.md", |
||||
"sourceDirName": "040.bases", |
||||
"slug": "/bases/create-base-using-template", |
||||
"permalink": "/bases/create-base-using-template", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/040.bases/060.create-base-using-template.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 60, |
||||
"frontMatter": { |
||||
"title": "Create base using template" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Create base", |
||||
"permalink": "/bases/create-base" |
||||
}, |
||||
"next": { |
||||
"title": "Import Airtable to NocoDB", |
||||
"permalink": "/bases/import-base-from-airtable" |
||||
} |
||||
} |
@ -1,53 +0,0 @@
|
||||
{ |
||||
"unversionedId": "bases/share-base", |
||||
"id": "bases/share-base", |
||||
"title": "Share base", |
||||
"description": "Procedures to share a base & generating embedded iframe", |
||||
"source": "@site/docs/040.bases/060.share-base.md", |
||||
"sourceDirName": "040.bases", |
||||
"slug": "/bases/share-base", |
||||
"permalink": "/bases/share-base", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/040.bases/060.share-base.md", |
||||
"tags": [ |
||||
{ |
||||
"label": "Bases", |
||||
"permalink": "/tags/bases" |
||||
}, |
||||
{ |
||||
"label": "Share", |
||||
"permalink": "/tags/share" |
||||
}, |
||||
{ |
||||
"label": "Collaboration", |
||||
"permalink": "/tags/collaboration" |
||||
} |
||||
], |
||||
"version": "current", |
||||
"sidebarPosition": 60, |
||||
"frontMatter": { |
||||
"title": "Share base", |
||||
"description": "Procedures to share a base & generating embedded iframe", |
||||
"tags": [ |
||||
"Bases", |
||||
"Share", |
||||
"Collaboration" |
||||
], |
||||
"keywords": [ |
||||
"NocoDB base", |
||||
"share base", |
||||
"base collaboration", |
||||
"base actions", |
||||
"base settings" |
||||
] |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Base collaboration", |
||||
"permalink": "/bases/base-collaboration" |
||||
}, |
||||
"next": { |
||||
"title": "Actions on base", |
||||
"permalink": "/bases/actions-on-base" |
||||
} |
||||
} |
@ -1,27 +0,0 @@
|
||||
{ |
||||
"unversionedId": "bases/templates", |
||||
"id": "bases/templates", |
||||
"title": "Create base using template", |
||||
"description": "", |
||||
"source": "@site/docs/040.bases/060.templates.md", |
||||
"sourceDirName": "040.bases", |
||||
"slug": "/bases/templates", |
||||
"permalink": "/bases/templates", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/040.bases/060.templates.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 60, |
||||
"frontMatter": { |
||||
"title": "Create base using template" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Create base", |
||||
"permalink": "/bases/create-base" |
||||
}, |
||||
"next": { |
||||
"title": "Import base from Airtable", |
||||
"permalink": "/bases/import-airtable" |
||||
} |
||||
} |
@ -1,75 +0,0 @@
|
||||
{ |
||||
"unversionedId": "bases/actions-on-base", |
||||
"id": "bases/actions-on-base", |
||||
"title": "Actions on base", |
||||
"description": "Actions you can perform on a base in NocoDB: Rename, duplicate, delete, star a base.", |
||||
"source": "@site/docs/040.bases/070.actions-on-base.md", |
||||
"sourceDirName": "040.bases", |
||||
"slug": "/bases/actions-on-base", |
||||
"permalink": "/bases/actions-on-base", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/040.bases/070.actions-on-base.md", |
||||
"tags": [ |
||||
{ |
||||
"label": "Bases", |
||||
"permalink": "/tags/bases" |
||||
}, |
||||
{ |
||||
"label": "Rename", |
||||
"permalink": "/tags/rename" |
||||
}, |
||||
{ |
||||
"label": "Duplicate", |
||||
"permalink": "/tags/duplicate" |
||||
}, |
||||
{ |
||||
"label": "Delete", |
||||
"permalink": "/tags/delete" |
||||
}, |
||||
{ |
||||
"label": "Star", |
||||
"permalink": "/tags/star" |
||||
}, |
||||
{ |
||||
"label": "Relations", |
||||
"permalink": "/tags/relations" |
||||
} |
||||
], |
||||
"version": "current", |
||||
"sidebarPosition": 70, |
||||
"frontMatter": { |
||||
"title": "Actions on base", |
||||
"description": "Actions you can perform on a base in NocoDB: Rename, duplicate, delete, star a base.", |
||||
"tags": [ |
||||
"Bases", |
||||
"Rename", |
||||
"Duplicate", |
||||
"Delete", |
||||
"Star", |
||||
"Relations" |
||||
], |
||||
"keywords": [ |
||||
"NocoDB base", |
||||
"base rename", |
||||
"base duplicate", |
||||
"base delete", |
||||
"base star", |
||||
"base context menu", |
||||
"base owner", |
||||
"base collaboration", |
||||
"base actions", |
||||
"base settings", |
||||
"base administration", |
||||
"base organization" |
||||
] |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Share base", |
||||
"permalink": "/bases/share-base" |
||||
}, |
||||
"next": { |
||||
"title": "Table overview", |
||||
"permalink": "/tables/table-overview" |
||||
} |
||||
} |
@ -1,27 +0,0 @@
|
||||
{ |
||||
"unversionedId": "bases/import-airtable", |
||||
"id": "bases/import-airtable", |
||||
"title": "Import base from Airtable", |
||||
"description": "", |
||||
"source": "@site/docs/040.bases/070.import-airtable.md", |
||||
"sourceDirName": "040.bases", |
||||
"slug": "/bases/import-airtable", |
||||
"permalink": "/bases/import-airtable", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/040.bases/070.import-airtable.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 70, |
||||
"frontMatter": { |
||||
"title": "Import base from Airtable" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Create base using template", |
||||
"permalink": "/bases/create-base-using-template" |
||||
}, |
||||
"next": { |
||||
"title": "Delete base", |
||||
"permalink": "/bases/delete" |
||||
} |
||||
} |
@ -1,28 +0,0 @@
|
||||
{ |
||||
"unversionedId": "bases/import-base-from-airtable", |
||||
"id": "bases/import-base-from-airtable", |
||||
"title": "Import Airtable to NocoDB", |
||||
"description": "A complete import of your Airtable to any MySQL, Postgres, SQLite and SQL server databases within minutes", |
||||
"source": "@site/docs/040.bases/070.import-base-from-airtable.md", |
||||
"sourceDirName": "040.bases", |
||||
"slug": "/bases/import-base-from-airtable", |
||||
"permalink": "/bases/import-base-from-airtable", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/040.bases/070.import-base-from-airtable.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 70, |
||||
"frontMatter": { |
||||
"title": "Import Airtable to NocoDB", |
||||
"description": "A complete import of your Airtable to any MySQL, Postgres, SQLite and SQL server databases within minutes" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Create base using template", |
||||
"permalink": "/bases/create-base-using-template" |
||||
}, |
||||
"next": { |
||||
"title": "Base Collaboration", |
||||
"permalink": "/bases/base-collaboration" |
||||
} |
||||
} |
@ -1,27 +0,0 @@
|
||||
{ |
||||
"unversionedId": "bases/base-collaboration", |
||||
"id": "bases/base-collaboration", |
||||
"title": "Base Collaboration", |
||||
"description": "Invite collaborators to your base by following simple steps below:", |
||||
"source": "@site/docs/040.bases/075.base-collaboration.md", |
||||
"sourceDirName": "040.bases", |
||||
"slug": "/bases/base-collaboration", |
||||
"permalink": "/bases/base-collaboration", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/040.bases/075.base-collaboration.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 75, |
||||
"frontMatter": { |
||||
"title": "Base Collaboration" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Import Airtable to NocoDB", |
||||
"permalink": "/bases/import-base-from-airtable" |
||||
}, |
||||
"next": { |
||||
"title": "Share Base", |
||||
"permalink": "/bases/share-base" |
||||
} |
||||
} |
@ -1,28 +0,0 @@
|
||||
{ |
||||
"unversionedId": "bases/share-base", |
||||
"id": "bases/share-base", |
||||
"title": "Share Base", |
||||
"description": "Procedures to share a base & generating embedded iframe", |
||||
"source": "@site/docs/040.bases/076.share-base.md", |
||||
"sourceDirName": "040.bases", |
||||
"slug": "/bases/share-base", |
||||
"permalink": "/bases/share-base", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/040.bases/076.share-base.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 76, |
||||
"frontMatter": { |
||||
"title": "Share Base", |
||||
"description": "Procedures to share a base & generating embedded iframe" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Base Collaboration", |
||||
"permalink": "/bases/base-collaboration" |
||||
}, |
||||
"next": { |
||||
"title": "Actions on base", |
||||
"permalink": "/bases/actions-on-base" |
||||
} |
||||
} |
@ -1,27 +0,0 @@
|
||||
{ |
||||
"unversionedId": "bases/actions", |
||||
"id": "bases/actions", |
||||
"title": "Base Actions", |
||||
"description": "", |
||||
"source": "@site/docs/040.bases/080.actions.md", |
||||
"sourceDirName": "040.bases", |
||||
"slug": "/bases/actions", |
||||
"permalink": "/bases/actions", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/040.bases/080.actions.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 80, |
||||
"frontMatter": { |
||||
"title": "Base Actions" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Import Base From Airtable", |
||||
"permalink": "/bases/import-airtable" |
||||
}, |
||||
"next": { |
||||
"title": "Overview", |
||||
"permalink": "/tables/overview" |
||||
} |
||||
} |
@ -1,27 +0,0 @@
|
||||
{ |
||||
"unversionedId": "bases/configurations", |
||||
"id": "bases/configurations", |
||||
"title": "Base Actions", |
||||
"description": "", |
||||
"source": "@site/docs/040.bases/080.configurations.md", |
||||
"sourceDirName": "040.bases", |
||||
"slug": "/bases/configurations", |
||||
"permalink": "/bases/configurations", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/040.bases/080.configurations.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 80, |
||||
"frontMatter": { |
||||
"title": "Base Actions" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Import Base From Airtable", |
||||
"permalink": "/bases/import-airtable" |
||||
}, |
||||
"next": { |
||||
"title": "Overview", |
||||
"permalink": "/tables/overview" |
||||
} |
||||
} |
@ -1,27 +0,0 @@
|
||||
{ |
||||
"unversionedId": "bases/delete-base", |
||||
"id": "bases/delete-base", |
||||
"title": "Delete base", |
||||
"description": "Related articles", |
||||
"source": "@site/docs/040.bases/080.delete-base.md", |
||||
"sourceDirName": "040.bases", |
||||
"slug": "/bases/delete-base", |
||||
"permalink": "/bases/delete-base", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/040.bases/080.delete-base.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 80, |
||||
"frontMatter": { |
||||
"title": "Delete base" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Share Base", |
||||
"permalink": "/bases/share-base" |
||||
}, |
||||
"next": { |
||||
"title": "Actions on base", |
||||
"permalink": "/bases/actions-on-base" |
||||
} |
||||
} |
@ -1,27 +0,0 @@
|
||||
{ |
||||
"unversionedId": "bases/delete", |
||||
"id": "bases/delete", |
||||
"title": "Delete base", |
||||
"description": "", |
||||
"source": "@site/docs/040.bases/080.delete.md", |
||||
"sourceDirName": "040.bases", |
||||
"slug": "/bases/delete", |
||||
"permalink": "/bases/delete", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/040.bases/080.delete.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 80, |
||||
"frontMatter": { |
||||
"title": "Delete base" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Import base from Airtable", |
||||
"permalink": "/bases/import-base-from-airtable" |
||||
}, |
||||
"next": { |
||||
"title": "Actions on base", |
||||
"permalink": "/bases/actions" |
||||
} |
||||
} |
@ -1,27 +0,0 @@
|
||||
{ |
||||
"unversionedId": "bases/actions", |
||||
"id": "bases/actions", |
||||
"title": "Actions on base", |
||||
"description": "", |
||||
"source": "@site/docs/040.bases/090.actions.md", |
||||
"sourceDirName": "040.bases", |
||||
"slug": "/bases/actions", |
||||
"permalink": "/bases/actions", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/040.bases/090.actions.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 90, |
||||
"frontMatter": { |
||||
"title": "Actions on base" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Delete base", |
||||
"permalink": "/bases/delete-base" |
||||
}, |
||||
"next": { |
||||
"title": "Overview", |
||||
"permalink": "/tables/overview" |
||||
} |
||||
} |
@ -1,27 +0,0 @@
|
||||
{ |
||||
"unversionedId": "bases/actions-on-base", |
||||
"id": "bases/actions-on-base", |
||||
"title": "Actions on base", |
||||
"description": "Base context menu", |
||||
"source": "@site/docs/040.bases/090.actions-on-base.md", |
||||
"sourceDirName": "040.bases", |
||||
"slug": "/bases/actions-on-base", |
||||
"permalink": "/bases/actions-on-base", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/040.bases/090.actions-on-base.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 90, |
||||
"frontMatter": { |
||||
"title": "Actions on base" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Share Base", |
||||
"permalink": "/bases/share-base" |
||||
}, |
||||
"next": { |
||||
"title": "Table overview", |
||||
"permalink": "/tables/table-overview" |
||||
} |
||||
} |
@ -1,28 +0,0 @@
|
||||
{ |
||||
"unversionedId": "developer-resources/accessing-apis", |
||||
"id": "developer-resources/accessing-apis", |
||||
"title": "Accessing APIs", |
||||
"description": "How to access NocoDB APIs with Auth or API token?", |
||||
"source": "@site/docs/040.developer-resources/010.accessing-apis.md", |
||||
"sourceDirName": "040.developer-resources", |
||||
"slug": "/developer-resources/accessing-apis", |
||||
"permalink": "/developer-resources/accessing-apis", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/040.developer-resources/010.accessing-apis.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 10, |
||||
"frontMatter": { |
||||
"title": "Accessing APIs", |
||||
"description": "How to access NocoDB APIs with Auth or API token?" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Team & Settings > Project settings", |
||||
"permalink": "/setup-and-usages/project-settings" |
||||
}, |
||||
"next": { |
||||
"title": "REST APIs", |
||||
"permalink": "/developer-resources/rest-apis" |
||||
} |
||||
} |
@ -1,28 +0,0 @@
|
||||
{ |
||||
"unversionedId": "developer-resources/rest-apis", |
||||
"id": "developer-resources/rest-apis", |
||||
"title": "REST APIs", |
||||
"description": "NocoDB REST API Overview", |
||||
"source": "@site/docs/040.developer-resources/020.rest-apis.md", |
||||
"sourceDirName": "040.developer-resources", |
||||
"slug": "/developer-resources/rest-apis", |
||||
"permalink": "/developer-resources/rest-apis", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/040.developer-resources/020.rest-apis.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 20, |
||||
"frontMatter": { |
||||
"title": "REST APIs", |
||||
"description": "NocoDB REST API Overview" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Accessing APIs", |
||||
"permalink": "/developer-resources/accessing-apis" |
||||
}, |
||||
"next": { |
||||
"title": "NocoDB SDK", |
||||
"permalink": "/developer-resources/sdk" |
||||
} |
||||
} |
@ -1,28 +0,0 @@
|
||||
{ |
||||
"unversionedId": "developer-resources/sdk", |
||||
"id": "developer-resources/sdk", |
||||
"title": "NocoDB SDK", |
||||
"description": "NocoDB SDK Overview", |
||||
"source": "@site/docs/040.developer-resources/030.sdk.md", |
||||
"sourceDirName": "040.developer-resources", |
||||
"slug": "/developer-resources/sdk", |
||||
"permalink": "/developer-resources/sdk", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/040.developer-resources/030.sdk.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 30, |
||||
"frontMatter": { |
||||
"title": "NocoDB SDK", |
||||
"description": "NocoDB SDK Overview" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "REST APIs", |
||||
"permalink": "/developer-resources/rest-apis" |
||||
}, |
||||
"next": { |
||||
"title": "Webhooks", |
||||
"permalink": "/developer-resources/webhooks" |
||||
} |
||||
} |
@ -1,28 +0,0 @@
|
||||
{ |
||||
"unversionedId": "developer-resources/webhooks", |
||||
"id": "developer-resources/webhooks", |
||||
"title": "Webhooks", |
||||
"description": "Webhooks allows user to trigger on certain operations on following database operations", |
||||
"source": "@site/docs/040.developer-resources/040.webhooks.md", |
||||
"sourceDirName": "040.developer-resources", |
||||
"slug": "/developer-resources/webhooks", |
||||
"permalink": "/developer-resources/webhooks", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/040.developer-resources/040.webhooks.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 40, |
||||
"frontMatter": { |
||||
"title": "Webhooks", |
||||
"description": "Webhooks allows user to trigger on certain operations on following database operations" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "NocoDB SDK", |
||||
"permalink": "/developer-resources/sdk" |
||||
}, |
||||
"next": { |
||||
"title": "Upload via API", |
||||
"permalink": "/developer-resources/upload-via-api" |
||||
} |
||||
} |
@ -1,29 +0,0 @@
|
||||
{ |
||||
"unversionedId": "developer-resources/upload-via-api", |
||||
"id": "developer-resources/upload-via-api", |
||||
"title": "Upload via API", |
||||
"description": "Upload files locally present or from public remote URL via API", |
||||
"source": "@site/docs/040.developer-resources/050.upload-via-api.md", |
||||
"sourceDirName": "040.developer-resources", |
||||
"slug": "/developer-resources/upload-via-api", |
||||
"permalink": "/developer-resources/upload-via-api", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/040.developer-resources/050.upload-via-api.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 50, |
||||
"frontMatter": { |
||||
"title": "Upload via API", |
||||
"description": "Upload files locally present or from public remote URL via API", |
||||
"hide_table_of_contents": true |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Webhooks", |
||||
"permalink": "/developer-resources/webhooks" |
||||
}, |
||||
"next": { |
||||
"title": "Architecture Overview", |
||||
"permalink": "/engineering/architecture" |
||||
} |
||||
} |
@ -1,27 +0,0 @@
|
||||
{ |
||||
"unversionedId": "projects/overview", |
||||
"id": "projects/overview", |
||||
"title": "Overview", |
||||
"description": "", |
||||
"source": "@site/docs/040.projects/010.overview.md", |
||||
"sourceDirName": "040.projects", |
||||
"slug": "/projects/overview", |
||||
"permalink": "/projects/overview", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/040.projects/010.overview.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 10, |
||||
"frontMatter": { |
||||
"title": "Overview" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Configurations", |
||||
"permalink": "/workspaces/configurations" |
||||
}, |
||||
"next": { |
||||
"title": "Create", |
||||
"permalink": "/projects/create" |
||||
} |
||||
} |
@ -1,25 +0,0 @@
|
||||
{ |
||||
"unversionedId": "projects/projects-overview", |
||||
"id": "projects/projects-overview", |
||||
"title": "projects-overview", |
||||
"description": "", |
||||
"source": "@site/docs/040.projects/010.projects-overview.md", |
||||
"sourceDirName": "040.projects", |
||||
"slug": "/projects/projects-overview", |
||||
"permalink": "/projects/projects-overview", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/040.projects/010.projects-overview.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 10, |
||||
"frontMatter": {}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "delete", |
||||
"permalink": "/workspaces/delete" |
||||
}, |
||||
"next": { |
||||
"title": "create-workspace", |
||||
"permalink": "/projects/create-workspace" |
||||
} |
||||
} |
@ -1,25 +0,0 @@
|
||||
{ |
||||
"unversionedId": "projects/workspaces-overview", |
||||
"id": "projects/workspaces-overview", |
||||
"title": "workspaces-overview", |
||||
"description": "", |
||||
"source": "@site/docs/040.projects/010.workspaces-overview.md", |
||||
"sourceDirName": "040.projects", |
||||
"slug": "/projects/workspaces-overview", |
||||
"permalink": "/projects/workspaces-overview", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/040.projects/010.workspaces-overview.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 10, |
||||
"frontMatter": {}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "delete-workspace", |
||||
"permalink": "/workspaces/delete-workspace" |
||||
}, |
||||
"next": { |
||||
"title": "create-workspace", |
||||
"permalink": "/projects/create-workspace" |
||||
} |
||||
} |
@ -1,27 +0,0 @@
|
||||
{ |
||||
"unversionedId": "projects/create", |
||||
"id": "projects/create", |
||||
"title": "Create", |
||||
"description": "", |
||||
"source": "@site/docs/040.projects/020.create.md", |
||||
"sourceDirName": "040.projects", |
||||
"slug": "/projects/create", |
||||
"permalink": "/projects/create", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/040.projects/020.create.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 20, |
||||
"frontMatter": { |
||||
"title": "Create" |
||||
}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "Overview", |
||||
"permalink": "/projects/overview" |
||||
}, |
||||
"next": { |
||||
"title": "Duplicate", |
||||
"permalink": "/projects/duplicate" |
||||
} |
||||
} |
@ -1,25 +0,0 @@
|
||||
{ |
||||
"unversionedId": "projects/create-workspace", |
||||
"id": "projects/create-workspace", |
||||
"title": "create-workspace", |
||||
"description": "", |
||||
"source": "@site/docs/040.projects/020.create-workspace.md", |
||||
"sourceDirName": "040.projects", |
||||
"slug": "/projects/create-workspace", |
||||
"permalink": "/projects/create-workspace", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/040.projects/020.create-workspace.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 20, |
||||
"frontMatter": {}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "projects-overview", |
||||
"permalink": "/projects/projects-overview" |
||||
}, |
||||
"next": { |
||||
"title": "modify-workspace", |
||||
"permalink": "/projects/modify-workspace" |
||||
} |
||||
} |
@ -1,25 +0,0 @@
|
||||
{ |
||||
"unversionedId": "projects/modify-workspace", |
||||
"id": "projects/modify-workspace", |
||||
"title": "modify-workspace", |
||||
"description": "", |
||||
"source": "@site/docs/040.projects/030.modify-workspace.md", |
||||
"sourceDirName": "040.projects", |
||||
"slug": "/projects/modify-workspace", |
||||
"permalink": "/projects/modify-workspace", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/040.projects/030.modify-workspace.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 30, |
||||
"frontMatter": {}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "create-workspace", |
||||
"permalink": "/projects/create-workspace" |
||||
}, |
||||
"next": { |
||||
"title": "delete-workspace", |
||||
"permalink": "/projects/delete-workspace" |
||||
} |
||||
} |
@ -1,25 +0,0 @@
|
||||
{ |
||||
"unversionedId": "projects/update", |
||||
"id": "projects/update", |
||||
"title": "update", |
||||
"description": "", |
||||
"source": "@site/docs/040.projects/030.update.md", |
||||
"sourceDirName": "040.projects", |
||||
"slug": "/projects/update", |
||||
"permalink": "/projects/update", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/040.projects/030.update.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 30, |
||||
"frontMatter": {}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "create", |
||||
"permalink": "/projects/create" |
||||
}, |
||||
"next": { |
||||
"title": "duplicate", |
||||
"permalink": "/projects/duplicate" |
||||
} |
||||
} |
@ -1,25 +0,0 @@
|
||||
{ |
||||
"unversionedId": "projects/delete", |
||||
"id": "projects/delete", |
||||
"title": "delete", |
||||
"description": "", |
||||
"source": "@site/docs/040.projects/040.delete.md", |
||||
"sourceDirName": "040.projects", |
||||
"slug": "/projects/delete", |
||||
"permalink": "/projects/delete", |
||||
"draft": false, |
||||
"editUrl": "https://github.com/nocodb/nocodb/tree/develop/packages/noco-docs/docs/docs/040.projects/040.delete.md", |
||||
"tags": [], |
||||
"version": "current", |
||||
"sidebarPosition": 40, |
||||
"frontMatter": {}, |
||||
"sidebar": "tutorialSidebar", |
||||
"previous": { |
||||
"title": "update", |
||||
"permalink": "/projects/update" |
||||
}, |
||||
"next": { |
||||
"title": "duplicate", |
||||
"permalink": "/projects/duplicate" |
||||
} |
||||
} |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue