General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
5
version: 2
Sign in to like and favorite skills
version: 2
build: os: ubuntu-22.04 tools: python: "3.12" jobs: post_checkout: - git fetch --unshallow || true
mkdocs: configuration: mkdocs.yaml fail_on_warning: true
python: install: - requirements: requirements/docs.txt