docs: Position correction

Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
This commit is contained in:
Pranav C
2021-07-23 12:39:26 +05:30
parent 651aee8124
commit a7d258589c
8 changed files with 10 additions and 10 deletions

View File

@@ -1,20 +0,0 @@
---
title: 'Environment Variables'
description: 'Environment Variables'
position: 3
category: 'Developer Resources'
fullscreen: true
menuTitle: 'Environment Variables'
---
| Variable | Mandatory | Comments | If absent |
|-------------------------|-----------|----------------------------------------------------------------------------------|--------------------------------------------|
| NC_DB | Yes | See our database URLs | A local SQLite will be created in root folder |
| DATABASE_URL | No | JDBC URL Format. Can be used instead of NC_DB. Used in 1-Click Heroku deployment| |
| DATABASE_URL_FILE | No | path to file containing JDBC URL Format. Can be used instead of NC_DB. Used in 1-Click Heroku deployment| |
| NC_PUBLIC_URL | Yes | Used for sending Email invitations | Best guess from http request params |
| NC_AUTH_JWT_SECRET | Yes | JWT secret used for auth and storing other secrets | A Random secret will be generated |
| NC_SENTRY_DSN | No | For Sentry monitoring | |
| NC_CONNECT_TO_EXTERNAL_DB_DISABLED | No | Disable Project creation with external database | |
| NC_DISABLE_TELE | No | Disable telemetry | |
| NC_BACKEND_URL | No | Custom Backend URL | ``http://localhost:8080`` will be used |

View File

@@ -1,6 +1,6 @@
---
title: 'GraphQL APIs'
position: 2
position: 7
category: 'Developer Resources'
menuTitle: 'GraphQL APIs'
---

View File

@@ -1,6 +1,6 @@
---
title: 'REST APIs'
position: 1
position: 6
category: 'Developer Resources'
menuTitle: 'REST APIs'
---