Skip to content
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
6 changes: 6 additions & 0 deletions docs/reference/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ To generate a version of the API:
1. Copy the generated API files into the `docs/reference` directory of your
knative/docs clone.

1. IMPORTANT: There are some limitations to the build script that require
manual changes to the HTML. For the `serving.md` and
`eventing-contrib-resources.md`, you must manually fix the `Packages` lists.
Details for the required manual changes are in
[PR 1552](https://github.com/knative/docs/pull/1552#issuecomment-506891983).

You can now perform the necessary steps to open a PR, complete a review, and
merge the new API files into the appropriate branch of the `knative/docs` repo.
See the [contributor flow](../../contributing/DOCS-CONTRIBUTING.md) for details
Expand Down
Loading