Currently, the online help is built into the program. This means that any changes to the documentation end up causing the system to change, when it should be able to be changed independently.
Extract the documentation from the Giraffe views (en) and RESX files (es), and create a structure under /docs to utilize GitHub Pages' ability to rebuild at will.
Modify PrayerTracker to generate links to this site
Create sites for /en and /es, and ensure that the link PrayerTracker shows take the currently selected language into account (i.e., show Spanish help for Spanish users, English help for English users)
Currently, the online help is built into the program. This means that any changes to the documentation end up causing the system to change, when it should be able to be changed independently.
- Extract the documentation from the Giraffe views (en) and RESX files (es), and create a structure under /docs to utilize GitHub Pages' ability to rebuild at will.
- Modify PrayerTracker to generate links to this site
- Create sites for /en and /es, and ensure that the link PrayerTracker shows take the currently selected language into account (i.e., show Spanish help for Spanish users, English help for English users)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Currently, the online help is built into the program. This means that any changes to the documentation end up causing the system to change, when it should be able to be changed independently.
This is done, and will be part of the upcoming 7.2 release.