Uh oh!
There was an error while loading. Please reload this page.
docs - #169
Conversation
ryanseys
commented
Sep 3, 2014
New template? |
stephenplusplus
commented
Sep 3, 2014
Yep, updated the post with a little more info. |
silvolu
commented
Sep 3, 2014
@stephenplusplus can you remove the language selector for now? After that I'll merge and then we'll iterate on it. |
silvolu
commented
Sep 3, 2014
Also I've just noticed that a lot of the links in the reference docs are not working, e.g.: |
stephenplusplus
commented
Sep 3, 2014
Ok, thanks for catching that. The site was designed to work from |
stephenplusplus
commented
Sep 3, 2014
silvolu
commented
Sep 3, 2014
Experiencing a strange issue. If i navigate to the docs, scroll down and click on the storage link (just below Returns), the storage page is loaded, but instead of seeing the top of the page, I see the copy function. |
stephenplusplus
commented
Sep 3, 2014
Reproduced. Fixed via this solution: http://stackoverflow.com/a/24549173/776934 |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
beriberikix
commented
Sep 4, 2014
Here are requested changes from our email conversation:
|
beriberikix
commented
Sep 4, 2014
Also, can we add the GA snippet to every page? <script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*newDate();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');ga('create','UA-49880327-13','auto');ga('send','pageview');</script> |
stephenplusplus
commented
Sep 4, 2014
I will see what I can do. 👍
The entire code snippet style has changed, so all of the above are changed. It's using a separate plug-in, with a separate theme chosen to match GitHub colors. Can the original requester of the change take another look and see if they still feel that way?
This request made more sense than having line numbers every 5 lines, like it was previously. But again, since this has changed, do line numbers really offer any value? |
stephenplusplus
commented
Sep 4, 2014
#169 (comment) Just needed the id :) |
stephenplusplus
commented
Sep 4, 2014
Analytics + font changes: http://googlecloudplatform.github.io/gcloud-node/#/ |
beriberikix
commented
Sep 4, 2014
ryanseys
commented
Sep 4, 2014
Add a favicon too to the
|
rakyll
commented
Sep 4, 2014
Sorry for not catching up with the PR earlier. It looks excellent! |
stephenplusplus
commented
Sep 4, 2014
Woo! Updates are in. |
* Switch to individual API packages. * Address comments * Address comments
* Switch to individual API packages. * Address comments * Address comments
* Switch to individual API packages. * Address comments * Address comments
* Switch to individual API packages. * Address comments * Address comments
This should be interesting.
Here's the new structure: https://github.com/stephenplusplus/gcloud-node/tree/site/docs
Assuming all works well, Travis will run our new
docsprocess, which uses dox. This takes the JSdoc and spits out JSON, that is then transformed to match our new template.