-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set up documentation site #277
Conversation
Links, spacing etc.
This allows us to use the original README for now, until we're ready to ditch it and break it up into bits.
So far looks good, just noticed it was draft actually |
Yep, I was just creating the PR to check that I had permissions to do it 😃 I'll let you know when it's done. |
Merge forked documentation back into branch in main Predbat
Can you think whether you'd like the documentation to be rebuilt and published on new commits to |
I guess we could rebuild on release? |
Thanks, I'll sort the config for that. Yep, I think building on a release makes sense. |
See #276 for latest changes. I'm happy with this if you are. |
This PR takes the existing content from the README and breaks it down into separate files in the
docs
folder, publishing them using GitHub Pages and GitHub Actions.The aim is to create a more easily accessible, and searchable, site than the current very long README.
It uses
mkdocs
to build the HTML pages for the documentation site, based on the Markdown files.mkdocs.yml
defines the navigation bar at the side (this allows controlling the order of pages, which would otherwise be in alphabetic order), and also sets the theme and other settings.Closes #276