1
- # Welcome to Jekyll!
2
- #
3
- # This config file is meant for settings that affect your whole blog, values
4
- # which you are expected to set up once and rarely edit after that. If you find
5
- # yourself editing this file very often, consider using Jekyll's data files
6
- # feature for the data you need to update frequently.
7
- #
8
- # For technical reasons, this file is *NOT* reloaded automatically when you use
9
- # 'bundle exec jekyll serve'. If you change this file, please restart the server process.
10
- #
11
- # If you need help with YAML syntax, here are some quick references for you:
12
- # https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
13
- # https://learnxinyminutes.com/docs/yaml/
14
- #
15
- # Site settings
16
- # These are used to personalize your new site. If you look in the HTML files,
17
- # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
18
- # You can create any custom variable you would like, and they will be accessible
19
- # in the templates via {{ site.myvariable }}.
20
-
21
1
title : GatewayD docs
22
2
23
- description : >- # this means to ignore newlines until "baseurl:"
3
+ description : >-
24
4
GatewayD is a cloud-native database gateway for building data-driven applications. This documentation will help you get started with GatewayD.
25
- baseurl : " " # the subpath of your site, e.g. /blog
26
- url : " https://docs.gatewayd.io " # the base hostname & protocol for your site, e.g. http ://example.com
5
+ baseurl : " "
6
+ url : " " # ENV_SITE_URL # "https ://docs.gatewayd.io"
27
7
twitter_username : gatewaydio
28
8
github_username : gatewayd-io
29
9
logo : /assets/gatewayd-logotype-light.png
@@ -38,9 +18,8 @@ plugins:
38
18
- jekyll-sitemap
39
19
40
20
mermaid :
41
- # Version of mermaid library
42
21
# Pick an available version from https://cdn.jsdelivr.net/npm/mermaid/
43
- version : " 10.9.0 "
22
+ version : " 10.9.1 "
44
23
45
24
back_to_top : true
46
25
back_to_top_text : " Back to top"
0 commit comments