Skip to content

Commit

Permalink
docs: update Debugging section with query-params namespace (#661)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Adámek <banan23@gmail.com>
  • Loading branch information
robertgr991 and B4nan committed Jul 17, 2020
1 parent ad4ed0f commit 0baad8a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
4 changes: 3 additions & 1 deletion docs/docs/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,6 @@ return MikroORM.init({
});
```

Currently there are 3 namespaces – `query`, `discovery` and `info`.
Currently there are 4 namespaces – `query`, `query-params`, `discovery` and `info`.

If you provide `query-params` then you must also provide `query` in order for it to take effect.
4 changes: 3 additions & 1 deletion docs/versioned_docs/version-3.3/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,6 @@ return MikroORM.init({
});
```

Currently there are 3 namespaces – `query`, `discovery` and `info`.
Currently there are 4 namespaces – `query`, `query-params`, `discovery` and `info`.

If you provide `query-params` then you must also provide `query` in order for it to take effect.
4 changes: 3 additions & 1 deletion docs/versioned_docs/version-3.4/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,6 @@ return MikroORM.init({
});
```

Currently there are 3 namespaces – `query`, `discovery` and `info`.
Currently there are 4 namespaces – `query`, `query-params`, `discovery` and `info`.

If you provide `query-params` then you must also provide `query` in order for it to take effect.
4 changes: 3 additions & 1 deletion docs/versioned_docs/version-3.5/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,6 @@ return MikroORM.init({
});
```

Currently there are 3 namespaces – `query`, `discovery` and `info`.
Currently there are 4 namespaces – `query`, `query-params`, `discovery` and `info`.

If you provide `query-params` then you must also provide `query` in order for it to take effect.
4 changes: 3 additions & 1 deletion docs/versioned_docs/version-3.6/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,6 @@ return MikroORM.init({
});
```

Currently there are 3 namespaces – `query`, `discovery` and `info`.
Currently there are 4 namespaces – `query`, `query-params`, `discovery` and `info`.

If you provide `query-params` then you must also provide `query` in order for it to take effect.

0 comments on commit 0baad8a

Please sign in to comment.