diff --git a/docs/docfx.json b/docs/docfx.json index 2a50869d6..3156e9607 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -24,6 +24,10 @@ }, { "files": ["guides/**.md", "guides/**/toc.yml"] + }, + { + "src": "../", + "files": ["CHANGELOG.md"] } ], "resource": [{ diff --git a/docs/toc.yml b/docs/toc.yml index 337294b1a..bea010c5a 100644 --- a/docs/toc.yml +++ b/docs/toc.yml @@ -6,4 +6,6 @@ topicUid: FAQ.Basics.GetStarted - name: API Documentation href: api/ - topicUid: API.Docs \ No newline at end of file + topicUid: API.Docs +- name: Changelog + topicHref: ../CHANGELOG.md \ No newline at end of file