> 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 ## Article: About the Wix CLI Dashboard Extensions ## Article Link: https://dev.wix.com/docs/wix-cli/guides/extensions/dashboard-extensions/about-dashboard-extensions.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/wix-cli/guides/extensions/dashboard-extensions/dashboard-pages/add-dashboard-page-extensions.md) - [Dashboard modals](https://dev.wix.com/docs/wix-cli/guides/extensions/dashboard-extensions/dashboard-modals/add-dashboard-modal-extensions.md) - [Dashboard plugins](https://dev.wix.com/docs/wix-cli/guides/extensions/dashboard-extensions/dashboard-plugins/add-dashboard-plugin-extensions.md) - [Dashboard menu plugins](https://dev.wix.com/docs/wix-cli/guides/extensions/dashboard-extensions/dashboard-menu-plugins/add-dashboard-menu-plugin-extensions.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 or your users manage 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/wix-cli/guides/extensions/about-extensions.md) - [About the extensions.ts File](https://dev.wix.com/docs/wix-cli/guides/extensions/about-the-extensions-ts-file.md)