> For the complete documentation index, see [llms.txt](https://scandipwa.gitbook.io/shopify/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://scandipwa.gitbook.io/shopify/architecture/documentation.md).

# Documentation

The application uses hybrid documentation to stay up-to-date. Each **package README and internal structure are auto-generated**.

The auto-generated documentation is generated from js-doc like comments:

* **`@extPoint`** - allows marking a function as great for place for extension<br>
* **`@extExample`** - allows providing a ready (copy-paste) extension example<br>
* **`@example`** - allows specifying an example of function usage<br>
* **`@namespace`** - namespace of the function according to the plugin mechanism

If your module is located in `packages` folder of original mono-repository the documentation can be automatically extracted with `yarn docs` command.
