mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-14 10:13:52 -04:00
Closes the gap raised in #4553 by listing which folders matter for backup (./data/, ./extensions/, ./i/themes/) and explicitly covering the external-database case (MySQL, MariaDB, PostgreSQL). While in the area, polish the surrounding update and backup pages: - 04_Updating.md: restructure into one method per section (web interface, git, zip archive, Docker), add a version-by-version callout, modernize the version example, replace the brittle footnote cross-reference with an inline rule, clarify the git procedure (warning callout, tag-based version pinning), expand the previously thin zip-archive section - 05_Backup.md: add a "What to back up" overview, normalize heading case, fix grammar throughout, simplify the restore flow from four commands to one, rename the misleading "Saving Articles" section to "Exporting your data", dedupe redundant SQLite-extension notes, promote bold pseudo-headings to real subheadings - 07_LinuxUpdate.md: update one link text to match the renamed page Co-authored-by: Bjørn A. Andersen <polybjorn@users.noreply.github.com>
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/.