This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
The following commit(s) were added to refs/heads/master by this push:
new f963319 docs: support CHANGELOG (#310)
f963319 is described below
commit f963319e38a1206f7eb7f75fd540c9a6acb5be28
Author: Kishani Kandasamy <[email protected]>
AuthorDate: Fri Mar 26 10:36:33 2021 +0530
docs: support CHANGELOG (#310)
---
docs/en/latest/config.json | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/docs/en/latest/config.json b/docs/en/latest/config.json
index abb8bb6..64c7b09 100644
--- a/docs/en/latest/config.json
+++ b/docs/en/latest/config.json
@@ -60,6 +60,11 @@
{
"type": "doc",
"id": "FAQ"
+ },
+ {
+ "type": "link",
+ "label": "CHANGELOG",
+ "href":
"https://github.com/apache/apisix-ingress-controller/blob/master/CHANGELOG.md"
}
]
}