> 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: $w ## Namespace: breadcrumbs ## Article: Introduction ## Article Link: https://dev.wix.com/docs/velo/velo-only-apis/$w/breadcrumbs/introduction.md ## Article Content: # Introduction ![Sample breadcrumbs](https://wixmp-833713b177cebf373f611808.wixmp.com/images/velo-images/media_breadcrumbs.png "Breadcrumbs") With Velo, you can customize breadcrumbs items by changing their labels, links, and icons. You can use Velo to add breadcrumbs to dynamic pages, which isn't supported in the Wix Editor. Breadcrumbs elements consist of sets of labels, icons, and links. When the site visitor clicks a label or an icon, they navigate to that link. Icons are vector image files from the Media Manager, an external SVG image from any web location, or a literal SVG XML string. Breadcrumbs item links are optional. It is unnecessary, for example, to add a link for the item that represents the current page because there is no reason to navigate to it. You can shorten the breadcrumbs trail for display purposes by using the [`itemsBeforeEllipsis`](#itemsBeforeEllipsis) and [`itemsAfterEllipsis`](#itemsAfterEllipsis) properties and the [`showEllipsis()`](#showEllipsis) and [`hideEllipsis()`](#hideEllipsis) functions to display an ellipsis instead of the middle items in the trail. Learn more about [adding a breadcrumbs element](https://support.wix.com/en/article/wix-editor-adding-and-setting-up-breadcrumbs) to your site.