-
Notifications
You must be signed in to change notification settings - Fork 747
[proposal] Parasails docs #1324
base: master
Are you sure you want to change the base?
Conversation
I still need to do propre spell-checking, revision and verifying I didn't break anything styles-wise. But I did want to PR it and show it to you guys early in case I'm doing / explaining something in a way you don't want me to! Needless to say I'm super open to suggestions, revisions, chages, etc...
Thanks for submitting this pull request, @ivanlobster! We'll look at it ASAP. In the mean time, here are some ways you can help speed things along:
Please remember: never post in a public forum if you believe you've found a genuine security vulnerability. Instead, disclose it responsibly. For help with questions about Sails, click here. |
Hi @ivanlobster! thanks for taking the initiative to start documenting Parasails, I think that's an excellent idea. After taking a look, I'm kind of thinking it'd make sense to put this under the Tutorials section, rather than Concepts, since the first pass reads like a tutorial. What do you think? Would you mind updating the PR to live under that section, and we can go from there? |
…tion to be more short and descriptive and less "step by step how to"
Hey @rachaelshaw ! I completely agree, having a fresh read of the I would maybe keep the I just pushed a quick example of what I mean in the (I'm ivanlobster btw haha that was my work account but I will do the followup with this account, my personal one) |
Hey guys!
You guys are doing an amazing work with the framework, so I thought about trying to give back a little bit to the community and asked some weeks ago @mikermcneil on Twiter DM's if a PR on the Parasails bit could be interesting. Mike did say that Madison (@MadisonHicks I presume?) had started working on it, so I will ping you as well.
I think I've gone a little bit too much into low-level details (seeing the rest of your docs at least), but the reason I did it like this is that it's what I would have like to read when I was first starting with Sails (which did coincide with my journey with Vue.js).
I've tried to explain how Parasails is connected to Vue (where to set the Vue Instance data, methods, where it gets mounted and how does Parasails know where to mount each file....), and how it is all connected to the
sails generate page
command.But I have no idea if this is your vision for this part of the docs (lol) so feel free to correct me if it's the case! At the end I believe this is a great framework, and I want to be as accesible as possible for other people starting out like I was.
Regarding this first commit
I still need to do propre spell-checking, revision and verifying I didn't break anything styles-wise.
But I did want to PR it and show it to you guys early in case I'm doing / explaining something in a way you don't want me to!
Needless to say I'm super open to suggestions, revisions, chages, etc...