-
Notifications
You must be signed in to change notification settings - Fork 451
Introduce doc generation tools #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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! |
composer.json
Outdated
| "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