This repository contains the source code for the official documentation of fparted, hosted on GitHub Pages at: https://codex-clamps.github.io/fparted-docs/
The documentation site is built using MkDocs and the Material for MkDocs theme.
- Python 3.10+
pip install mkdocs-material
mkdocs serveVisit http://127.0.0.1:8000/ in your browser.
mkdocs buildThe compiled static HTML/CSS/JavaScript bundle will be generated in the site/ folder.
Pushing changes to the main branch automatically triggers the .github/workflows/deploy.yml GitHub Actions workflow to build and deploy to the gh-pages branch.
Special credit to the Termux Project (termux-packages) for foundational Bionic packaging recipes, and upstream projects including GNU Parted, e2fsprogs, dosfstools, ntfsprogs-plus, btrfs-progs, xfsprogs, f2fs-tools, util-linux, coreutils, exfatprogs, cryptsetup, and Flutter.
See Credits & Upstream for full details.