https://github.com/tfversion/docs
Main website and documentation for tfversion
https://github.com/tfversion/docs
Last synced: 4 months ago
JSON representation
Main website and documentation for tfversion
- Host: GitHub
- URL: https://github.com/tfversion/docs
- Owner: tfversion
- Created: 2024-02-25T19:59:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-08T15:18:01.000Z (over 2 years ago)
- Last Synced: 2025-10-29T08:38:31.559Z (7 months ago)
- Language: Makefile
- Homepage: https://tfversion.xyz/
- Size: 532 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tfversion/docs
[](https://tfversion.xyz)
Repository that hosts [docs](https://tfversion.xyz) for [tfversion](https://github.com/tfversion/tfversion).
## Development
Make sure you have Docker installed and then run `make dev` to get a live-reloading environment for writing documentation.
All documentation is written using Markdown and turned into static pages using [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/).
## Deployment
This project is deployed to GitHub pages via GitHub Actions.
This happens automatically when merging to the `main` branch.