mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-02-02 17:41:05 -05:00
* Update the 'Refreshing feeds' page * add the 'user' parameter and clarify the 'token' parameter usage * remove old token screenshots, add a new one from profile page * update the authentication page screenshot * clarify the anonymous refreshing of the feeds * Add myself to CREDITS.md * Update Refresh feeds docs page content * Tweak the content headings to match the actual headings * Fix the link to Form authentication paragraph * PNG compress more (16 colours + OptiPNG) * Minor typography --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
This is the documentation deployed by GitHub Pages.
To build and serve locally, first install the necessary packages:
bundle install
Then serve:
bundle exec jekyll serve -H 127.0.0.1 --watch --incremental
The documentation should be reachable at http://127.0.0.1:4000/FreshRSS/.