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
* Add Dockerfile, make docker-image action, and update readme
* Remove stray text
* Minor comment update
* Split make action into docker-build and docker-serve
Co-authored-by: Nik Richers <nik@validmind.ai>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: README.md
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -136,3 +136,33 @@ After you pull in the changes, commit them to this repo as part of the release n
136
136
<!-- September 16, 2024: Need to mention rendered Python `.html` docs and generated `.md` test descriptions -->
137
137
138
138
<!-- Testing conditional changes on site/notebooks/ -->
139
+
140
+
## Build and serve the site with Docker
141
+
142
+
You can build and serve the static HTML docs site using Docker — for deployment as part of our product or for testing in a consistent local environment.
0 commit comments