From f7e933021d943fd94c43fa3d846abbd5adbb2f24 Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Mon, 10 Oct 2022 11:00:48 +0800 Subject: [PATCH] docs: update screenshots in dashboard --- .../content/en/setup-and-usages/dashboard.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/noco-docs/content/en/setup-and-usages/dashboard.md b/packages/noco-docs/content/en/setup-and-usages/dashboard.md index 7adc4aeaae..09e8165855 100644 --- a/packages/noco-docs/content/en/setup-and-usages/dashboard.md +++ b/packages/noco-docs/content/en/setup-and-usages/dashboard.md @@ -12,7 +12,7 @@ Once you have started NocoDB, you can visit the dashboard via `example.com`. You Enter your work email and your password. -image +image Your password has at least 8 letters with one uppercase, one number and one special letter @@ -22,11 +22,11 @@ Enter your work email and your password. Once you have logged into NocoDB, you should see `My Projects`. -image +image To create a project, you can click `New Project`. You can choose create an empty project or a project connecting to an external database. -image +image ### Creating Empty Project @@ -36,7 +36,7 @@ Click `Create Project`, you need to specify the project name. The data will be s NC_DB is an environment variable used to store the meta data in the given database. -image +image ### Connecting to External Database @@ -46,7 +46,7 @@ Click `Create By Connecting To An External Database`, you need to specify the pr Tip: If you are running NocoDB on Docker and your local DB is running on your host machine, your Host Address would be host.docker.internal instead of localhost. -image +image Currently it supports MySQL, Postgres, MSSQL and SQLite. @@ -92,4 +92,4 @@ Tip: You can click Edit Connection JSON and specify the schema you want to use i Click `Test Database Connection` to see if the connection can be established or not. NocoDB creates a new **empty database** with specified parameters if the database doesn't exist. -image +image