-
Notifications
You must be signed in to change notification settings - Fork 103
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
New push docs #108
New push docs #108
Conversation
Still a WIP. Some changes:
|
|
||
# Docs | ||
.PHONY: generatedocs | ||
generatedocs: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This wasn't getting run, following the other projects we run generated-docs when we run generate-code
Issues linked to changelog: |
It looked like this couldn't merge b/c go-make doesn't set up kubectl config, so added this: https://github.com/solo-io/cloud-builders/pull/18 |
/kick |
.PHONY: previewsite | ||
previewsite: | ||
cd site && python3 -m http.server 0 | ||
# go run cmd/generate-docs/main.go |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not running this for now b/c it won't work on CI, see this failure:
https://console.cloud.google.com/cloud-build/builds/2a3c354b-4d49-4f5d-8b14-a8fa0fb0b64f?project=solo-public
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, thanks!!
No description provided.