Skip to content

Commit 6074850

Browse files
authored
website: add missing _appName docfx config entries (#1372)
1 parent ba1b050 commit 6074850

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

websites/apidocs/docfx.global.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"_appName": "Apache Lucene.NET Search Engine Library",
23
"_appTitle": "Apache Lucene.NET 4.8.0-ci Documentation",
34
"_disableContribution": true,
45
"_appFaviconPath": "logo/favicon.ico",

websites/site/docfx.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
}
3636
],
3737
"globalMetadata": {
38+
"_appName": "Apache Lucene.NET Search Engine Library",
3839
"_appTitle": "Apache Lucene.NET 4.8.0",
3940
"_disableContribution": false,
4041
"_disableBreadcrumb": false,

0 commit comments

Comments
 (0)