File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments