Files
sugar-cube-client/mkdocs.yml
2018-11-21 20:01:43 +01:00

44 lines
1.1 KiB
YAML

site_name: SAB Rich Text Editor
site_description: Gitea client library, in PHP.
site_author: SAB International - contact@sabcomputer.com
site_url: https://dev.sabcomputer.com/gitea.php
docs_dir: doc
site_dir: web
repo_name: GitHub
repo_url: https://github.com/sab-international/gitea.php
edit_uri: edit/master/doc/
copyright: Copyright © 2018 SAB International
google_analytics:
- !!python/object/apply:os.getenv [GOOGLE_ANALYTICS_ID]
- auto
extra:
social:
- {type: globe, link: 'http://www.sabcomputer.com'}
- {type: github, link: 'https://github.com/sab-international'}
- {type: facebook, link: 'https://www.facebook.com/sabinternational34'}
- {type: twitter, link: 'https://twitter.com/SABDistribution'}
- {type: linkedin, link: 'https://linkedin.com/company/sab-international-sarl'}
markdown_extensions:
- admonition
- codehilite
- meta
nav:
- Overview: index.md
- Installation: installation.md
- Usage: usage.md
- About:
- Changelog: about/changelog.md
- License: about/license.md
- See also: about/see_also.md
theme:
name: material
favicon: img/favicon.ico
palette: {primary: deep purple, accent: deep purple}