diff --git a/website/src/pages/technical-manual/docs.mdx b/website/src/pages/technical-manual/docs.mdx index 502702af..9b4732c1 100644 --- a/website/src/pages/technical-manual/docs.mdx +++ b/website/src/pages/technical-manual/docs.mdx @@ -74,3 +74,5 @@ Documentation is written with [jsdoc](https://jsdoc.app/) comments. Example: - To regenerate the `doc.json` file manually, run `npm run jsdoc-json` - The file is used by the `JsDoc` component to find the documentation by name - Also, it is used for the `examples.test.mjs` snapshot test + +How does Strudel do its [Testing](/technical-manual/testing)?