mirror of https://github.com/nocodb/nocodb
Naveen MR
3 years ago
15 changed files with 94 additions and 39 deletions
@ -1,7 +1,7 @@
|
||||
--- |
||||
title: 'FAQs' |
||||
description: 'FAQs' |
||||
position: 100 |
||||
position: 10000 |
||||
category: 'FAQ' |
||||
fullscreen: true |
||||
menuTitle: 'FAQs' |
@ -1,9 +1,9 @@
|
||||
--- |
||||
title: 'APIs Access' |
||||
description: 'APIs Access' |
||||
position: 14 |
||||
category: 'Setup and Usages' |
||||
menuTitle: 'APIs Access' |
||||
title: 'How to access APIs ?' |
||||
description: 'How to access APIs ?' |
||||
position: 100 |
||||
category: 'Developer Resources' |
||||
menuTitle: 'How to access APIs ?' |
||||
--- |
||||
|
||||
## REST APIs |
@ -1,6 +1,6 @@
|
||||
--- |
||||
title: 'GraphQL APIs' |
||||
position: 21 |
||||
position: 300 |
||||
category: 'Developer Resources' |
||||
menuTitle: 'GraphQL APIs' |
||||
--- |
@ -1,6 +1,6 @@
|
||||
--- |
||||
title: 'REST APIs' |
||||
position: 20 |
||||
position: 200 |
||||
category: 'Developer Resources' |
||||
menuTitle: 'REST APIs' |
||||
--- |
@ -1,9 +1,9 @@
|
||||
--- |
||||
title: 'API Webhooks' |
||||
description: 'API Webhooks' |
||||
position: 14 |
||||
category: 'Setup and Usages' |
||||
menuTitle: 'API Webhooks' |
||||
title: 'Webhooks' |
||||
description: 'Webhooks' |
||||
position: 400 |
||||
category: 'Developer Resources' |
||||
menuTitle: 'Webhooks' |
||||
--- |
||||
|
||||
|
@ -1,10 +1,12 @@
|
||||
--- |
||||
title: 'Demos' |
||||
description: 'Demos' |
||||
position: 2 |
||||
position: 3 |
||||
category: 'Getting started' |
||||
fullscreen: true |
||||
menuTitle: 'Demos' |
||||
--- |
||||
|
||||
Demos are loading from https://nocodb.com (please wait) |
||||
|
||||
<iframe src="https://nocodb.com/demos" style="height:100vh" width="100%"/> |
@ -0,0 +1,53 @@
|
||||
--- |
||||
title: 'Upgrading' |
||||
description: 'Upgrading NocoDB : Docker, npm, Heroku!' |
||||
position: 2 |
||||
category: 'Getting started' |
||||
menuTitle: 'Upgrading' |
||||
link: https://codesandbox.io/embed/vigorous-firefly-80kq5?hidenavigation=1&theme=dark |
||||
--- |
||||
|
||||
## Docker |
||||
Updating nocodb docker container is similar to updating [any other docker container](https://www.whitesourcesoftware.com/free-developer-tools/blog/update-docker-images/). |
||||
|
||||
Usually this involves the following |
||||
- Find the nocodb image |
||||
- Stop the nocodb docker container |
||||
- Remove the nocodb docker container |
||||
- Pull & Run the latest nocodb docker container |
||||
|
||||
_*Please ensure you run latest docker container with same environment variables as before.*_ |
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## Node |
||||
|
||||
Updating docker container is similar to updating a npm package. |
||||
|
||||
From your root folder |
||||
|
||||
#### Uninstall nocodb package |
||||
```bash |
||||
npm uninstall nocodb |
||||
``` |
||||
#### Install nocodb package |
||||
```bash |
||||
npm install --save nocodb |
||||
``` |
||||
|
||||
|
||||
## Heroku |
||||
|
||||
Use Heroku CLI login |
||||
|
||||
``` |
||||
heroku container:login |
||||
docker pull nocodb/nocodb:latest |
||||
docker tag nocodb/nocodb:latest registry.heroku.com/<Heroku App Name>/web |
||||
docker push registry.heroku.com/<Heroku App Name>/web |
||||
heroku container:release -a <Heroku App Name> web |
||||
``` |
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
--- |
||||
title: 'Audit' |
||||
description: 'Audit log' |
||||
position: 13.5 |
||||
category: 'Setup and Usages' |
||||
position: 50 |
||||
category: 'Usage' |
||||
menuTitle: 'Audit' |
||||
--- |
||||
|
@ -1,12 +1,12 @@
|
||||
--- |
||||
title: 'Abstract Types' |
||||
description: 'Abstract Types' |
||||
position: 12 |
||||
category: 'Setup and Usages' |
||||
menuTitle: 'Abstract Types' |
||||
title: 'Column Types' |
||||
description: 'Column Types' |
||||
position: 30 |
||||
category: 'Usage' |
||||
menuTitle: 'Column Types' |
||||
--- |
||||
|
||||
## Available Abstract Types |
||||
## Available Column Types |
||||
|
||||
| Type | Description | |
||||
|---|---| |
@ -1,9 +1,9 @@
|
||||
--- |
||||
title: 'NocoDB Dashboard' |
||||
description: 'NocoDB Dashboard' |
||||
title: 'Dashboard' |
||||
description: 'Dashboard' |
||||
position: 10 |
||||
category: 'Setup and Usages' |
||||
menuTitle: 'NocoDB Dashboard' |
||||
category: 'Usage' |
||||
menuTitle: 'Dashboard' |
||||
--- |
||||
|
||||
## Setup your first super admin |
@ -1,8 +1,8 @@
|
||||
--- |
||||
title: 'Formula' |
||||
description: 'Formula' |
||||
position: 13 |
||||
category: 'Setup and Usages' |
||||
position: 40 |
||||
category: 'Usage' |
||||
menuTitle: 'Formula' |
||||
--- |
||||
|
@ -1,9 +1,9 @@
|
||||
--- |
||||
title: 'Meta Management' |
||||
description: 'Meta Management' |
||||
position: 15 |
||||
category: 'Setup and Usages' |
||||
menuTitle: 'Meta Managements' |
||||
title: 'Metadata' |
||||
description: 'Metadata' |
||||
position: 60 |
||||
category: 'Usage' |
||||
menuTitle: 'Metadata' |
||||
--- |
||||
|
||||
To go to the Meta Management Portal, click ``Project Metadata`` under ``Settings`` on the leftmost menu. |
@ -1,9 +1,9 @@
|
||||
--- |
||||
title: 'Table & Columns' |
||||
description: 'Table and Columns' |
||||
position: 11 |
||||
category: 'Setup and Usages' |
||||
menuTitle: 'Table and Columns' |
||||
title: 'Tables' |
||||
description: 'Tables' |
||||
position: 20 |
||||
category: 'Usage' |
||||
menuTitle: 'Tables' |
||||
--- |
||||
|
||||
|
Loading…
Reference in new issue