We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e1837 commit dc12301Copy full SHA for dc12301
_site
docfx.json
@@ -64,12 +64,25 @@
64
"globalMetadataFiles": [],
65
"fileMetadataFiles": [],
66
"template": [
67
- "default"
+ "default",
68
+ "modern",
69
+ "template"
70
],
71
"postProcessors": [],
72
"noLangKeyword": false,
73
"keepFileLink": false,
74
"cleanupCacheHistory": false,
- "disableGitFeatures": false
75
+ "disableGitFeatures": false,
76
+ "globalMetadata": {
77
+ "_enableSearch": "true",
78
+ "_appLogoPath": "projects/RabbitMQ.Client/icon.png",
79
+ "_disableContribution": false,
80
+ "_gitContribute": {
81
+ "repo": "https://github.com/rabbitmq/rabbitmq-dotnet-client.git",
82
+ "branch": "gh-pages",
83
+ "apiSpecFolder": "api"
84
+ },
85
+ "_gitUrlPattern": "github"
86
+ }
87
}
88
0 commit comments