Skip to content

Commit e563612

Browse files
authored
Turn off selected recommendations (#24314)
* Turn off selected recommendations Turn of "recommended content" generation in two cases: - When the article is part of a series. These are identified by finding the "step-by-step" div for previous and next actions. - When the article has a clear "Next actions" at the close. We're directing the reader to a single next step, so why distract them? Where a single folder was affected, the folder was configured in docfx.json. For most of the tutorials, these were mixed in folders with other content, so the change is in the file itself. * remove duplicate key
1 parent 2e0fcdb commit e563612

File tree

53 files changed

+55
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+55
-0
lines changed

docfx.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,8 @@
490490
"docs/csharp/language-reference/**/**.md": false,
491491
"docs/csharp/misc/**/**.md": false,
492492
"docs/csharp/programming-guide/xmldoc/**/**.md": false,
493+
"docs/csharp/tour-of-csharp/**/*.md": false,
494+
"docs/csharp/tour-of-csharp/tutorials/*.yml": false,
493495
"docs/framework/additional-apis/**/**.md": false,
494496
"docs/framework/configure-apps/file-schema/**/**.md": false,
495497
"docs/framework/data/adonet/ef/language-reference/*-entity-sql.md": false,
@@ -508,6 +510,7 @@
508510
"docs/fundamentals/diagnostics/**/**.md": false,
509511
"docs/fundamentals/syslib-diagnostics/**/**.md": false,
510512
"docs/standard/data/sqlite/**/**.md": false,
513+
"docs/standard/library-guidance/**/**.md": false,
511514
"docs/visual-basic/language-reference/**/**.md": false,
512515
"docs/visual-basic/reference/**/**.md": false,
513516
"docs/visual-basic/misc/**/**.md": false,

docs/azure/azure-tools.md

Lines changed: 1 addition & 0 deletions

docs/azure/configure-visual-studio.md

Lines changed: 1 addition & 0 deletions

docs/azure/configure-vs-code.md

Lines changed: 1 addition & 0 deletions

docs/azure/create-azure-account.md

Lines changed: 1 addition & 0 deletions

docs/azure/install-azure-cli.md

Lines changed: 1 addition & 0 deletions

docs/azure/migration/choose.md

Lines changed: 1 addition & 0 deletions

docs/azure/migration/sql.md

Lines changed: 1 addition & 0 deletions

docs/azure/migration/vm.md

Lines changed: 1 addition & 0 deletions

docs/core/diagnostics/debug-deadlock.md

Lines changed: 1 addition & 0 deletions

0 commit comments

Comments
 (0)