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: src/devdoc/docgen.md
+22-2Lines changed: 22 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,27 @@ The SAF Specification is generated into HTML pages from a model. The generation
14
14
## Github Workflow on SAF Specification Repository
15
15
The SAF Specification repository contains a workflow which generates the HTML pages from the JSON and markdown files. It is triggered by commits to the Specification repository.
16
16
17
-
## local document generation (setup)
17
+
## Local document generation using docker and vs-code
18
+
*[install git](https://git-scm.com/downloads)
19
+
* install wsl 2 (no distro)
20
+
21
+
in a powershell
22
+
```
23
+
wsl --install --no-distro
24
+
```
25
+
* [install docker desktop](https://docs.docker.com/desktop/setup/install/windows-install/) (a WSL2 based installation)
26
+
* clone the SAF Specification repository to your machine
0 commit comments