diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index b7f54e782503a..8e097ade889d1 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -45,6 +45,12 @@ "branch": "main", "branch_mapping": {} }, + { + "path_to_root": "data-integration-repo", + "url": "https://github.com/MicrosoftDocs/data-integration-pr", + "branch": "main", + "branch_mapping": {} + }, { "path_to_root": "_csharplang", "url": "https://github.com/dotnet/csharplang", @@ -130,4 +136,4 @@ ".openpublishing.redirection.visual-basic.json" ], "need_generate_intellisense": false -} \ No newline at end of file +} diff --git a/docfx.json b/docfx.json index 4daf2e760efb1..8881d4a79767c 100644 --- a/docfx.json +++ b/docfx.json @@ -31,6 +31,14 @@ "***/contributing.md" ] }, + { + "src": "data-integration-repo/data-integration", + "files": [ + "**/*.md", + "**/*.yml" + ], + "dest": "my-data-integration" + }, { "files": [ "**/*.md" diff --git a/docs/fundamentals/toc.yml b/docs/fundamentals/toc.yml index 5074fdc30baf9..ee4868c31b1e5 100644 --- a/docs/fundamentals/toc.yml +++ b/docs/fundamentals/toc.yml @@ -1,6 +1,8 @@ items: - name: .NET fundamentals documentation href: index.yml + - name: Data Gateway + href: my-data-integration/toc.yml - name: Get started items: - name: Hello World