Skip to main content

Documentation Index

Fetch the complete documentation index at: https://adro.codes/llms.txt

Use this file to discover all available pages before exploring further.

Add the tag with a message

git tag -a v1.4 -m 'message'

Push the tag

git push origin --tags
# OR
git push origin v1.4