You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developer-guide/documentation.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,14 @@ a GitHub Action workflow that will automatically publish the changes to the webs
66
66
67
67
## How to test your documentation changes?
68
68
69
+
### Option 1) Build and view docs with a PR
70
+
71
+
Pushing docs changes to the ovn-kubernetes/ovn-kubernetes project as a pull request will
72
+
run the job name "[Test and Deploy static content to Pages](https://github.com/ovn-kubernetes/ovn-kubernetes/blob/master/.github/workflows/docs.yml)" which has a step to save the
73
+
docs artifacts. You can download those as a .zip file, extract and view them locally.
74
+
75
+
### Option 2) Build and serve docs locally
76
+
69
77
In order to test changes locally to either mkdocs.yml or to files under docs/ folder,
0 commit comments