feat: Add online user guide with screenshots (#203) #204

Merged
egullickson merged 10 commits from issue-203-add-online-user-guide into main 2026-02-16 01:40:36 +00:00
Showing only changes of commit 4927b6670d - Show all commits

View File

@@ -19,7 +19,7 @@ http {
# Handle client-side routing
location / {
try_files $uri $uri/ /index.html;
try_files $uri /index.html;
}
# Enable gzip compression