We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74aee82 commit 9fc158bCopy full SHA for 9fc158b
CONTRIBUTING.md
@@ -301,3 +301,10 @@ newly published version.
301
302
When a new commit is made to the `master`, the documentation is built and
303
automatically uploaded to github pages.
304
+
305
+If you want to see the changes to the documentation when rendered, run `mkdocs
306
+serve` to build the documentation and serve it locally. Alternatively, if you
307
+merge your own changes to your own fork's `master` branch, this workflow will
308
+serve the documentation at `https://<your-github-username>.github.io/tfx`. This
309
+provides a convenient way for developers to check deployments before they merge
310
+a PR to the upstream `tfx` repository.
0 commit comments