From 8267b1d8ded4d2c04e7758465c626de9b43518e2 Mon Sep 17 00:00:00 2001 From: moritzmeister Date: Thu, 6 Oct 2022 10:33:53 +0200 Subject: [PATCH] add arrow for external links in nav --- mkdocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 59897bb649..6ab9a9eb59 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -10,7 +10,7 @@ edit_uri: "" nav: - Home: https://docs.hopsworks.ai/ - - Getting Started: https://docs.hopsworks.ai/ + - Getting Started ↗: https://docs.hopsworks.ai/ - Tutorials: https://docs.hopsworks.ai/ - Concepts: https://docs.hopsworks.ai/ - Guides: https://docs.hopsworks.ai/ @@ -30,7 +30,7 @@ nav: - Transformation Functions: generated/api/transformation_functions_api.md - Job configuration: generated/api/job_configuration.md - Contributing: CONTRIBUTING.md - - Community: https://community.hopsworks.ai/ + - Community ↗: https://community.hopsworks.ai/ theme: name: material