Skip to content

3). Add topic files 1 to 2 #16872

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Feb 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion .openpublishing.redirection.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{
"source_path": "docs/architecture/cloud-native/distributed-data.md",
"redirect_url": "/dotnet/architecture/cloud-native/database-per-microservice"
},
},
{
"source_path": "docs/architecture/microservices/architect-microservice-container-applications/communication-between-microservices.md",
"redirect_url": "/dotnet/architecture/microservices/architect-microservice-container-applications/communication-in-microservice-architecture",
Expand Down Expand Up @@ -1204,6 +1204,11 @@
"redirect_url": "/dotnet/standard/linq/sample-xsd-file-customers-orders",
"redirect_document_id": true
},
{
"source_path": "docs/csharp/programming-guide/concepts/linq/linq-to-xml-overview.md",
"redirect_url": "/dotnet/standard/linq/linq-xml-overview",
"redirect_document_id": true
},
{
"source_path": "docs/csharp/programming-guide/concepts/threading/how-to-use-a-thread-pool.md",
"redirect_url": "/dotnet/api/system.threading.threadpool.queueuserworkitem"
Expand Down Expand Up @@ -3699,6 +3704,11 @@
"source_path": "docs/standard/threading/reader-writer-locks.md",
"redirect_url": "/dotnet/api/system.threading.readerwriterlockslim"
},
{
"source_path": "docs/standard/using-linq.md",
"redirect_url": "/dotnet/standard/linq/index",
"redirect_document_id": true
},
{
"source_path": "docs/standard/threading/thread-suspend-garbage-collection-and-safe-points.md",
"redirect_url": "/dotnet/api/system.threading.thread.suspend"
Expand Down Expand Up @@ -4158,6 +4168,10 @@
"source_path": "docs/visual-basic/programming-guide/concepts/linq/sample-xsd-file-customers-and-orders.md",
"redirect_url": "/dotnet/standard/linq/sample-xsd-file-customers-orders"
},
{
"source_path": "docs/visual-basic/programming-guide/concepts/linq/linq-to-xml-overview.md",
"redirect_url": "/dotnet/standard/linq/linq-xml-overview"
},
{
"source_path": "docs/visual-basic/programming-guide/concepts/threading/how-to-use-a-thread-pool.md",
"redirect_url": "/dotnet/api/system.threading.threadpool.queueuserworkitem"
Expand Down
1 change: 0 additions & 1 deletion docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,6 @@
"docs/core/versions/**.md": ".NET Core",
"docs/desktop-wpf/**/**.md": "WPF",
"docs/machine-learning/**/**.md": "ML.NET",
"docs/standard/linq/**.md": ".NET",
"docs/standard/data/sqlite/**/**.md": "Microsoft.Data.Sqlite",
"docs/standard/design-guidelines/**/**.md": "Framework Design Guidelines",
"docs/visual-basic/**/**.md": "Visual Basic"
Expand Down
3 changes: 3 additions & 0 deletions docs/breadcrumb/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@
- name: File and stream I/O
tocHref: /dotnet/standard/io/
topicHref: /dotnet/standard/io/index
- name: LINQ
tocHref: /dotnet/standard/linq/
topicHref: /dotnet/standard/linq/index
- name: Memory and span-related types
tocHref: /dotnet/standard/memory-and-spans/
topicHref: /dotnet/standard/memory-and-spans/index
Expand Down
120 changes: 0 additions & 120 deletions docs/csharp/programming-guide/concepts/linq/linq-to-xml-overview.md

This file was deleted.

Loading