-
Notifications
You must be signed in to change notification settings - Fork 22
/
mkdocs.yml
27 lines (23 loc) · 1.04 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
site_name: odoo-helper-scripts
site_author: Dmytro Katyukha
site_description: 'Just a simple collection of odoo scripts. mostly to ease addons development process (allows to install and manage odoo instances in virtualenv)'
site_url: https://odoo-helper-scripts.gitlab.io
copyright: "odoo-helper-scripts project is licensed under the <a href='https://www.mozilla.org/en-US/MPL/2.0/'>Mozilla Public License 2.0</a>"
repo_url: https://gitlab.com/katyukha/odoo-helper-scripts
repo_name: GitLab
theme: cinder
google_analytics: ['UA-122240221-1', 'auto']
nav:
- Home: index.md
- User Guide:
- Quick Start: quick-start-guide.md
- Installation: installation.md
- Frequently Used Commands: frequently-used-commands.md
- Reference:
- Configuration: odoo-helper-configuration.md
- Project Directory Structure: project-directory-structure.md
- odoo-requirements.txt format: odoo-requirements-txt.md
- Command Reference: command-reference.md
- About:
- Release Notes: release-notes.md
- Contributing: contributing.md