Skip to content

Commit c2ca30f

Browse files
committed
Further fix for api doc link
1 parent 4649391 commit c2ca30f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docfx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"resource": [
1717
{
1818
"files": [
19-
"/docs/images/**"
19+
"/docs/images/**",
20+
"/docs/api/docs/**"
2021
]
2122
}
2223
],

toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- name: Changelog
66
href: CHANGELOG.md
77
- name: API Reference
8-
href: docs/api/../index.html
8+
href: docs/api/docs/index.html
99
- name: License
1010
href: LICENSE.md
1111

0 commit comments

Comments
 (0)