-
Notifications
You must be signed in to change notification settings - Fork 6k
add topic description for whats new files #20041
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
Conversation
docfx.json
Outdated
@@ -191,7 +191,8 @@ | |||
"docs/framework/additional-apis/**/**.md": "managed-reference", | |||
"docs/framework/unmanaged-api/**/**.md": "reference", | |||
"docs/fsharp/language-reference/**/**.md": "language-reference", | |||
"docs/standard/**/*how-to*.md": "how-to" | |||
"docs/standard/**/*how-to*.md": "how-to", | |||
"docs/whats-new/*.md" : "overview" |
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 not sure this is the best choice. If you have suggestions @tdykstra let me know.
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.
my suggestion is "landing-page" to get the most appropriate KPI Score formula -- I've sent a query asking if we can use that value on a page that isn't strictly speaking a landing page.
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.
Kelly is still looking into creating a new type -- until that happens, what's new docs will have to remain as conceptual.
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.
It doesn't look like creating a new type is going to happen anytime soon -- should we close this PR?
what's new files are overviews of what's new.
aecd406
to
9693e96
Compare
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 think that overview
is more appropriate - at least for now. Looks good to me, when you're ready.
Is this still needed @BillWagner? |
closing as we haven't decided which topic type to use. |
what's new files are overviews of what's new.