incremental updates
This commit is contained in:
42
hugo.toml
42
hugo.toml
@@ -1,6 +1,6 @@
|
||||
baseURL = 'https://enterprise.federated.computer'
|
||||
languageCode = 'en-us'
|
||||
title = 'Federated Computer Enterprise'
|
||||
title = 'Federated Computer Core Platform'
|
||||
# contentDir = 'content'
|
||||
# enableEmoji = true
|
||||
|
||||
@@ -39,7 +39,7 @@ title = 'Federated Computer Enterprise'
|
||||
# version = true # includes git commit info
|
||||
|
||||
[params.social]
|
||||
twitter = "federatedcore" # YOUR_TWITTER_ID
|
||||
twitter = "federatedcomp" # YOUR_TWITTER_ID
|
||||
# instagram = "colinwilson" # YOUR_INSTAGRAM_ID
|
||||
# rss = true # show rss icon with link
|
||||
|
||||
@@ -133,19 +133,31 @@ title = 'Federated Computer Enterprise'
|
||||
|
||||
[menu]
|
||||
[[menu.primary]]
|
||||
name = "Documentation"
|
||||
url = "/docs/"
|
||||
identifier = "Documentation"
|
||||
name = "Philosophy"
|
||||
url = "/docs/philosophy/"
|
||||
identifier = "Philosopy"
|
||||
weight = 10
|
||||
|
||||
# [[menu.primary]]
|
||||
# name = "Showcase"
|
||||
# url = "/showcase"
|
||||
# identifier = "showcase"
|
||||
# weight = 20
|
||||
[[menu.primary]]
|
||||
name = "Pricing"
|
||||
url = "/docs/pricing/"
|
||||
identifier = "Pricing"
|
||||
weight = 20
|
||||
|
||||
# [[menu.primary]]
|
||||
# name = "Community"
|
||||
# url = "https://github.com/colinwilson/lotusdocs/discussions"
|
||||
# identifier = "community"
|
||||
# weight = 30
|
||||
[[menu.primary]]
|
||||
name = "Services"
|
||||
url = "/docs/services/"
|
||||
identifier = "Services"
|
||||
weight = 30
|
||||
|
||||
[[menu.primary]]
|
||||
name = "Catalog"
|
||||
url = "/docs/software-catalog/software-catalog/"
|
||||
identifier = "Catalog"
|
||||
weight = 40
|
||||
|
||||
[[menu.primary]]
|
||||
name = "Community"
|
||||
url = "/docs/community/"
|
||||
identifier = "Community"
|
||||
weight = 60
|
||||
|
||||
Reference in New Issue
Block a user