modified docusaurus admonitions to docs

This commit is contained in:
Shreedhar Hegde
2022-04-25 16:25:10 +05:30
parent 01114b42a4
commit 1d138709e2
16 changed files with 27 additions and 25 deletions

View File

@@ -34,12 +34,11 @@ module.exports = {
}
```
```bash npm2yarn
npm run seed
```
:::note
When changing from SQLite to Postgres, you should seed the database again using:
:::
```bash npm2yarn
npm run seed
```