docs: remove mentions of SQLite (#4045)

* docs: removed mentions of sqlite

* removed mentions of the seed option

* remove sidebar link

* Made PostgreSQL a required tool

* fixed heading
This commit is contained in:
Shahed Nasser
2023-06-01 14:23:45 +03:00
committed by GitHub
parent 274056a38d
commit c22b4ace0c
16 changed files with 46 additions and 151 deletions
+2 -2
View File
@@ -366,7 +366,7 @@ For example:
~~~md
```bash noReport
medusa new my-medusa-store --seed
medusa new my-medusa-store
```
~~~
@@ -378,7 +378,7 @@ For example:
~~~md
```bash noCopy
medusa new my-medusa-store --seed
medusa new my-medusa-store
```
~~~