-
Notifications
You must be signed in to change notification settings - Fork 643
feat(docs): versioned docs #220
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
'versions.txt' contains the available versions one per line. The json files containing the docs for for each version are stored in 'docs/json/<version>/'. 'npm run docs' creates the json files in docs/json/development, and version.txt contains the 'development' versions, to allow to serve the docs locally in an easy way (using for example static).
|
Staged here: |
|
Whoa awesome. Can we add an explanation as to what version "development" means? i.e. is it just docs straight from the master branch? |
|
Yeah, the idea for the build is to update 'development' after merging to master with the potentially new docs. |
|
Changed the name to 'master' |
|
Merging this to proceed with the build steps, please open a new issue if you have more feedback. |
* updated CHANGELOG.md * updated package.json * updated samples/package.json
* Initial commit. * Add unit test. * Add message ordering sample. * Rename a sample. * Address comments.
* Initial commit. * Add unit test. * Add message ordering sample. * Rename a sample. * Address comments.
* Initial commit. * Add unit test. * Add message ordering sample. * Rename a sample. * Address comments.
* Initial commit. * Add unit test. * Add message ordering sample. * Rename a sample. * Address comments.
…#220) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/7b446397-88f3-4463-9e7d-d2ce7069989d/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@5936421
* Initial commit. * Add unit test. * Add message ordering sample. * Rename a sample. * Address comments.
* Initial commit. * Add unit test. * Add message ordering sample. * Rename a sample. * Address comments.
* Initial commit. * Add unit test. * Add message ordering sample. * Rename a sample. * Address comments.
'versions.txt' contains the available versions one per line.
The json files containing the docs for for each version are stored in
'docs/json//'.
'npm run docs' creates the json files in docs/json/development,
and version.txt contains the 'development' versions, to allow to serve
the docs locally in an easy way (using for example static).