-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathconfig.yml
59 lines (57 loc) · 1.58 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
baseURL: "/"
languageCode: en-us
title: OAM | Open Application Model Specification
theme: clean-landing
disableKinds: -taxonomy
-taxonomyTerm
params:
openGraph: true
gitrepo: https://github.com/oam-dev/spec
description: Open Application Model Specification
navbarlogo:
# Logo (from static/images/logos/___)
image: logos/temp-logo.svg
link: https://oam-dev.github.io/
font:
name: "Work Sans"
sizes: [400, 600]
hero:
# Main hero title
title: oam
# Hero subtitle (optional)
subtitle: Open Application Model Specification
# Button text
buttontext: View Spec
# Where the main hero button links to
buttonlink: "#"
# Customizable navbar. For a dropdown, add a "sublinks" list.
sidebarlogo:
image: logos/oam-borderless.svg
link: https://oam-dev.github.io/
sidebarIcon:
image: logos/ohm-borderless.svg
link: https://oam-dev.github.io/
sidebar:
- title: The Model
url: /#home
- title: The Platform
url: /#implementations
- title: Summary
url: /#overview
- title: Ecosystem
url: /#ecosystem
- title: Community
url: /#community
footer:
logo: strapline.svg
# Social media links (GitHub, Twitter, etc.). All are optional.
socialmedia:
- link: https://twitter.com/oam_dev
icon: twitter
name: Twitter
- link: https://cloud-native.slack.com/archives/C01BLQ3HTJA
icon: users
name: Slack
- link: https://github.com/oam-dev/spec
icon: github
name: Github