General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
5
mkdocs:
Sign in to like and favorite skills
version: 2
mkdocs: configuration: mkdocs.yml
build: os: ubuntu-22.04 tools: python: "3.12" commands: - pip install uv - uv pip install --system -e "." --group docs - if [ -n "$GH_TOKEN" ]; then pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git; fi - mkdocs build --site-dir $READTHEDOCS_OUTPUT/html