2021-03-12 12:14:45 -08:00
|
|
|
themes:
|
2021-03-19 12:35:08 -07:00
|
|
|
- docsy
|
2021-03-12 12:14:45 -08:00
|
|
|
|
|
|
|
site:
|
2021-10-09 12:43:30 -07:00
|
|
|
title: "Drift"
|
2021-03-12 12:14:45 -08:00
|
|
|
language: "en"
|
|
|
|
copyright: "Simon Binder"
|
2022-03-13 07:52:15 -07:00
|
|
|
github_repo: "https://github.com/simolus3/drift"
|
2021-03-12 12:14:45 -08:00
|
|
|
github_subdir: "docs/"
|
2022-02-11 14:13:48 -08:00
|
|
|
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
|
2021-03-19 12:35:08 -07:00
|
|
|
sidebar_search_disable: true
|
2021-03-12 12:14:45 -08:00
|
|
|
|
|
|
|
links:
|
|
|
|
user:
|
|
|
|
- name: "Contact me via e-mail"
|
|
|
|
url: "mailto:oss@simonbinder.eu"
|
|
|
|
icon: "fa fa-envelope"
|
2023-09-10 13:19:41 -07:00
|
|
|
# - name: "Room in gitter"
|
|
|
|
# url: "https://gitter.im/moor-dart/community"
|
|
|
|
# icon: "fab fa-gitter"
|
2021-03-12 12:14:45 -08:00
|
|
|
- name: "Project on GitHub"
|
2022-03-13 07:52:15 -07:00
|
|
|
url: "https://github.com/simolus3/drift"
|
2021-03-12 12:14:45 -08:00
|
|
|
icon: "fab fa-github"
|
|
|
|
desc: "Development takes place here"
|
|
|
|
menu:
|
|
|
|
main:
|
2021-03-19 12:35:08 -07:00
|
|
|
- name: "Documentation & Guides"
|
|
|
|
url: "/docs/"
|
|
|
|
- name: "Pub"
|
2021-10-09 12:43:30 -07:00
|
|
|
url: "https://pub.dev/packages/drift"
|
2023-09-10 13:19:41 -07:00
|
|
|
external: true
|
2021-03-19 12:35:08 -07:00
|
|
|
- name: "GitHub"
|
2022-03-13 07:52:15 -07:00
|
|
|
url: "https://github.com/simolus3/drift/"
|
2023-09-10 13:19:41 -07:00
|
|
|
external: true
|
2021-03-19 12:35:08 -07:00
|
|
|
- name: "API docs"
|
2021-08-07 03:18:08 -07:00
|
|
|
url: "/api/"
|
2021-03-12 12:14:45 -08:00
|
|
|
|
|
|
|
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/"
|
2021-03-12 12:14:45 -08:00
|
|
|
prod:
|
|
|
|
minify: true
|
2021-10-12 05:26:53 -07:00
|
|
|
base_url: "https://drift.simonbinder.eu/"
|