From ade784773626591dc9ea9cca54e68689546047e2 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Sun, 10 Apr 2022 20:54:33 -0400 Subject: [PATCH] Add cloud link --- docs/config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/config.toml b/docs/config.toml index 66886b3..738288f 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -65,6 +65,10 @@ pygmentsUseClasses = true disable = true [menu] + [[menu.main]] + identifier = "cloud" + name = "Cloud" + url = "https://cloud.chrishayward.xyz" [[menu.main]] identifier = "dotfiles" name = "Dotfiles"