Documentation Resources
Explore these resources to learn more about our platform.
This page demonstrates all available custom components used throughout the Netlify documentation site.
Creates internal links within the documentation with consistent styling.
Learn more about Local Development→
Displays navigation paths in the Netlify UI.
Navigate to Project configuration in your dashboard. General
Embeds YouTube videos with responsive design.
Displays images that can be clicked to zoom.
Creates expandable content sections.
The Collapsible component allows you to create expandable content sections. Perfect for FAQs and feature explanations.
Simply import the component and wrap your content in CollapsibleItem components.
Creates tabbed content sections.
npm create astro@latest -- --template starlight
pnpm create astro --template starlight
yarn create astro --template starlight
To style a numbered list of tasks to create step-by-step guides, use the <Steps>
component. This component is auto-imported, so no manual import is needed.
Create your numbered list content within the <Steps>
component.
Each numbered item will be automatically styled as a step.
Use this for tutorials, installation guides, or any sequential process.
Displays important information in styled boxes.
Displays pricing information for features.
Includes reusable content snippets. The snippet content is below:
To help you fix failed deploys, Netlify offers AI capabilities that diagnose and suggest solutions for deploy failures and build errors so you can get back to shipping code.
Learn more about Netlify’s AI capabilities to give solutions for failed deploys.
Creates promotional content cards.
Documentation Resources
Explore these resources to learn more about our platform.
Displays third-party integration widgets.
Creates Deploy to Netlify buttons.
Creates visual flow diagrams for request processing.
Security
Compute
Caching
Static routing
Security measures are applied first.
Functions process dynamic requests.
Static assets are served from cache.
function demo() { // This line (#2) and the next one are highlighted return 'This is line #3 of this snippet';}
function thisIsJavaScript() { console.log('Old code to be removed') console.log('New and shiny code!')}
This covers the main components available in the Netlify documentation system.
The diagram components work together to create visual flow diagrams:
Each component supports different types (security
, compute
, cache
, static-routing
) that correspond to different colors in the legend.
Your feedback helps us improve our docs.