@@ -23,18 +23,7 @@ We have installed
2323[ ` jupyter-myst-build-proxy ` ] ( https://github.com/ryanlovett/jupyter-myst-build-proxy )
2424which builds the MyST site on-demand.
2525
26- To view your built site:
27-
28- * Copy the URL of your server (e.g. Matt's URL is
29- ` https://hub.cryointhecloud.com/user/mfisher87/lab ` )
30- * Open a new browser tab
31- * Paste the URL in the URL bar
32- * Replace ` /lab ` with ` /myst-build/$DIRECTORY_OF_MYST_PROJECT ` ; for example, Matt's
33- project is at ` ~/workshop-open-source-geospatial ` , so his URL would be
34- ` https://hub.cryointhecloud.com/user/mfisher87/myst-build/workshop-open-source-geospatial ` .
35-
36- At this point you should see the build progress in your browser. It should only take a
37- few seconds, and then you'll see your fully-built MyST site!
26+ See [ ] ( ../reference/04-using-myst.md ) for instructions.
3827
3928
4029### Tradeoffs
@@ -44,14 +33,6 @@ start`
4433([ read more here] ( https://github.com/ryanlovett/jupyter-myst-build-proxy/issues/8 ) ).
4534As a consequence, builds are not triggered automatically when edits are performed.
4635
47- Builds are triggered in two ways:
48-
49- * First build: When the user first accesses the URL corresponding to the MyST project,
50- and the built site is not found, a build is triggered.
51- A nice UI shows the user progress in their browser during the build.
52- * Subsequent builds: The user must append ` /?rebuild=1 ` to the URL to trigger subsequent
53- builds.
54-
5536There is currently no known way to use the MyST preview server ` myst start ` in a
5637JupyterLab environment. See https://github.com/jupyter-book/mystmd/issues/302
5738
0 commit comments