From be9a2cefeb9cc1593f0e3749bf7b3c2ef54c8422 Mon Sep 17 00:00:00 2001 From: Charles Bochet Date: Wed, 9 Aug 2023 22:43:47 -0700 Subject: [PATCH] Fix doc --- docs/docs/developer/additional/ide-setup.mdx | 2 +- .../developer/additional/setup-troubleshooting.mdx | 10 ---------- docs/docs/developer/local-setup.mdx | 4 ++-- 3 files changed, 3 insertions(+), 13 deletions(-) delete mode 100644 docs/docs/developer/additional/setup-troubleshooting.mdx diff --git a/docs/docs/developer/additional/ide-setup.mdx b/docs/docs/developer/additional/ide-setup.mdx index 987609b242..61e228e385 100644 --- a/docs/docs/developer/additional/ide-setup.mdx +++ b/docs/docs/developer/additional/ide-setup.mdx @@ -49,4 +49,4 @@ If you stop your containers, you will need to start them again before opening th ### Conclusion -You are all set to start developing the project. If you have any questions, please read our [troubleshooting guide](/developer/additional/setup-troubleshooting) please feel free to reach out to us on [Discord](https://discord.com/invite/cx5n4Jzs57). \ No newline at end of file +You are all set to start developing the project. If you have any questions, feel free to reach out to us on [Discord](https://discord.com/invite/cx5n4Jzs57). \ No newline at end of file diff --git a/docs/docs/developer/additional/setup-troubleshooting.mdx b/docs/docs/developer/additional/setup-troubleshooting.mdx deleted file mode 100644 index d3a8d547f4..0000000000 --- a/docs/docs/developer/additional/setup-troubleshooting.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -sidebar_position: 2 -sidebar_custom_props: - icon: TbBugOff ---- - - -# Troubleshooting guide - -Coming soon diff --git a/docs/docs/developer/local-setup.mdx b/docs/docs/developer/local-setup.mdx index f5d674b226..1d303b7ac1 100644 --- a/docs/docs/developer/local-setup.mdx +++ b/docs/docs/developer/local-setup.mdx @@ -54,8 +54,8 @@ If you don't, you can provision one through `docker` using the following command This will create a Docker container, exposing a PostgresSQL instance at [http://localhost:5432](http://localhost:5432). -This database is containing two tables: `default` and `test` -You can access it using `twenty` postgres user (password: `twenty`) +This instance is containing two databases: `default` and `test` +You can access them using `twenty` postgres user (password: `twenty`)