Skip to content

Commit

Permalink
Release 2.3.0 documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Orlin Vasilev <ovasilev@vmware.com>
  • Loading branch information
Orlin Vasilev committed Jun 23, 2021
1 parent 21b520e commit 66efc51
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .backportrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// .backportrc.json
{
"upstream": "goharbor/website",
"targetBranchChoices": ["master", "release-1.10", "release-2.0.0", "release-2.1.0", "release-2.2.0"]
"targetBranchChoices": ["master", "release-1.10", "release-2.0.0", "release-2.1.0", "release-2.2.0", "release-2.3.0"]
}
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ helmversion = "1.3"
branchname = "release-X.Y.Z"
```

As last step, update the [_index.md](https://github.com/goharbor/website/blob/master/docs/_index.md) file with the new version number and correct links.


After a release, update the [backport](https://github.com/sqren/backport) tool configuration file, `.backportrc.json`, with the new release branch name.

### CSS
Expand Down
5 changes: 5 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ logo_repo = "https://branding.cncf.io/projects/harbor"
youtube_video_id = "4zZiBcvZmgQ"
alpine_js_version = "2.1.2"

[[params.versions]]
harborversion = "2.3.0"
helmversion = "1.3"
branchname = "release-2.3.0"

[[params.versions]]
harborversion = "2.2.0"
helmversion = "1.3"
Expand Down
8 changes: 4 additions & 4 deletions docs/_index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Harbor 2.2 Documentation
title: Harbor 2.3 Documentation
---

Welcome to the Harbor 2.2.x documentation. This documentation includes all of the information that you need to install, configure, and use Harbor.
Welcome to the Harbor 2.3.x documentation. This documentation includes all of the information that you need to install, configure, and use Harbor.

## Harbor Installation and Configuration

Expand All @@ -22,6 +22,6 @@ This section describes how developers can build from Harbor source code, customi

## Access the Documentation Source Files

The source files for this documentation set are located in the [Harbor repository on Github](https://github.com/goharbor/harbor/tree/release-2.2.0/docs).
The source files for this documentation set are located in the [Harbor repository on Github](https://github.com/goharbor/harbor/tree/release-2.3.0/docs).

For the previous versions of the docs, go to the [`docs` folder in the Github repository](https://github.com/goharbor/harbor/tree/master/docs) and select the appropriate `release-xxx` branch.
For the previous versions of the docs, go to the [`docs` folder in the Github repository](https://github.com/goharbor/harbor/tree/master/docs) and select the appropriate `release-X.Y.Z` branch.

0 comments on commit 66efc51

Please sign in to comment.