reintroduced hardcoding for links for moment

This commit is contained in:
mx
2023-06-02 10:52:28 +02:00
parent 5e36bb014c
commit 4e278ca07d
2 changed files with 5 additions and 8 deletions
+3 -4
View File
@@ -49,10 +49,9 @@ assets_version = "2.0.0" # do not edit: managed by `mdbook-admonish install`
[preprocessor.variables.variables]
# code prerequisites versions
minimum_rust_version = "1.66"
platform_release_version = "v1.1.19"
upcoming_platform_release_version = "v1.1.20" # to use when adding 'edit on github' plugin
mix_node_release_version = "v1.1.20"
#
# TODO remove this in place of develop in next release
platform_release_version = "v1.1.20"
[preprocessor.last-changed]
command = "mdbook-last-changed"
renderer = ["html"]
+2 -4
View File
@@ -49,10 +49,8 @@ assets_version = "2.0.0" # do not edit: managed by `mdbook-admonish install`
[preprocessor.variables.variables]
minimum_rust_version = "1.66"
# old variables
# platform_release_version = "v1.1.19"
# upcoming_platform_release_version = "v1.1.20" # to use in 'edit page on github' plugin (coming soon)
# mix_node_release_version = "v1.1.20"
# old variables - this is still needed for links.. TODO change to develop?
platform_release_version = "v1.1.20"
[preprocessor.last-changed]
command = "mdbook-last-changed"