drift/docs/website.yaml

47 lines
1.2 KiB
YAML
Raw Normal View History

themes:
- docsy
site:
title: "Drift"
language: "en"
copyright: "Simon Binder"
github_repo: "https://github.com/simolus3/drift"
github_subdir: "docs/"
github_branch: develop
2021-08-09 09:32:09 -07:00
gcs_engine_id: set # this just needs to be set so that the search box shows
sidebar_search_disable: true
links:
user:
- name: "Contact me via e-mail"
url: "mailto:oss@simonbinder.eu"
icon: "fa fa-envelope"
- name: "Room in gitter"
url: "https://gitter.im/moor-dart/community"
icon: "fab fa-gitter"
- name: "Project on GitHub"
url: "https://github.com/simolus3/drift"
icon: "fab fa-github"
desc: "Development takes place here"
menu:
main:
- name: "Documentation & Guides"
url: "/docs/"
- name: "Pub"
url: "https://pub.dev/packages/drift"
- name: "GitHub"
url: "https://github.com/simolus3/drift/"
- name: "API docs"
2021-08-07 03:18:08 -07:00
url: "/api/"
environments:
dev:
minify: false
base_url: "http://localhost:8080/"
2021-03-12 14:16:48 -08:00
preview:
minify: true
2021-10-12 05:26:53 -07:00
base_url: "https://drift.simonbinder.eu/"
prod:
minify: true
2021-10-12 05:26:53 -07:00
base_url: "https://drift.simonbinder.eu/"