mirror of https://github.com/AMT-Cheif/drift.git
49 lines
1.2 KiB
YAML
49 lines
1.2 KiB
YAML
themes:
|
|
- docsy
|
|
|
|
site:
|
|
title: "Drift"
|
|
language: "en"
|
|
copyright: "Simon Binder"
|
|
github_repo: "https://github.com/simolus3/drift"
|
|
github_subdir: "docs/"
|
|
github_branch: develop
|
|
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"
|
|
external: true
|
|
- name: "GitHub"
|
|
url: "https://github.com/simolus3/drift/"
|
|
external: true
|
|
- name: "API docs"
|
|
url: "/api/"
|
|
|
|
environments:
|
|
dev:
|
|
minify: false
|
|
base_url: "http://localhost:8080/"
|
|
preview:
|
|
minify: true
|
|
base_url: "https://drift.simonbinder.eu/"
|
|
prod:
|
|
minify: true
|
|
base_url: "https://drift.simonbinder.eu/"
|