File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -19,21 +19,18 @@ The process model provide processes, which conform to state-of the art standards
1919
2020#### Run a documentation build:
2121
22- #### Integrate latest score main branch
23-
2422``` bash
25- bazel run //process:incremental_latest
26- bazel build //process:docs_latest
23+ bazel run //:docs
2724```
2825
2926#### Access your documentation at:
3027
3128- ` _build/ ` for incremental
32- - ` bazel-bin/bazel-bin/<BUILD FILE FOLDER NAME>/ docs/_build/html `
29+ - ` bazel-bin/bazel-bin/docs/_build/html `
3330
3431#### Getting IDE support
3532
36- Create the virtual environment via ` bazel run //process :ide_support ` .\
33+ Create the virtual environment via ` bazel run //:ide_support ` .\
3734If your IDE does not automatically ask you to activate the newly created environment you can activate it.
3835
3936- In VSCode via ` ctrl+p ` => ` Select Python Interpreter ` then select ` .venv_docs/bin/python ` OR
@@ -43,8 +40,7 @@ If your IDE does not automatically ask you to activate the newly created environ
4340Now run the live_preview commands
4441
4542``` bash
46- bazel run //process:incremental_latest
47- bazel run //process:live_preview_latest
43+ bazel run //:live_preview
4844```
4945
5046#### Format your documentation with:
You can’t perform that action at this time.
0 commit comments