chore: fix documentation CLI (#6566)

* chore: fix documentation CLI

* chore: lint md files

* chore: do not run spellcheck on generated CLI md

* chore: address comments

* chore: address comments

* chore: escape titles

* chore: generate TOC

* chore: address comments

* chore: fix lint

* Revert "chore: generate TOC"

This reverts commit 652422a848.

* chore: remove custom ids and move down header
This commit is contained in:
Julien
2024-03-25 07:43:33 -07:00
committed by GitHub
parent 533a08e26a
commit 948de6194a
9 changed files with 31 additions and 20 deletions

View File

@@ -51,7 +51,7 @@ Contributing to tests:
**Error: [vitest] Cannot mock "../../src/db/repositories/index.js" because it is already loaded by "src/db/beacon.ts"**
If you observe any error in tests with matching to above error message, that implies you are loading the mocks in the wrong order. The correct order is to import the mocks first and then the actual module. We suggest to import the mocks on very top before any local modules.
If you observe any error in tests with matching to above error message, that implies you are loading the mocks in the wrong order. The correct order is to import the mocks first and then the actual module. We suggest to import the mocks on very top before any local modules.
**✖ Error: Cannot find package 'async_hooks' imported from**