Skip to content

Clean up #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,9 @@ GEM
strscan (>= 3.0.9)
rouge (4.2.1)
safe_yaml (1.0.5)
sass-embedded (1.69.5-arm64-darwin)
google-protobuf (~> 3.23)
sass-embedded (1.69.5-x86_64-linux-gnu)
sass-embedded (1.69.5)
google-protobuf (~> 3.23)
rake (>= 13.0.0)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
install:
@bundle install

run:
@bundle exec jekyll serve --watch

Expand Down
29 changes: 4 additions & 25 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,9 @@
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
#
# If you need help with YAML syntax, here are some quick references for you:
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
# https://learnxinyminutes.com/docs/yaml/
#
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.

title: GatewayD docs
email: docs@gatewayd.io
description: >- # this means to ignore newlines until "baseurl:"
description: >-
GatewayD is a cloud-native database gateway for building data-driven applications. This documentation will help you get started with GatewayD.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://docs.gatewayd.io" # the base hostname & protocol for your site, e.g. http://example.com
baseurl: ""
url: "" # ENV_SITE_URL # "https://docs.gatewayd.io"
twitter_username: gatewaydio
github_username: gatewayd-io
logo: /assets/gatewayd-logotype-light.png
Expand All @@ -38,9 +18,8 @@ plugins:
- jekyll-sitemap

mermaid:
# Version of mermaid library
# Pick an available version from https://cdn.jsdelivr.net/npm/mermaid/
version: "10.9.0"
version: "10.9.1"

back_to_top: true
back_to_top_text: "Back to top"
Expand Down
Loading