Skip to content
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

Update FAQ #update_faq: Link to GitHub file history #3302

Merged
merged 4 commits into from
Jan 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion gulpfile.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,6 @@ function replaceVersionNumbers() {
.pipe(replace('[android.minimum-required-os-version]', '6'))
.pipe(replace('[android.minimum-app-version]', '1.0.4'))
.pipe(replace('[android.current-app-version]', '2.28.3'))
.pipe(replace('[last-update]', new Date().toISOString().split('T')[0]))
.pipe(gulp.dest(PATHS.dist));
}

Expand Down
5 changes: 4 additions & 1 deletion src/data/faq.json
Original file line number Diff line number Diff line change
Expand Up @@ -2484,7 +2484,10 @@
"anchor": "update_faq",
"active": false,
"textblock": [
"Updated [last-update]"
"The last content changes to FAQ articles were made on January 4th, 2023.",
"<hr>",
"The Corona-Warn-App open source team updates this FAQ regularly and keeps it up to date. You can see when the last updates were made and what changes were made in the change history on <a href='#glossary_github'>GitHub</a>.",
"See: <a href='https://github.com/corona-warn-app/cwa-website/commits/master/src/data/faq.json' target='_blank' rel='noopener noreferrer'>GitHub: English Corona-Warn-App FAQ Change History</a>"
]
}
]
Expand Down
5 changes: 4 additions & 1 deletion src/data/faq_de.json
Original file line number Diff line number Diff line change
Expand Up @@ -2493,7 +2493,10 @@
"anchor": "update_faq",
"active": false,
"textblock": [
"Stand: [last-update]"
"Die letzten inhaltlichen Änderungen an FAQ-Artikeln wurden am 4. Januar 2023 getätigt.",
"<hr>",
"Das Open-Source-Team der Corona-Warn-App aktualisiert diese FAQ regelmäßig und hält sie auf dem aktuellsten Stand. Wann die letzten Aktualisierungen erfolgten und welche Änderungen vorgenommen wurden, können Sie dem Änderungsverlauf auf <a href='#glossary_github'>GitHub</a> entnehmen.",
"Siehe: <a href='https://github.com/corona-warn-app/cwa-website/commits/master/src/data/faq_de.json' target='_blank' rel='noopener noreferrer'>GitHub: Änderungsverlauf des Deutschen Corona-Warn-App FAQs</a>"
]
}
]
Expand Down