From d56ac69e9f67251b1c8c53b6af42fb66bef69509 Mon Sep 17 00:00:00 2001 From: Jailton Lopes Date: Fri, 22 Jan 2021 23:16:11 -0300 Subject: [PATCH 1/2] Add instruction to access API reference pages URL locally --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 44dcc7a7ca..2e88a95866 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,8 @@ make container-image make container-serve ``` +Open up your browser to http://localhost:1313/docs/reference/kubernetes-api/ to view the API reference pages. + 6. When all changes of the new contract are reflected into the configuration files `toc.yaml` and `fields.yaml`, create a Pull Request with the newly generated API reference pages. ## Troubleshooting From b84e52e2ada5a08f3800f7558369c3ccdfd947b1 Mon Sep 17 00:00:00 2001 From: Jailton Lopes Date: Mon, 1 Feb 2021 18:59:03 -0300 Subject: [PATCH 2/2] Update README.md Co-authored-by: Celeste Horgan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e88a95866..8ec876eef2 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ make container-image make container-serve ``` -Open up your browser to http://localhost:1313/docs/reference/kubernetes-api/ to view the API reference pages. +In a web browser, go to http://localhost:1313/docs/reference/kubernetes-api/ to view the API reference. 6. When all changes of the new contract are reflected into the configuration files `toc.yaml` and `fields.yaml`, create a Pull Request with the newly generated API reference pages.