From 6f9a3a54e4eea79d122048fb636ca2551cfa33bb Mon Sep 17 00:00:00 2001 From: Jeeva Kandasamy Date: Tue, 20 Jun 2023 18:14:04 +0530 Subject: [PATCH] update release 2.0.0 Signed-off-by: Jeeva Kandasamy --- README.md | 4 ++-- content/ta/_index.html | 3 ++- hugo.yaml | 10 +++++----- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 13f8d24..3f536ef 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ You can host it privately on your environment. If you are looking for a specific ## Download ### Container images -`master` branch images are tagged as `:master`
-Both released and master branch container images are published in to the following registries, * [Docker Hub](https://hub.docker.com/u/mycontroller) * [Quay.io](https://quay.io/organization/mycontroller) +`master` branch images are tagged as `:2.x.x-devel`
+ ## Setup development environment ### Pre Requests * [HUGO](https://gohugo.io/) - Install with extended support diff --git a/content/ta/_index.html b/content/ta/_index.html index c7952dd..0a7dec7 100644 --- a/content/ta/_index.html +++ b/content/ta/_index.html @@ -3,7 +3,7 @@ linkTitle = "MyController.org" +++ -{{ < blocks/cover title="MyController க்கு வரவேற்கிறோம்!" image_anchor="top" height="full" color="gray" > }} +{{< blocks/cover title="MyController க்கு வரவேற்கிறோம்!" image_anchor="top" height="full" color="gray" >}}

தமிழுக்கு மொழிபெயர்க்க தன்னார்வலர்கள் தேவை.
@@ -19,3 +19,4 @@

+{{< /blocks/cover >}} diff --git a/hugo.yaml b/hugo.yaml index 44c3e05..6bd84f5 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -1,7 +1,7 @@ # refer https://gohugo.io/getting-started/configuration/ baseUrl: / -title: "MyController.org: The OpenSource Controller" +# title: "MyController.org: The OpenSource Controller" # do not display title, we use svg log with title enableRobotsTXT: true theme: ["docsy"] enableGitInfo: true @@ -47,7 +47,7 @@ markup: languages: en: - title: "MyController.org: The OpenSource Controller" + # title: "MyController.org: The OpenSource Controller" # do not display title, we use svg log with title description: "The OpenSource Controller" languageName: "English" # Weight used for sorting. @@ -70,7 +70,7 @@ languages: weight: -8 ta: - title: "MyController.org: The OpenSource Controller" + # title: "MyController.org: The OpenSource Controller" # do not display title, we use svg log with title description: "The OpenSource Controller" languageName: தமிழ் contentDir: "content/ta" @@ -98,8 +98,8 @@ outputs: params: pageVariables: - versionTag: master # version tag used to pick exact release tag - version: 2.0.0-devel + versionTag: "v2.0.0" # version tag used to pick exact release tag + version: "2.0.0" copyright: "The MyController.org Authors." # privacy_policy: "https://policies.google.com/privacy"