From a12821d72fca3ca012ceccda3e99bbe32a2255fc Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Fri, 3 May 2024 15:00:19 -0700 Subject: [PATCH] test embedded toc --- .openpublishing.publish.config.json | 8 +++++++- docfx.json | 8 ++++++++ docs/fundamentals/toc.yml | 2 ++ 3 files changed, 17 insertions(+), 1 deletion(-) 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