Skip to content

Commit

Permalink
ci: automated version file changes for [3]
Browse files Browse the repository at this point in the history
Signed-off-by: edgex-jenkins <collab-it+edgex@linuxfoundation.org>
  • Loading branch information
edgex-jenkins committed Nov 21, 2023
1 parent b2b6209 commit d8bcabf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 21 deletions.
7 changes: 4 additions & 3 deletions docs/versions.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[
{ "version": "3.1", "title": "3.1-Napa (WIP)", "aliases": [] },
{ "version": "3.0", "title": "3.0-Minnesota", "aliases": [ "latest" ] },
{ "version": "3.1", "title": "3.1-Napa (WIP)", "aliases": [ "latest" ] },
{ "version": "3.0", "title": "3.0-Minnesota", "aliases": [] },
{ "version": "2.3", "title": "2.3-Levski", "aliases": [] },
{ "version": "2.2", "title": "2.2-Kamakura", "aliases": [] },
{ "version": "2.1", "title": "2.1-Jakarta", "aliases": [] },
{ "version": "2.0", "title": "2.0-Ireland", "aliases": [] },
{ "version": "1.3", "title": "1.3-Hanoi", "aliases": [] },
{ "version": "1.2", "title": "1.2-Geneva", "aliases": [] }
{ "version": "1.2", "title": "1.2-Geneva", "aliases": [] },
{ "version": "3", "title": "3-Odessa", "aliases": [] }
]
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
site_name: EdgeX Foundry Documentation
docs_dir: docs_src
site_dir: docs/3.1
site_dir: docs/3
site_description: 'Documentation for use of EdgeX Foundry'
site_author: 'Michael Johanson'
site_url: 'https://docs.edgexfoundry.org/3.1'
site_url: 'https://docs.edgexfoundry.org/3'
repo_url: 'https://github.com/edgexfoundry/edgex-go'
repo_name: 'edgex/edgex-go'
copyright: 'Copyright &copy; 2023 EdgeX Foundry'
Expand Down
19 changes: 3 additions & 16 deletions template_macros.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
# version is the git branch or tag
#
# Its value is used in Github URLs
#
# In the main branch, it should always be set to "main".
# Upon releases and in edgex-docs release branches (e.g. levski, minnesota),
# the value should be replaced with the git tag that is the minor semantic
# version.
#
# Examples: main, v3.0, v3.1
edgexversion: main

# api_version is the major API version
#
# Examples: v2, v3
api_version: v3
latest_released_version: '3.1.0'
latest_release_name: 'napa'
next_version: '3.2'

0 comments on commit d8bcabf

Please sign in to comment.