This README will explain how to build and start the documentation on a server. It does not elaborate on how to open ports for hosting.
The documentation is build using MkDocs, which turns .md files into HTML/CSS, and then builds and hosts it locally.
The actual documentation is located under /docs
. After building, a build folder will appear, containing HTML and CSS information. Make sure to add it to your .gitignore
(or to delete it before pushing)
Ready to explore Allfeat's possibilities? Follow the steps below to get started:
First, ensure you have the necessary tools.
You'll need pip
to install MkDocs and Allfeat.
# for apt
sudo apt install python3-pip
# for pacman
sudo pacman -S python-pip
For more information on installation and alternative package managers, refer to the MkDocs documentation or Material for MkDocs.
pip install mkdocs
Enhance your documentation experience by installing Material for MkDocs and MkDocs Minify Plugin.
pip install mkdocs-material mkdocs-minify-plugin
Spin up a local server to preview your Allfeat documentation.
mkdocs serve
Build your site using:
mkdocs build
That's it! You're now equipped to dive into the world of Allfeat. Happy coding! 🎵🚀