Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Add api-docs gen in CI #641

Merged
merged 2 commits into from
Jul 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- restore_cache:
key: bin-cache
# Run autogeneration and see if there are differences
- run: make autogen && make tidy-in-docker && git status --short
- run: make autogen && make tidy-in-docker && make api-docs && git status --short
# Save the bin/cache directory
- save_cache:
key: bin-cache
Expand Down
4 changes: 4 additions & 0 deletions docs/declarative-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ spec:
# Required, what OCI image to get the kernel binary (and optionally modules) from
# Default: weaveworks/ignite-kernel:4.19.47
oci: [OCI image reference]
sandbox:
# Optional, what OCI image to use as the ignite sandbox.
# Default: weaveworks/ignite
oci: [OCI image reference]

network:
# Optional, an array of port mappings that map ports bound to the VM to the host
Expand Down