-
Notifications
You must be signed in to change notification settings - Fork 495
Live publish #3406
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
Live publish #3406
Conversation
| author: JonDouglas | ||
| ms.author: jodou | ||
| ms.date: 02/08/2024 | ||
| ms.date: 03/03/2025 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the purpose of updating so many files' timestamps, without changing the content of those files?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@donnie-msft The quickstarts and higher pageview tutorials were re-tested and updated within the last 18-20 months or so. The doc freshness scores, reported to the product team, are calculated using ms.date. and an article is considered "stale" after ms.date >= 12 months old. Unless there's something that changed in the product that would make these articles out of date (I'm not aware of anything), it's OK to rev the date without re-testing. For the VS articles, we would typically only re-test after a new version of VS (Dev18). Please let me know if there's anything that changed in the product that would make these articles out of date.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Mikejo5000 sorry for the off topic question, but can we get the docs compiler to understand ISO 8601 yyyy-MM-dd style formats, rather than just US style date formats? Who should I talk to?
As an Australian living in Australia, I've created and updated docs in the past using dd/MM/yyyy format that is common throughout the rest of the world, and only when the day of the month is >= 13 I get a docs compiler warning. I'm sure I've published docs with the wrong date because it didn't occur to me to use US date format, and people reviewing my PR didn't pick it up (I've gotten approvals on my PRs even when the docs bot told me the date format was wrong)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zivkan Please check with Megan Bradley
No description provided.