-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Asciidocs and refdocs tooling #648
Conversation
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.
Nice!
docs/index.adoc
Outdated
:doctype: book | ||
:github-repo-tree: http://github.com/GoogleContainerTools/skaffold/tree/{commit} | ||
|
||
===== |
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.
Hide these from the github preview if you can
Sorry @balopat, you have to rebase |
steps: | ||
# Build the container that will do the go build. | ||
- name: 'gcr.io/cloud-builders/docker' | ||
args: ['build', '-t', 'gcr.io/k8s-skaffold/skaffold:$TAG_NAME', '-f', 'deploy/skaffold/Dockerfile', '.'] | ||
# Do the go build. | ||
- name: 'gcr.io/k8s-skaffold/skaffold:$TAG_NAME' | ||
args: ['make', 'cross'] | ||
args: ['make', 'cross', 'docs'] |
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 fails @balopat
docker is not in the integration test image. I would move this to a separate step (I don't want to add asciidoctor to the integration/published skaffold image
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.
sounds good. I'll fix it up.
This is in context of #629.
See generated example:
Documentation tooling requirements:
Additional goals:
Layout goals: