Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[
{ "version": "4.1", "title": "4.1-Palau (WIP)", "aliases": [] },
{ "version": "4.1", "title": "4.1-Palau (WIP)", "aliases": [] },
{ "version": "4.0", "title": "4.0-Odesa", "aliases": [ "latest" ] },
{ "version": "3.1", "title": "3.1-Napa", "aliases": [] },
{ "version": "3.0", "title": "3.0-Minnesota", "aliases": [] },
Expand All @@ -8,5 +8,6 @@
{ "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": "4", "title": "4-Queensland", "aliases": [] }
]
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ plugins:
- https://www.gnu.org/prep/standards/html_node/Program-Behavior.html
- https://linuxtv.org/wiki/index.php/V4l-utils
raise_error_excludes:
400: ['https://help.axis.com/en-us/axis-os-hardening-guide#onvif-replay-attack-protection']
4: ['https://help.axis.com/en-us/axis-os-hardening-guide#onvif-replay-attack-protection']
403: ['https://www.collinsdictionary.com/us/dictionary/english/unit-of-measurement',
'https://www.pcmag.com/encyclopedia/term/run-native','https://www.vmware.com/topics/glossary/content/kubernetes-cluster.html',
'https://app.getpostman.com/','https://www.raspberrypi.com/products/raspberry-pi-3-model-b/',
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
config_version: v4
# api_version is the major API version
#
# Examples: v2, v3
api_version: v3
latest_released_version: '4.0.2'
latest_release_name: 'palau'
next_version: '4.1'