{
  "$schema": "https://carmenlabs.com/experimental/schema.json",
  "id": "guide-toc",
  "name": "Guide Table of Contents",
  "description": "Índice navegable y conteo de palabras a partir de un documento Markdown.",
  "version": "1.0.0",
  "source": {
    "path": "../guide.md",
    "adapter": "markdown-text",
    "input": "markdown"
  },
  "views": [
    {
      "id": "toc",
      "name": "Table of Contents",
      "prompt": "Show a table of contents built from the document headings, plus a word count.",
      "renderer": "html",
      "entry": {
        "transform": "./views/toc/transform.mjs",
        "render": "./views/toc/view.html"
      }
    }
  ]
}
