Skip to content

Commit 6f9a3a5

Browse files
committed
update release 2.0.0
Signed-off-by: Jeeva Kandasamy <jkandasa@gmail.com>
1 parent 46b10eb commit 6f9a3a5

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ You can host it privately on your environment. If you are looking for a specific
1010

1111
## Download
1212
### Container images
13-
`master` branch images are tagged as `:master`<br>
14-
Both released and master branch container images are published in to the following registries,
1513
* [Docker Hub](https://hub.docker.com/u/mycontroller)
1614
* [Quay.io](https://quay.io/organization/mycontroller)
1715

16+
`master` branch images are tagged as `:2.x.x-devel`<br>
17+
1818
## Setup development environment
1919
### Pre Requests
2020
* [HUGO](https://gohugo.io/) - Install with extended support

content/ta/_index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
linkTitle = "MyController.org"
44
+++
55

6-
{{ < blocks/cover title="MyController க்கு வரவேற்கிறோம்!" image_anchor="top" height="full" color="gray" > }}
6+
{{< blocks/cover title="MyController க்கு வரவேற்கிறோம்!" image_anchor="top" height="full" color="gray" >}}
77
<div class="mx-auto">
88
<p class="lead mt-3" style="font-size: 150%;">
99
தமிழுக்கு மொழிபெயர்க்க தன்னார்வலர்கள் தேவை.<br>
@@ -19,3 +19,4 @@
1919
</a>
2020
</p>
2121
</div>
22+
{{< /blocks/cover >}}

hugo.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# refer https://gohugo.io/getting-started/configuration/
22

33
baseUrl: /
4-
title: "MyController.org: The OpenSource Controller"
4+
# title: "MyController.org: The OpenSource Controller" # do not display title, we use svg log with title
55
enableRobotsTXT: true
66
theme: ["docsy"]
77
enableGitInfo: true
@@ -47,7 +47,7 @@ markup:
4747

4848
languages:
4949
en:
50-
title: "MyController.org: The OpenSource Controller"
50+
# title: "MyController.org: The OpenSource Controller" # do not display title, we use svg log with title
5151
description: "The OpenSource Controller"
5252
languageName: "English"
5353
# Weight used for sorting.
@@ -70,7 +70,7 @@ languages:
7070
weight: -8
7171

7272
ta:
73-
title: "MyController.org: The OpenSource Controller"
73+
# title: "MyController.org: The OpenSource Controller" # do not display title, we use svg log with title
7474
description: "The OpenSource Controller"
7575
languageName: தமிழ்
7676
contentDir: "content/ta"
@@ -98,8 +98,8 @@ outputs:
9898

9999
params:
100100
pageVariables:
101-
versionTag: master # version tag used to pick exact release tag
102-
version: 2.0.0-devel
101+
versionTag: "v2.0.0" # version tag used to pick exact release tag
102+
version: "2.0.0"
103103

104104
copyright: "The MyController.org Authors."
105105
# privacy_policy: "https://policies.google.com/privacy"

0 commit comments

Comments
 (0)