aurelia / documentation

The documentation for Aurelia.
MIT License
105 stars 110 forks source link

Cant find much information about the Aurelia Router #362

Closed evanlarsen closed 5 years ago

evanlarsen commented 6 years ago

The aurelia.io website has information on how to configure a router but is lacking information on:

StrahilKazlachev commented 6 years ago

For the lifecycle - The Route Screen Activation Lifecycle.

evanlarsen commented 6 years ago

@StrahilKazlachev Thank you, I must have missed that.

StrahilKazlachev commented 6 years ago

Also a bit down there is short(really short) info on route-href and router.navigateToRoute/router.generate.

evanlarsen commented 6 years ago

@StrahilKazlachev Oh wow!, I didn't realize all the router stuff was in the cheat sheet. Very helpful thanks! I've been scouring the internet for information.

StrahilKazlachev commented 6 years ago

It probably never got migrated/added to the dedicated page, the cheat-sheet was the only documentation in the beginning(1.0.0-beta.x). Contributions are welcomed, as always.

bigopon commented 6 years ago

@evanlarsen It would be nice if you could also help with some missing pieces in the cheat sheet: from-view, capture binding command and their underlying from-view binding mode, capture event listener. They are in the normal doc 😄

evanlarsen commented 6 years ago

I'm confused on how to contribute to the documents? I've looked over this repository and it seems that the documents are not stored here.

bigopon commented 6 years ago

It's here https://github.com/aurelia/framework/blob/master/doc/article/en-US/cheat-sheet.md 😓

Alexander-Taran commented 6 years ago

@evanlarsen you can do it!!!

EisenbergEffect commented 5 years ago

@evanlarsen We'd love to have you contribute. In an effort to make it easier, you can now find all documentation in this repo under current/en-us. The folder structure matches the ToC on the site itself.

evanlarsen commented 5 years ago

Thank you for making the documentation much easier to contribute to. I will try to do my best to add a contribution when I have time but I'm a bit timid because I've only used Aurelia on a few small projects and I have not looked at the internals. I've only followed documentation on the internet. So, my knowledge would just be pulling information from other sources.

Feel free to close this issue if you want. Thanks

EisenbergEffect commented 5 years ago

I'll close this one for now, but please do feel free to contribute when you can. Thanks!