Skip to content

Commit

Permalink
fix 2.0.0 tags
Browse files Browse the repository at this point in the history
Signed-off-by: Jeeva Kandasamy <jkandasa@gmail.com>
  • Loading branch information
jkandasa committed Jun 20, 2023
1 parent 4dc8ee9 commit 0c5e0b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions content/en/docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ menu:
weight: 1
---

This documentation is applicable for the version **{{< variable "version" >}}**
This documentation is applicable for the version **{{< variable "versionTag" >}}**

# Source Codes
* [Backend](https://github.com/mycontroller-org/server/tree/{{< variable "version" >}})
* [Web console](https://github.com/mycontroller-org/console-web/tree/{{< variable "version" >}})
* [Documentation](https://github.com/mycontroller-org/documentation/tree/{{< variable "version" >}})
* [Backend](https://github.com/mycontroller-org/server/tree/{{< variable "versionTag" >}})
* [Web console](https://github.com/mycontroller-org/console-web/tree/{{< variable "versionTag" >}})
* [Documentation](https://github.com/mycontroller-org/documentation/tree/{{< variable "versionTag" >}})

# License
* [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If you are running from non-root user, you should include `sudo` in the beginnin
```bash
cd /opt/apps/mycontroller

curl https://raw.githubusercontent.com/mycontroller-org/backend/master/resources/sample-docker-server.yaml \
curl https://raw.githubusercontent.com/mycontroller-org/backend/{{< variable "versionTag" >}}/resources/sample-docker-server.yaml \
--output mycontroller.yaml
```

Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/overview/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ MyController 2.x is completely redesigned. You can not upgrade from MyController
* [Nats.io](https://nats.io/) - Message Bus
* Supported Databases
* Storage
* [In-Memory](https://github.com/mycontroller-org/server/tree/master/plugin/database/storage/memory) - developed and maintained by MyController community
* [In-Memory](https://github.com/mycontroller-org/server/tree/{{< variable "versionTag" >}}/plugin/database/storage/memory) - developed and maintained by MyController community
* [MongoDB](https://www.mongodb.com/)
* Metric
* [InfluxDB](https://www.influxdata.com/products/influxdb/)
Expand Down

0 comments on commit 0c5e0b6

Please sign in to comment.