-
Notifications
You must be signed in to change notification settings - Fork 951
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
Added F1 keywords #5152
Added F1 keywords #5152
Conversation
@Omotola : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
Learn Build status updates of commit 264ec5a: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Hi @Omotola - it looks like you have access to the private repo, and if so - you should use that for content updates. I'll leave this open in case @TylerMSFT wants to review it, but in the future you should submit changes to the private repo: cpp-docs-pr. Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
@@ -2,6 +2,7 @@ | |||
description: "Learn more about: Change Signature" | |||
title: "Change Signature" | |||
ms.date: "09/18/2022" | |||
f1_keywords: ["vc.pkg.refactoring.changesignaturedlg"] |
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.
I'm less familiar with this area. Can you help me understand why these keywords are prefaced with VC Package?
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.
Hi Tyler, The keywords are to map what we have on the backend to a page in the docs. I'm not 100% sure how the naming convention is decided but in this case they are related to the location of the feature within the source code. The vc.pkg part is probably from the name of the compiled binary vcpkg.dll.
#sign-off |
Added F1 keywords to a couple cpp ide docs so when customers click the help button it takes them to the right page instead of the fallback error page.