Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
Publishing with Gemini
Gemini can publish artifacts to Dropley directly.
Setup
Tell Gemini to install the Dropley skill:
1npx skill add dropley/docs
Workflow
Ask Gemini to generate your project
Tell Gemini: "Publish this to Dropley"
Gemini uses the skill to upload your files and return a shareable URL
Example
12Create a landing page for a product launch with index.html, styles/main.css,
and scripts/app.js. Use relative paths. Then publish to Dropley.
For Agents
Dropley is machine-readable: fetch any dropley.app page (for example /features or /about) with an Accept: text/markdown header to get a Markdown version, start from llms.txt for a site index, and use the OpenAPI spec for programmatic publishing.