Skip to content

Commit 4e278ca

Browse files
committed
reintroduced hardcoding for links for moment
1 parent 5e36bb0 commit 4e278ca

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

documentation/dev-portal/book.toml

+3-4
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,9 @@ assets_version = "2.0.0" # do not edit: managed by `mdbook-admonish install`
4949
[preprocessor.variables.variables]
5050
# code prerequisites versions
5151
minimum_rust_version = "1.66"
52-
platform_release_version = "v1.1.19"
53-
upcoming_platform_release_version = "v1.1.20" # to use when adding 'edit on github' plugin
54-
mix_node_release_version = "v1.1.20"
55-
#
52+
# TODO remove this in place of develop in next release
53+
platform_release_version = "v1.1.20"
54+
5655
[preprocessor.last-changed]
5756
command = "mdbook-last-changed"
5857
renderer = ["html"]

documentation/docs/book.toml

+2-4
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,8 @@ assets_version = "2.0.0" # do not edit: managed by `mdbook-admonish install`
4949
[preprocessor.variables.variables]
5050
minimum_rust_version = "1.66"
5151

52-
# old variables
53-
# platform_release_version = "v1.1.19"
54-
# upcoming_platform_release_version = "v1.1.20" # to use in 'edit page on github' plugin (coming soon)
55-
# mix_node_release_version = "v1.1.20"
52+
# old variables - this is still needed for links.. TODO change to develop?
53+
platform_release_version = "v1.1.20"
5654

5755
[preprocessor.last-changed]
5856
command = "mdbook-last-changed"

0 commit comments

Comments
 (0)