mirror of
https://github.com/pinry/pinry.git
synced 2025-11-16 01:45:51 +01:00
55 lines
1.2 KiB
YAML
55 lines
1.2 KiB
YAML
# Project information
|
|
site_name: 'Pinry Docs'
|
|
site_description: 'Docs for the Pinry project.'
|
|
site_author: "Pinry's Contributors"
|
|
site_url: 'https://docs.getpinry.com/'
|
|
|
|
# Repository
|
|
repo_name: 'pinry/pinry'
|
|
repo_url: 'https://github.com/pinry/pinry'
|
|
|
|
# Copyright
|
|
copyright: "Copyright © 2019 Pinry's Contributors"
|
|
|
|
# Navigation
|
|
nav:
|
|
- Home: 'index.md'
|
|
- Screenshots: 'screenshots.md'
|
|
- Extensions: 'extensions.md'
|
|
- Theories: 'theories.md'
|
|
- Install with Docker: 'install-with-docker.md'
|
|
- Development: 'development.md'
|
|
- Plugin System: 'plugin-system.md'
|
|
- Upgrade Guide: 'upgrade-guide.md'
|
|
- Docs: 'docs.md'
|
|
- Passwords: 'passwords.md'
|
|
- Assets: 'assets.md'
|
|
- 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
|