microsoft/openvmm

Public

mirrored from https://github.com/microsoft/openvmmAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
6531c77717c0bab81bc1fec26aa386d69cbe507a

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

Guide/docfx.json

36lines · modecode

1{
2 "build": {
3 "content": [
4 {
5 "files": [ "**/*.md", "**/toc.yml" ]
6 }
7 ],
8 "resource": [
9 {
10 "files": [
11 "**/*.png"
12 ]
13 }
14 ],
15 "dest": "_site",
16 "globalMetadata": {
17 "_appTitle": "OpenVMM Developer Guide",
18 "_enableSearch": "true",
19 "_enableNewTab": "true",
20 "_gitContribute": {
21 "branch": "main"
22 }
23 },
24 "globalMetadataFiles": [],
25 "fileMetadataFiles": [],
26 "template": [
27 "default"
28 ],
29 "postProcessors": [],
30 "markdownEngineName": "markdig",
31 "noLangKeyword": false,
32 "keepFileLink": false,
33 "cleanupCacheHistory": false,
34 "disableGitFeatures": false
35 }
36}