File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,16 @@ The documentation is created using the [mm-docs](https://github.com/majkinetor/m
8
8
- For Windows Desktop use: ` cinst docker-desktop `
9
9
- PowerShell (optional)
10
10
- [ Invoke-Build] ( https://www.powershellgallery.com/packages/InvokeBuild ) module
11
+ - or use included ` ./Invoke-Build.ps1 ` script in the repository root
11
12
12
13
## Usage
13
14
14
15
Within PowerShell use ` Invoke-Build ` (ib):
15
16
16
- | Command | Description |
17
- | -------------------- | ------------------------------------------------------------------ ---------------------------------- |
18
- | ` ib Build ` | Build static site, always set explicit version env var, for example ` $Env:MM_DOCS_VERSION = '0.2.2' ` |
19
- | ` ib Run -aPort 8888 ` | Serve static site on port 8888 (default is 8000)< br >This enables concurrent use on several projects |
17
+ | Command | Description |
18
+ | ---------- | ---------------------------------- |
19
+ | ` ib Build ` | Build static site |
20
+ | ` ib Run ` | Serve static site with live reload |
20
21
21
22
Otherwise, run appropriate docker commands:
22
23
You can’t perform that action at this time.
0 commit comments