2019-12-08 18:09:14 +00:00
|
|
|
# Project information
|
|
|
|
|
site_name: 'Pinry Docs'
|
|
|
|
|
site_description: 'Docs for the Pinry project.'
|
2019-12-08 18:15:30 +00:00
|
|
|
site_author: "Pinry's Contributors"
|
2019-12-08 18:09:14 +00:00
|
|
|
site_url: 'https://docs.getpinry.com/'
|
|
|
|
|
|
|
|
|
|
# Repository
|
|
|
|
|
repo_name: 'pinry/pinry'
|
|
|
|
|
repo_url: 'https://github.com/pinry/pinry'
|
|
|
|
|
|
|
|
|
|
# Copyright
|
2019-12-08 18:15:30 +00:00
|
|
|
copyright: "Copyright © 2019 Pinry's Contributors"
|
2019-12-08 18:09:14 +00:00
|
|
|
|
|
|
|
|
# Navigation
|
|
|
|
|
nav:
|
|
|
|
|
- Home: 'index.md'
|
|
|
|
|
- Screenshots: 'screenshots.md'
|
2019-12-08 19:05:48 +00:00
|
|
|
- Extensions: 'extensions.md'
|
2019-12-08 19:24:25 +00:00
|
|
|
- Theories: 'theories.md'
|
2020-02-14 17:26:45 +08:00
|
|
|
- Install with Docker: 'install-with-docker.md'
|
2019-12-08 19:35:05 +00:00
|
|
|
- Development: 'development.md'
|
2020-05-08 11:09:16 +08:00
|
|
|
- Plugin System: 'plugin-system.md'
|
2020-07-18 16:07:47 +08:00
|
|
|
- Upgrade Guide: 'upgrade-guide.md'
|
2019-12-08 18:09:14 +00:00
|
|
|
- Docs: 'docs.md'
|
2019-12-08 19:30:51 +00:00
|
|
|
- Passwords: 'passwords.md'
|
2019-12-08 18:59:48 +00:00
|
|
|
- Assets: 'assets.md'
|
2019-12-08 18:09:14 +00:00
|
|
|
- Contributing: 'contributing.md'
|
|
|
|
|
- License: 'license.md'
|
|
|
|
|
|
|
|
|
|
# Configuration
|
|
|
|
|
docs_dir: 'docs/src'
|
|
|
|
|
site_dir: 'docs/dist'
|
|
|
|
|
edit_uri: 'edit/master/docs/src/'
|
|
|
|
|
theme:
|
|
|
|
|
name: 'material'
|
|
|
|
|
language: 'en'
|
|
|
|
|
palette:
|
|
|
|
|
primary: 'indigo'
|
|
|
|
|
accent: 'indigo'
|
|
|
|
|
font:
|
|
|
|
|
text: 'Roboto'
|
|
|
|
|
code: 'Roboto Mono'
|
|
|
|
|
|
|
|
|
|
# Customization
|
|
|
|
|
extra:
|
|
|
|
|
manifest: 'manifest.webmanifest'
|
|
|
|
|
social:
|
|
|
|
|
- type: 'github'
|
|
|
|
|
link: 'https://github.com/pinry'
|
|
|
|
|
|
|
|
|
|
markdown_extensions:
|
|
|
|
|
- codehilite
|
|
|
|
|
- toc:
|
|
|
|
|
permalink: true
|