diff --git a/docs/docs/developer/additional/ide-setup.mdx b/docs/docs/developer/additional/ide-setup.mdx index 987609b24..61e228e38 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 d3a8d547f..000000000 --- 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 f5d674b22..1d303b7ac 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`)