diff --git a/documentation/dev-portal/book.toml b/documentation/dev-portal/book.toml
index 90bae91f82..ea3865b4e0 100644
--- a/documentation/dev-portal/book.toml
+++ b/documentation/dev-portal/book.toml
@@ -49,9 +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.17"
-upcoming_platform_release_version = "v1.1.18" # to use when adding 'edit on github' plugin
-mix_node_release_version = "v1.1.18"
+platform_release_version = "v1.1.18"
+upcoming_platform_release_version = "v1.1.19" # to use when adding 'edit on github' plugin
+mix_node_release_version = "v1.1.19"
#
[preprocessor.last-changed]
command = "mdbook-last-changed"
diff --git a/documentation/dev-portal/src/community-resources/community-guides.md b/documentation/dev-portal/src/community-resources/community-guides.md
index 9a313989e0..7a5973f6f2 100644
--- a/documentation/dev-portal/src/community-resources/community-guides.md
+++ b/documentation/dev-portal/src/community-resources/community-guides.md
@@ -1,20 +1,17 @@
# Community Guides
-We aren't the only ones writing documentation: the Nym developer community is also a great source of guides and resources, some of which we've included here. If you would like to share any resources with the community, please submit a pull request to the `main` branch of the `nymtech/dev-portal` [repository](https://github.com/nymtech/dev-portal).
+We aren't the only ones writing documentation: the Nym developer community is also a great source of guides and resources, some of which we've included here.
-##
Awesome NYM
-
-by No Trust Verify
+##
No Trust Verify
>No Trust Verify is a project that aims to build open-source, privacy-enhancing technologies that make it easier to use the Internet securely and anonymously. Their focus is on providing tools and services that make it simple for developers to create decentralized applications (dApps) that respect users' privacy.
-* [Website](https://notrustverify.github.io/awesome-nym/)
-* [GitHub](https://github.com/notrustverify/awesome-nym)
+
+* [Awesome Nym list](https://notrustverify.github.io/awesome-nym/) ([GitHub](https://github.com/notrustverify/awesome-nym))
+* A lot of guides can be found on the [NTV Blog](https://blog.notrustverify.ch/)
##
The Way of the NYMJA
by Pineapple Proxy🍍
>Born out of a study group from Nym's Shipyard Academy, Pineapple Proxy has emerged as a cluster of motivated and skilled individuals who see the new internet taking shape. With vibecare at the heart of their approach, this zesty collective is on a mission to make privacy convenient for everyone via content, new tools, events, and novel experiences. They believe in collective intelligence, empathy, and collaboration as the means by which privacy will become a meaningful reality.
-* [Website](https://pnproxy.org/welcome.html)
-* [GitHub](https://github.com/Pineapple-Proxy-DAO/web)
-
+* [Website](https://pnproxy.org/welcome.html) ([GitHub](https://github.com/Pineapple-Proxy-DAO/web))
diff --git a/documentation/docs/book.toml b/documentation/docs/book.toml
index 10caa07784..cba1d3a611 100644
--- a/documentation/docs/book.toml
+++ b/documentation/docs/book.toml
@@ -1,5 +1,5 @@
[book]
-title = "Nym Docs v1.1.17"
+title = "Nym Docs v1.1.18"
authors = ["Max Hampshire"]
description = "Nym technical documentation"
language = "en"
@@ -48,9 +48,9 @@ assets_version = "2.0.0" # do not edit: managed by `mdbook-admonish install`
# https://gitlab.com/tglman/mdbook-variables/
[preprocessor.variables.variables]
minimum_rust_version = "1.66"
-platform_release_version = "v1.1.17"
-upcoming_platform_release_version = "v1.1.18" # to use in 'edit page on github' plugin (coming soon)
-mix_node_release_version = "v1.1.18"
+platform_release_version = "v1.1.18"
+upcoming_platform_release_version = "v1.1.19" # to use in 'edit page on github' plugin (coming soon)
+mix_node_release_version = "v1.1.19"
[preprocessor.last-changed]
command = "mdbook-last-changed"