docs: Update pages

This commit is contained in:
Michael Currin
2020-10-15 10:43:47 +02:00
parent b27fe05ebe
commit c25398473f
3 changed files with 5 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
# Usage
> Build and preview a site locally
_Note: If using VS Code, you can use the command palette instead to run the configured tasks - these are setup in `.vscode/tasks.json`._
_Note: If using VS Code, you can use the command palette instead to run the configured tasks - these are setup in `.vscode/tasks.json`. However, using a `Makefile` allows more control locally and on for a remote build._
## Serve docs
@@ -21,13 +21,12 @@ Open URL:
Build docs site to `site` directory. Useful for production build or simulating that locally.
```sh
mkdocs build
```
Add this flag to remove stale files when building.
Add this flag to build in strict mode.
```sh
mkdocs build --clean
mkdocs build --strict
```