Skip to content

Commit

Permalink
Add “[8] Freeze specification” plus explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
kordwarshuis committed Sep 12, 2024
1 parent d64f842 commit db6d179
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/various-roles/general-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Please choose one of the following options:
[5] Validate config file
[6] Add new terms
[7] Open documentation website
[8] Freeze specification
[Q] Quit
```

Expand Down Expand Up @@ -120,6 +121,17 @@ No Direct command.

This command will redirect to the documentation website (the site you are reading right now).

### `[8] Freeze specification`

Direct command:

```bash
npm run freeze
```

This command makes a copy of the `index.html` file and adds a version number to the file name (`index-v1.html`, `index-v2.html` etc). These files are placed in the same folder as the `index.html` but in a subfolder called `versions`.


### `[Q] Quit`

This command will take you out of the menu.
Expand Down

0 comments on commit db6d179

Please sign in to comment.