The current build is viewable at: https://docs.pagure.org/docs-fedora/
Even though Docs Fedora is designed to generate static pages, Running the pelican development server is useful when writing new articles. The steps to get it running are:
sudo dnf install pelican GitPython
./develop_server.sh start
and your local copy of the Docs Fedora will be at http://localhost:8000/content/<a-category>
title
, summary
, and tags
. Refer to an existing article for guidance. Note
that the Date field is not filled out, this is set by the date of the GIT checkin.