Introduce doc generation tools - #18
Conversation
|
👍 is there a demo? |
|
Working on getting a pretty rough demo of the gh-pages up right now |
| @@ -0,0 +1,233 @@ | |||
| <?php | |||
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
WIP version of the docs site for anyone interested :) |
|
looking good! |
| "autoload": { | ||
| "psr-4": { | ||
| "Google\\Cloud\\": "src" | ||
| "Gcloud\\": "src" |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Introduce doc generation tools
|
Nice work! Just a small nit, the demo still says composer install |
|
Thanks @tmatsuo! Good eye. You're correct it should be |
|
The example on the frontpage has an issue with escaping |
|
Thanks @cedricziel. It appears there may be a configuration issue with hljs (the syntax highlighting library our docs site uses). Working on it now. |
demo