Skip to content

Commit

Permalink
Add strict mode and debug info
Browse files Browse the repository at this point in the history
Signed-off-by: Arthit Suriyawongkul <[email protected]>
  • Loading branch information
bact authored and goneall committed Jun 11, 2024
1 parent 1dd2341 commit d0a6dd8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,18 @@ Or building a static HTML site:
mkdocs build
```

To abort the build immediately when there is a warning, enables strict mode:

```shell
mkdocs build --strict
```

To get debug messages, enables verbose output:

```shell
mkdocs build --verbose
```

## Configuring the website

Inside `spdx-spec/` directory, there is a file `mkdocs.yml`. This is a
Expand Down

0 comments on commit d0a6dd8

Please sign in to comment.