-
Notifications
You must be signed in to change notification settings - Fork 203
All docs on one site #8
Comments
|
Hm, I prefer my own browser search over search engines. :-) And it does not work offline, probably.
Hm, at least it is faster to scroll then click. Also it is easier to skim sections and find one you want than having to guess where stuff is in some hard-coded categorization.
I think it should be pretty easy to render all markdown documents into one huge HTML file and link to it? Not sure if we need external service for that? |
The whole thing on one page is bad because it kills mobile browsers amongst other things. We'd like to figure a way to get the whole thing into a pdf or better yet a single page for printing (from which a pdf could be generated), we've discussed this a fair bit on the guide as well meteor/guide#166. PRs welcome ;) |
I am saying that it should be an option, not necessary even a default. And yes, it would be useful for printing as well. :-) |
I think the killing mobile browsers might have been the fact that it was a meteor app displaying a large page – I think a static page might be fine |
Well maybe. But there are other benefits to the multi-page too. |
I would like to add to @mitar use case. How many hits do you get from mobile? How many from desktop? By hits I mean any click on the page, not page loads. I think I hit this page 50-100 times a day on a good development day. It is my homepage for the Chrome browser. I am not sure what the mobile scenario is exactly, but I would bet it is a verification of something while in a meeting or talking with someone else. The core use case is while writing code, it may be unwise to optimize too much for the mobile case at the expense of the core case. Thanks for listening! |
I think it'd be pretty easy to create a hexo plugin that sets up a route that renders all pages in one big document. Not going to have time to look at it in the near future but would happily help someone figure it out! |
Any chance we could post the old docs while this gets worked out? I tried load the docs locally, but it fails on windows? |
I wrote up an issue here if someone wants to take a stab at this: meteor/meteor-theme-hexo#12 |
@brucejo75 you can check out |
@tmeasday, thanks Tom! I went into the docs directory and ran meteor. Then brought up the page. It is v1.2.1. Is the v1.3 stuff still available? A lot of stuff is missing. Like Accounts.userCreate, funny. Is there something I can do to get it to point to v1.3? thanks! |
Urp... never mind. I forgot to update to master branch (still pretty new to git, etc). All is great now! I still think it may be valuable to post this page somewhere. thanks again. |
I'm closing this issue because it's too old. If you think this issue is still relevant please open a new one. |
Please create a way to have all docs displayed on one large website. This really allows quick jumping back and forth, searching, navigating. It also works offline nicely.
The text was updated successfully, but these errors were encountered: