diff --git a/Documentation/articles/toc.yml b/Documentation/articles/toc.yml index ff89ef1f..c239cb2a 100644 --- a/Documentation/articles/toc.yml +++ b/Documentation/articles/toc.yml @@ -1,2 +1,2 @@ -- name: Introduction - href: intro.md +- name: Buffering submission + href: buffersubmit.md diff --git a/Documentation/docfx.json b/Documentation/docfx.json index 094fc3a8..308d293b 100644 --- a/Documentation/docfx.json +++ b/Documentation/docfx.json @@ -56,7 +56,6 @@ ], "output": "_site", "globalMetadata": { - "_appTitle": "My App", "_appFaviconPath": "images/armonik_favicon.ico", "_appLogoPath": "images/armonik_logo.svg", "_appFooter": "Aneo", @@ -73,4 +72,4 @@ "keepFileLink": false, "disableGitFeatures": false } -} \ No newline at end of file +} diff --git a/Documentation/index.md b/Documentation/index.md index f071a251..c4634558 100644 --- a/Documentation/index.md +++ b/Documentation/index.md @@ -1,3 +1,7 @@ # ArmoniK.Extensions.Csharp API documentation Autogenerated documentation of the Extensions.Csharp for ArmoniK + +## Articles + +- [Buffering submission](articles/buffersubmit.md) diff --git a/Documentation/toc.yml b/Documentation/toc.yml index 4869c98a..59f80104 100644 --- a/Documentation/toc.yml +++ b/Documentation/toc.yml @@ -1,3 +1,5 @@ +- name: Articles + href: articles/ - name: Api Documentation href: api/ homepage: api/index.md