-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Rename docsPage
=> autodocs
#20364
Rename docsPage
=> autodocs
#20364
Conversation
And change semantics: `docsPage:true` = `autodocs: 'tag'` and `docsPage: 'automatic'` = `autodocs: true`.
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.
@tmeasday, thanks for taking care of this. Looks good to me! I'll take a pass at the rest of the docs (i.e., doc blocks) and adjust accordingly.
…me-docspage-autodocs
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.
LGTM!
Co-authored-by: Michael Shilman <shilman@users.noreply.github.com>
…me-docspage-autodocs
@tmeasday can you change the automigration so it migrates docsPage automatic to autodocs too? Users will get confused, and they probably need to update their stories too? |
Sure: #20379 |
Issue: N/A
Telescoping on #20363
What I did
Changed:
-
docsPage: true
=>autodocs: 'tag'
-
docsPage: 'automatic'
=>autodocs: true
.I didn't really properly look at the docs yet, I think a second pass over the docs alongside doc blocks changes makes sense. (cc @jonniebigodes though).
How to test
Hopefully unit tests should catch this.