-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Advanced section + Composition API #131
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
src/.vuepress/config.js
Outdated
] | ||
}, | ||
{ | ||
title: 'Tooling', | ||
title: 'Advanced Techniques', |
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.
Maybe Advanced Guides
would be a better generic category? At least at first glance, techniques seems like specific code methods (i.e., composition API) versus something more conceptual like "how reactivity works."
What do you think?
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.
Love what you did with it! And you even incorporated some of the stuff I wrote in Notion already. 💚
Let me know when you're ready to merge and I'll do another review!
@bencodezen yup! Notion guide was super helpful! Will rename a section 👌 |
@bencodezen @phanan @sdras I did a refactoring for |
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.
Great work @NataliaTepluhina! So excited for this new section of the docs!
This PR restructures the sidebar to move part of the guides to
Advanced Techniques
(I'm completely open about changing the name if anyone has a better idea 😅Also, we move detailed explanations from Reactivity API reference and Composition API reference to the guide and we leave only actual reference in the API (params. typings, examples etc.)
Close #126