SkillAgentSearch skills...

Docs

Zero Install documentation web-site

Install / Use

/learn @0install/Docs
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Zero Install Documentation

This repository holds the sources for the Zero Install documentation website.

We use MkDocs to generate static web pages from the Markdown files (*.md) located in the docs/ directory.

Preview

To get a preview of the website while editing the content run:

pip install -r requirements.txt
mkdocs serve

If you have Docker you can instead run:

docker-compose up

You can now open an automatically refreshing preview in you browser at: http://127.0.0.1:8000/

Building

Commits to the master branch are automatically built and published.

To generate the HTML files locally run:

mkdocs build

If you have Docker you can instead run:

docker-compose run mkdocs build

You can now find the generated HTML files in the site/ directory.

Related Skills

View on GitHub
GitHub Stars71
CategoryDevelopment
Updated23d ago
Forks7

Security Score

95/100

Audited on Mar 15, 2026

No findings