Skip to content

Commit 2079962

Browse files
markphipgithub-actions
andauthored
Automated documentation update [skip ci] (#36)
Co-authored-by: github-actions <github-actions@github.com>
1 parent 57741c9 commit 2079962

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

src/docfx/README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,25 @@ Installs docfx tools
77

88
```json
99
"features": {
10-
"ghcr.io/microsoft/codespace-features/docfx:1": {}
10+
"ghcr.io/microsoft/codespace-features/docfx:2": {}
1111
}
1212
```
1313

14+
## Options
1415

16+
| Options Id | Description | Type | Default Value |
17+
|-----|-----|-----|-----|
18+
| version | Select version of DocFX | string | 2.67.5 |
1519

1620
## Customizations
1721

1822
### VS Code Extensions
1923

2024
- `yzhang.markdown-all-in-one`
2125

22-
This feature currently only supports installing the latest published version
23-
of DocFX. If support for older versions are required please file an Issue or
24-
send a pull request.
26+
This feature installs the latest version compatible with Microsoft's internal documentation
27+
platform which is currently 2.67.5. You can install a different version or 'latest" by using
28+
the 'version' option.
2529

2630
## OS Support
2731

0 commit comments

Comments
 (0)