Skip to content

Commit adda407

Browse files
author
Lenny Goodell
authored
build: Switch Doc Development to Kamakura (#637)
Signed-off-by: Leonard Goodell <[email protected]>
1 parent 27a72d5 commit adda407

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>Redirecting</title>
55
<script>
6-
window.location.replace("2.0");
6+
window.location.replace("2.1");
77
</script>
88
</head>
99
<body>

docs/versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
{"version": "1.2", "title": "1.2-Geneva", "aliases": []},
44
{"version": "1.3", "title": "1.3-Hanoi", "aliases": []},
55
{"version": "2.0", "title": "2.0-Ireland", "aliases": []},
6-
{"version": "2.1", "title": "2.1-Jakarta", "aliases": []}
6+
{"version": "2.1", "title": "2.1-Jakarta", "aliases": []},
7+
{"version": "2.2", "title": "2.2-Kamakura", "aliases": []}
78
]

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
site_name: EdgeX Foundry Documentation
22
docs_dir: ./docs_src
3-
site_dir: ./docs/2.1
3+
site_dir: ./docs/2.2
44
site_description: 'Documentation for use of EdgeX Foundry'
55
site_author: 'Michael Johanson'
66
site_url: 'https://edgexfoundry.github.io/edgex-docs/'

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
{"version": "1.2", "title": "1.2-Geneva", "aliases": []},
44
{"version": "1.3", "title": "1.3-Hanoi", "aliases": []},
55
{"version": "2.0", "title": "2.0-Ireland", "aliases": []},
6-
{"version": "2.1", "title": "2.1-Jakarta", "aliases": []}
6+
{"version": "2.1", "title": "2.1-Jakarta", "aliases": []},
7+
{"version": "2.2", "title": "2.2-Kamakura", "aliases": []}
78
]

0 commit comments

Comments
 (0)