added docusaurus admonitions to docs

This commit is contained in:
Shreedhar Hegde
2022-04-24 17:39:37 +05:30
parent eee780f110
commit 01114b42a4
25 changed files with 242 additions and 60 deletions
@@ -34,7 +34,11 @@ module.exports = {
}
```
> When changing from SQLite to Postgres, you should seed the database again using:
:::note
When changing from SQLite to Postgres, you should seed the database again using:
:::
```bash npm2yarn
npm run seed