36 lines
928 B
TOML
36 lines
928 B
TOML
baseURL = "http://fission.io/docs/0.6.1"
|
|
languageCode = "en-US"
|
|
defaultContentLanguage = "en"
|
|
|
|
title = "Fission: Serverless Functions for Kubernetes"
|
|
theme = "learn"
|
|
metaDataFormat = "yaml"
|
|
defaultContentLanguageInSubdir= true
|
|
|
|
[params]
|
|
editURL = "https://github.com/fission/fission/edit/master/Documentation/docs-site/content/"
|
|
description = "Documentation for Fission"
|
|
author = "Fission"
|
|
showVisitedLinks = false
|
|
themeVariant = "fission"
|
|
|
|
[outputs]
|
|
home = [ "HTML", "RSS", "JSON"]
|
|
|
|
[Languages]
|
|
[Languages.en]
|
|
title = "Serverless Functions for Kubernetes"
|
|
weight = 1
|
|
languageName = "English"
|
|
|
|
[[Languages.en.menu.shortcuts]]
|
|
name = "<i class='fa fa-fw fa-github'></i> Github repo"
|
|
identifier = "ds"
|
|
url = "https://github.com/fission/fission"
|
|
weight = 10
|
|
|
|
[[Languages.en.menu.shortcuts]]
|
|
name = "<i class='fa fa-fw fa-bullhorn'></i> Credits"
|
|
url = "https://github.com/fission/fission/graphs/contributors"
|
|
weight = 11
|