Replace kubeless with Docker and change links to https
This commit is contained in:
parent
4367eafa8d
commit
62282817d3
10
config.toml
10
config.toml
@ -67,16 +67,16 @@ pygmentscodefencesguesssyntax = true
|
||||
[[languages.en.menu.main]]
|
||||
name = "BT"
|
||||
weight = 11
|
||||
url = "http://bt.ericxliu.local"
|
||||
url = "https://bt.ericxliu.local"
|
||||
[[languages.en.menu.main]]
|
||||
name = "DB"
|
||||
weight = 12
|
||||
url = "http://pgadmin.ericxliu.local"
|
||||
url = "https://pgadmin.ericxliu.local"
|
||||
[[languages.en.menu.main]]
|
||||
name = "Airflow"
|
||||
weight = 13
|
||||
url = "http://airflow.ericxliu.local"
|
||||
url = "https://airflow.ericxliu.local"
|
||||
[[languages.en.menu.main]]
|
||||
name = "Kubeless"
|
||||
name = "Docker"
|
||||
weight = 14
|
||||
url = "http://kubeless.ericxliu.local"
|
||||
url = "https://docker.ericxliu.local"
|
||||
|
Loading…
Reference in New Issue
Block a user