Browse Source

Include CHANGELOG.md in docs

pull/1218/head
Still Hsu 6 years ago
parent
commit
f840e57380
No known key found for this signature in database GPG Key ID: 8601A145FDA95209
2 changed files with 7 additions and 1 deletions
  1. +4
    -0
      docs/docfx.json
  2. +3
    -1
      docs/toc.yml

+ 4
- 0
docs/docfx.json View File

@@ -24,6 +24,10 @@
},
{
"files": ["guides/**.md", "guides/**/toc.yml"]
},
{
"src": "../",
"files": ["CHANGELOG.md"]
}
],
"resource": [{


+ 3
- 1
docs/toc.yml View File

@@ -6,4 +6,6 @@
topicUid: FAQ.Basics.GetStarted
- name: API Documentation
href: api/
topicUid: API.Docs
topicUid: API.Docs
- name: Changelog
topicHref: ../CHANGELOG.md

Loading…
Cancel
Save