VitePress · Example Payload

Vitepress Frontmatter Example

Example VitePress home page frontmatter for a landing page with hero and features sections

DocumentationMarkdownOpen-SourceStatic Site GeneratorViteVue

Vitepress Frontmatter Example is an example object payload from VitePress, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

descriptiontypelanguagefilenamecontent

Example Payload

vitepress-frontmatter-example.json Raw ↑
{
  "description": "Example VitePress home page frontmatter for a landing page with hero and features sections",
  "type": "frontmatter",
  "language": "yaml",
  "filename": "index.md",
  "content": {
    "layout": "home",
    "title": "VitePress",
    "titleTemplate": ":title - Vite & Vue Powered Static Site Generator",
    "description": "VitePress is a Vite & Vue powered static site generator",
    "hero": {
      "name": "VitePress",
      "text": "Vite & Vue Powered Static Site Generator",
      "tagline": "Simple, powerful, and performant. Meet the modern SSG framework you've always wanted.",
      "actions": [
        {
          "theme": "brand",
          "text": "Get Started",
          "link": "/guide/what-is-vitepress"
        },
        {
          "theme": "alt",
          "text": "View on GitHub",
          "link": "https://github.com/vuejs/vitepress"
        }
      ]
    },
    "features": [
      {
        "icon": "📝",
        "title": "Focus on Your Content",
        "details": "Effortlessly create beautiful documentation sites with just markdown."
      },
      {
        "icon": "⚡️",
        "title": "Enjoy the Vite DX",
        "details": "Instant server start, lightning fast hot updates, and leverage Vite ecosystem plugins."
      },
      {
        "icon": "🎨",
        "title": "Customizable with Vue",
        "details": "Use Vue components directly in markdown, or build custom themes with the Vue API."
      }
    ]
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/vitepress-frontmatter-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.