# Dropley Docs

> Documentation and usage guide for Dropley Docs.

## Best way to inspect these docs

Download all docs as markdown files and grep them locally:

```bash
curl -L https://docs.dropley.app/docs.zip -o docs.zip
unzip docs.zip -d docs
grep -R "search term" docs/
```

Use this when you need to search across the whole documentation set. The zip contains every page as a .md file.

## Page index

You can also fetch individual markdown pages directly:

- [Dropley Documentation](https://docs.dropley.app/index.md)
- [Getting Started with Dropley](https://docs.dropley.app/knowledge/getting-started.md)
- [Concepts](https://docs.dropley.app/knowledge/concepts.md)
- [Publishing HTML Projects](https://docs.dropley.app/knowledge/publishing-html.md)
- [Publishing ZIP Projects](https://docs.dropley.app/knowledge/publishing-zip.md)
- [Frequently Asked Questions](https://docs.dropley.app/knowledge/faq.md)
- [Troubleshooting](https://docs.dropley.app/knowledge/troubleshooting.md)
- [Service Limits](https://docs.dropley.app/knowledge/limits.md)
- [Security & Acceptable Use](https://docs.dropley.app/knowledge/security.md)
- [Example Projects](https://docs.dropley.app/knowledge/examples.md)
- [Claude Guide](https://docs.dropley.app/guides/claude.md)
- [GitHub Copilot / Codex Guide](https://docs.dropley.app/guides/codex.md)
- [Gemini Guide](https://docs.dropley.app/guides/gemini.md)
- [Cursor Guide](https://docs.dropley.app/guides/cursor.md)
- [Windsurf Guide](https://docs.dropley.app/guides/windsurf.md)
- [Cline Guide](https://docs.dropley.app/guides/cline.md)
- [Roo Guide](https://docs.dropley.app/guides/roo.md)

## Links

- [API Reference](https://dropley.app/docs/api)
- [GitHub](https://github.com/dropley)
- [X](https://x.com/dropleyapp)