chore: dox

This commit is contained in:
cha0s 2024-01-06 21:07:06 -06:00
parent 97134da16f
commit 2bab960c56
3 changed files with 4 additions and 4 deletions

View File

@ -127,7 +127,7 @@ export const hooks = {
}
```
:::tip[Ess-Cue-Ell-ize-d]
:::tip[Ess-Cue-Ell-ize]
`@flecks/db` uses [Sequelize](https://sequelize.org/) under the hood. You can dive into
[their documentation](https://sequelize.org/docs/v6/getting-started/) to learn even more.
@ -213,7 +213,7 @@ We're passing the path to our models directory to `require.context` which is the
`Flecks.provide`. This is completely equivalent to our original code, but now we can add more
models by adding individual files in `packages/content/src/models` and keep things tidy.
:::info[Gather some more knowledge]
:::info[Continue gathering knowledge]
For a more detailed treatment of gathering and providing in flecks, see
[the gathering guide](#todo).

View File

@ -26,7 +26,7 @@ override configuration such as this. This is done by like so:
`FLECKS_ENV__${Flecks.environmentalize(fleck)}__${key}`
```
:::tip[Configure the application ID]
:::tip[How do you identify?]
As an example, `@flecks/core`'s `id` key is set using the following variable:

View File

@ -1,6 +1,6 @@
---
title: Testing
description: flecks makes testing easy across platforms.
description: Easily test your code across platforms.
---
# Testing