Skip to content

Commit ab13fc4

Browse files
authored
Adding yml into search scopes set on file metadata
Talked with Sudeep to debug why search scope wasn't working on landing pages. The .yml file needs to be added as a separate entry.
1 parent 651e1d6 commit ab13fc4

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

docfx.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,16 +368,27 @@
368368
},
369369
"searchScope": {
370370
"articles/azure-databricks/**/*.md": ["Azure","Azure Databricks"],
371+
"articles/azure-databricks/**/*.yml": ["Azure","Azure Databricks"],
371372
"articles/cosmos-db/**/*.md": ["Azure","Azure Cosmos DB"],
373+
"articles/cosmos-db/**/*.yml": ["Azure","Azure Cosmos DB"],
372374
"articles/data-catalog/**/*.md": ["Azure","Azure Data Catalog"],
375+
"articles/data-catalog/**/*.yml": ["Azure","Azure Data Catalog"],
373376
"articles/data-explorer/**/*.md": ["Azure","Kusto","Azure Data Explorer"],
377+
"articles/data-explorer/**/*.yml": ["Azure","Kusto","Azure Data Explorer"],
374378
"articles/data-lake-analytics/**/*.md": ["Azure","Azure Data Lake Analytics"],
379+
"articles/data-lake-analytics/**/*.yml": ["Azure","Azure Data Lake Analytics"],
375380
"articles/data-share/**/*.md": ["Azure","Azure Data Share"],
381+
"articles/data-share/**/*.yml": ["Azure","Azure Data Share"],
376382
"articles/hdinsight/**/*.md": ["Azure","Azure HDInsight"],
377-
"articles/mariadb/**.md": ["Azure","Azure Database for MariaDB"],
378-
"articles/mysql/**.md": ["Azure","Azure Database for MySQL"],
383+
"articles/hdinsight/**/*.yml": ["Azure","Azure HDInsight"],
384+
"articles/mariadb/**/*.md": ["Azure","Azure Database for MariaDB"],
385+
"articles/mariadb/**/*.yml": ["Azure","Azure Database for MariaDB"],
386+
"articles/mysql/**/*.md": ["Azure","Azure Database for MySQL"],
387+
"articles/mysql/**/*.yml": ["Azure","Azure Database for MySQL"],
379388
"articles/postgresql/**.md": ["Azure","Azure Database for PostgreSQL"],
380-
"articles/stream-analytics/**/*.md": ["Azure","Stream Analytics"]
389+
"articles/postgresql/**.yml": ["Azure","Azure Database for PostgreSQL"],
390+
"articles/stream-analytics/**/*.md": ["Azure","Stream Analytics"],
391+
"articles/stream-analytics/**/*.yml": ["Azure","Stream Analytics"]
381392
},
382393
"titleSuffix": {
383394
"articles/governance/blueprints/**/*.md": "Azure Blueprints",

0 commit comments

Comments
 (0)