SkillAgentSearch skills...

Wtfdocs

The source for https://wtfutil.com

Install / Use

/learn @wtfutil/Wtfdocs
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

WTF Docs

This site is built using Material for MkDocs.

Development environment setup

  1. Install python 3
  2. Create a virtual-env:
python -m venv virtual-env
source virtual-env/bin/activate
  1. pip install -r requirements.txt
  2. mkdocs serve

To add documentation for a new module

  1. Create a new Markdown file in the /docs/modules directory
  2. Add a new route in the mkdocs.yml file, under the nav: section.
  3. To add pictures, add the image to ./docs/overrides/assets/modules/<IMAGE>.png

Deploying

  • Merge changes into master
  • Run mkdocs gh-deploy --force to push the changes to the gh-pages branch on github.com
  • Commit the resulting changes into master
View on GitHub
GitHub Stars41
CategoryDevelopment
Updated2d ago
Forks84

Languages

HTML

Security Score

80/100

Audited on Apr 2, 2026

No findings