From 4367eafa8d3e5a9c9de3ff73ff12a3dde6ef4123 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sat, 9 May 2020 19:46:19 -0700 Subject: [PATCH] Add kubeless --- config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.toml b/config.toml index 481d374..01883b6 100644 --- a/config.toml +++ b/config.toml @@ -76,3 +76,7 @@ pygmentscodefencesguesssyntax = true name = "Airflow" weight = 13 url = "http://airflow.ericxliu.local" + [[languages.en.menu.main]] + name = "Kubeless" + weight = 14 + url = "http://kubeless.ericxliu.local"