json
{
  "specVersion": "0.1",
  "host": {
    "name": "tinydot docs",
    "domain": "docs.tinydot.com",
    "description": "Documentation for tinydot, which turns a folder of files into a website. This site is itself a tinydot folder."
  },
  "entries": [
    {
      "id": "urn:air:docs.tinydot.com:docs:index",
      "displayName": "tinydot documentation (llms.txt index)",
      "description": "One line per documentation page, with its path and title. Start here to find the right page, then fetch that page as markdown.",
      "type": "text/plain",
      "url": "https://docs.tinydot.com/llms.txt",
      "representativeQueries": [
        "how do I publish a folder as a website",
        "what is tinydot",
        "list the tinydot documentation pages",
        "where is the tinydot getting started guide"
      ]
    },
    {
      "id": "urn:air:docs.tinydot.com:docs:full",
      "displayName": "tinydot documentation (full text)",
      "description": "Every documentation page concatenated as markdown, for reading the whole corpus in one fetch.",
      "type": "text/plain",
      "url": "https://docs.tinydot.com/llms-full.txt",
      "representativeQueries": [
        "read all tinydot documentation",
        "how does tinydot handle markdown, wikilinks and metadata",
        "what can tinydot do"
      ]
    },
    {
      "id": "urn:air:docs.tinydot.com:guides:obsidian",
      "displayName": "Publish an Obsidian vault",
      "description": "How to point Obsidian at a tinydot folder so every saved note is a published page, and what is excluded from the site.",
      "type": "text/markdown",
      "url": "https://docs.tinydot.com/start/obsidian",
      "representativeQueries": [
        "publish my Obsidian vault to the web",
        "Obsidian publish alternative",
        "host Obsidian notes as a website",
        "do Obsidian wikilinks work when published"
      ]
    },
    {
      "id": "urn:air:docs.tinydot.com:guides:html-site",
      "displayName": "Publish a hand-written HTML site",
      "description": "How tinydot serves .html files raw, with no template around them, so a hand-written or agent-generated site can be published by dropping files in a folder.",
      "type": "text/markdown",
      "url": "https://docs.tinydot.com/start/html-site",
      "representativeQueries": [
        "host a static HTML site from a folder",
        "publish hand-written HTML without a build step",
        "where can an agent deploy a generated HTML page"
      ]
    },
    {
      "id": "urn:air:docs.tinydot.com:guides:docs-site",
      "displayName": "Make a docs site from a markdown folder",
      "description": "How to turn a folder of markdown into product documentation with search, a custom domain and access control.",
      "type": "text/markdown",
      "url": "https://docs.tinydot.com/start/docs-site",
      "representativeQueries": [
        "markdown documentation hosting",
        "docs site from a folder of markdown files",
        "GitBook alternative that uses plain files"
      ]
    },
    {
      "id": "urn:air:docs.tinydot.com:docs:changelog",
      "displayName": "tinydot changelog",
      "description": "Dated list of changes to tinydot and its Mac and iPhone apps.",
      "type": "text/markdown",
      "url": "https://docs.tinydot.com/changelog",
      "representativeQueries": [
        "what changed in tinydot recently",
        "tinydot release notes",
        "latest tinydot app version"
      ]
    }
  ]
}