diff --git a/config.toml b/config.toml index 25288342b..8d91a66bd 100644 --- a/config.toml +++ b/config.toml @@ -45,6 +45,11 @@ pluralizeListTitles = false identifier = "about" pre = "" weight = -110 +[[menu.main]] + name = "Release Notes" + url = "/release-notes/" + pre = "" + weight = -111 [[menu.main]] name = "Getting Started" identifier = "getting started" diff --git a/content/release-notes/_index.md b/content/release-notes/_index.md new file mode 100644 index 000000000..3b934c69d --- /dev/null +++ b/content/release-notes/_index.md @@ -0,0 +1,8 @@ +--- +date: 2017-04-17 +aliases: +- /doc/release-notes/ +- /meta/release-notes/ +title: Release Notes +weight: 10 +--- diff --git a/content/meta/release-notes.md b/content/release-notes/release-notes.md similarity index 99% rename from content/meta/release-notes.md rename to content/release-notes/release-notes.md index af82d908a..7f962e318 100644 --- a/content/meta/release-notes.md +++ b/content/release-notes/release-notes.md @@ -2,12 +2,8 @@ aliases: - /doc/release-notes/ - /meta/release-notes/ -date: 2013-07-01 -menu: - main: - parent: about -title: Release Notes -weight: 10 +date: 2017-04-16 +title: Older Release Notes --- # **0.20.2** April 16th 2017 diff --git a/layouts/section/release-notes.html b/layouts/section/release-notes.html new file mode 100644 index 000000000..6af512603 --- /dev/null +++ b/layouts/section/release-notes.html @@ -0,0 +1,6 @@ +{{ define "main" }} +{{ range .Pages }} +