> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: About Dashboard Extensions in the Wix CLI ## Article: About Dashboard Extensions in the Wix CLI ## Article Link: https://dev.wix.com/docs/go-headless/wix-managed-headless/extensions/dashboard/about-dashboard-extensions-in-the-wix-cli.md ## Article Content: # About Dashboard Extensions in the Wix CLI Dashboard extensions allow you to extend the functionality of the Wix dashboard with customizable features, such as a page or a plugin. The Wix CLI allows you to easily create dashboard extensions for your projects. The following dashboard extensions are available in the Wix CLI: - [Dashboard pages](https://dev.wix.com/docs/go-headless/wix-managed-headless/supported-extensions/dashboard/dashboard-pages/add-dashboard-page-extensions-with-the-wix-cli.md) - [Dashboard modals](https://dev.wix.com/docs/go-headless/wix-managed-headless/supported-extensions/dashboard/dashboard-modals/add-dashboard-modal-extensions-with-the-wix-cli.md) - [Dashboard plugins](https://dev.wix.com/docs/go-headless/wix-managed-headless/supported-extensions/dashboard/dashboard-plugins/add-dashboard-plugin-extensions-with-the-wix-cli.md) - [Dashboard menu plugins](https://dev.wix.com/docs/go-headless/wix-managed-headless/supported-extensions/dashboard/dashboard-menu-plugins/add-dashboard-menu-plugin-extensions-with-the-wix-cli.md) ## Dashboard extension integration You can add dashboard extensions using the [generate](https://dev.wix.com/docs/wix-cli/command-reference/project-commands/generate.md) command and following the prompts to create your extension. Once created, your extension files appear in your project directory. You can preview dashboard extensions using the `npm run dev` command, which provides a link to open a preview of a dashboard in your browser. Dashboard extensions extend the functionality of the Wix dashboard to help you manage your site and business data. Dashboard extensions aren't visible to site visitors. ## See also - [About Extensions in the Wix CLI](https://dev.wix.com/docs/go-headless/wix-managed-headless/supported-extensions/about-extensions-in-the-wix-cli.md) - [About the extensions.ts File](https://dev.wix.com/docs/go-headless/wix-managed-headless/supported-extensions/about-the-extensions-ts-file.md)