From ac3c2e2de3f3df3643e7e34687f8790cacf159fa Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 28 Apr 2025 17:28:54 -0400 Subject: [PATCH] Closes #19348: Plug the NetBox Cloud Free tier (#19349) --- docs/installation/index.md | 13 +++++++++++-- mkdocs.yml | 1 + 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/installation/index.md b/docs/installation/index.md index 35bed6c31..aefa39d17 100644 --- a/docs/installation/index.md +++ b/docs/installation/index.md @@ -1,7 +1,16 @@ # Installation -!!! info "NetBox Cloud" - The instructions below are for installing NetBox as a standalone, self-hosted application. For a Cloud-delivered solution, check out [NetBox Cloud](https://netboxlabs.com/netbox-cloud/) by NetBox Labs. +
+ +- :material-clock-fast:{ .lg .middle } __Eager to Get Started?__ + + --- + + Check out the [NetBox Cloud Free Plan](https://netboxlabs.com/free-netbox-cloud/)! Skip the installation process and grab your own NetBox Cloud instance, preconfigured and ready to go in minutes. Completely free! + + [:octicons-arrow-right-24: Sign Up](https://signup.netboxlabs.com/) + +
The installation instructions provided here have been tested to work on Ubuntu 22.04. The particular commands needed to install dependencies on other distributions may vary significantly. Unfortunately, this is outside the control of the NetBox maintainers. Please consult your distribution's documentation for assistance with any errors. diff --git a/mkdocs.yml b/mkdocs.yml index 1b4e6c393..27526bd26 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -49,6 +49,7 @@ markdown_extensions: - admonition - attr_list - footnotes + - md_in_html - pymdownx.emoji: emoji_index: !!python/name:material.extensions.emoji.twemoji emoji_generator: !!python/name:material.extensions.emoji.to_svg