This is an automated email from the ASF dual-hosted git repository. johnmcw pushed a commit to branch dl_links in repository https://gitbox.apache.org/repos/asf/incubator-milagro.git
commit b754b53938df18a4efc280863f4ddb86623b9f2a Author: John McCane-Whitney <[email protected]> AuthorDate: Wed Aug 28 17:55:50 2019 +0100 Added download links --- website/sidebars.json | 1 + website/siteConfig.js | 1 + 2 files changed, 2 insertions(+) diff --git a/website/sidebars.json b/website/sidebars.json index 4b2ed98..ca7db59 100644 --- a/website/sidebars.json +++ b/website/sidebars.json @@ -57,6 +57,7 @@ ], "Project Info": [ "contributor-guide", + "downloads", "../help", "../blog" ] diff --git a/website/siteConfig.js b/website/siteConfig.js index c3bbf82..1d64fbe 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -41,6 +41,7 @@ const siteConfig = { {doc: 'milagro-intro', label: 'Docs'}, {page: 'help', label: 'Support'}, {doc: 'contributor-guide', label: 'Contributing'}, + {doc: 'downloads', label: 'Downloads'}, {blog: true, label: 'Status'}, ],
