Skip to content

Commit

Permalink
Update FAQ #update_faq: Link to GitHub file history (#3302)
Browse files Browse the repository at this point in the history
* Update FAQ #update_faq: Link to GitHub file history

* Re-add date in FAQ article

* Update date

* Clarify scope of date
  • Loading branch information
larswmh authored Jan 4, 2023
1 parent e93fb10 commit 2d8b8e9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
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

0 comments on commit 2d8b8e9

Please sign in to comment.