-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathconfig.toml
131 lines (115 loc) · 3.4 KB
/
config.toml
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
[module]
proxy = "direct"
[[module.imports]]
path = "github.com/google/docsy"
disable = false
[[module.imports]]
path = "github.com/google/docsy/dependencies"
disable = false
baseURL = "https://goa.design/"
title = "Goa"
theme = "docsy"
enableGitInfo = true
enableRobotsTXT = true
# Language configuration
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = true
# Configure languages
[languages]
[languages.en]
languageName = "English"
contentDir = "content/en"
weight = 1
[languages.it]
languageName = "Italiano"
contentDir = "content/it"
weight = 2
[languages.ja]
languageName = "日本語"
contentDir = "content/ja"
weight = 3
[params]
title = "Goa – Design. Generate. Scale."
description = "Transform the way you build APIs in Go. Goa bridges the gap between design and implementation, generating clean, scalable, and production-ready microservices."
images = ["img/social/goa-card.png"]
copyright = "Raphael Simon and the Goa contributors"
offlineSearch = true
# Repository configuration
github_repo = "https://github.com/goadesign/goa.design"
github_branch = "master"
# Docsy theme params
time_format_blog = "Monday, January 02, 2006"
time_format_default = "January 2, 2006"
# User interface configuration
[params.ui]
sidebar_menu_compact = false
sidebar_menu_foldable = true
sidebar_cache_limit = 10000
breadcrumb_disable = false
toc_mobile_disable = false
search_enable = true
footer_about_enable = false
navbar_logo = true # Enable logo in nav bar
navbar_translucent_over_cover_disable = true # Disable translucent navbar
[params.links]
[[params.links.user]]
name = "Bluesky"
url = "https://bsky.app/profile/goa.design"
icon = "fab fa-bluesky"
[[params.links.user]]
name = "Slack"
url = "https://slack.goa.design"
icon = "fab fa-slack"
[[params.links.developer]]
name = "Development takes place here!"
url = "https://github.com/goadesign/goa"
icon = "fab fa-github"
# Features section
[[params.features]]
id = "codegen"
color = "#ED3E3E"
icon = "fa-wand-magic-sparkles"
[[params.features]]
id = "design"
color = "#80AD00"
icon = "fa-pencil"
[[params.features]]
id = "best_practice"
color = "#5DB9F2"
icon = "fa-star"
# Sponsors section
[[params.sponsors]]
id = "incidentio"
name = "incident.io"
image = "/img/sponsors/incidentio.png"
url = "https://incident.io"
[[params.sponsors]]
id = "speakeasy"
name = "Speakeasy"
image = "/img/sponsors/speakeasy.png"
url = "https://www.speakeasyapi.dev/docs/api-frameworks/goa?utm_source=goa+repo&utm_medium=github+sponsorship"
[[params.companies]]
name = "Flexera"
logo = "img/companies/flexera.svg"
url = "https://www.flexera.com"
[[params.companies]]
name = "incident.io"
logo = "img/companies/incidentio.png"
url = "https://incident.io"
[[params.companies]]
name = "CrossnoKaye"
logo = "img/companies/crossnokaye.png"
url = "https://www.crossnokaye.com"
[[params.companies]]
name = "Cluster, Inc."
logo = "img/companies/clusterdev.jpeg"
url = "https://corp.cluster.mu/en"
[markup]
[markup.highlight]
style = "gruvbox"
tabWidth = 4
# Image processing configuration
[imaging]
resampleFilter = "CatmullRom"
quality = 75
anchor = "smart"