This repository contains the official documentation for the Get-Winfig organization a modular toolkit for automating Windows installation, configuration, and developer environment setup.
The documentation is built using MkDocs and published to GitHub Pages on Winfig-Docs.
All project guides, setup instructions, and usage references for Winfig modules (Setup, VS Code, WSL, Terminal, etc.) will be maintained here.
To run the documentation site locally:
git clone https://github.com/Get-Winfig/winfig-docs.gitcd winfig-docsuv syncmkdocs servemkdocs buildThe site will be available at
http://127.0.0.1:8000in your browser.
We welcome contributions to the Winfig documentation! If you have suggestions for improvements or want to add new content, please follow these steps:
- Fork the repository.
- Create a new branch for your changes.
- Make your changes and commit them with clear messages.
- Push your changes to your forked repository.
- Create a pull request describing your changes.
Thank you for helping us improve the Winfig documentation!
This documentation is licensed under the MIT License. See the LICENSE file for more information.
