forked from josemmo/einvoicing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
48 lines (44 loc) · 1.15 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Project configuration
site_name: European Invoicing (eInvoicing)
site_url: https://josemmo.github.io/einvoicing/
repo_name: josemmo/einvoicing
repo_url: https://github.com/josemmo/einvoicing
edit_uri: ""
# Theme customization
theme:
name: material
logo: logo-white.svg
favicon: favicon.png
palette:
scheme: slate
primary: blue
accent: yellow
features:
- navigation.tabs
# Plugins
plugins:
- search
- minify:
minify_html: true
# Extensions
markdown_extensions:
- admonition
- attr_list
- toc:
permalink: true
- pymdownx.highlight:
extend_pygments_lang:
- name: php
lang: php
options:
startinline: true
- pymdownx.superfences
# Table of Contents
nav:
- Home: index.md
- Getting Started:
- Installation: getting-started/installation.md
- EU e-Invoicing core concepts: getting-started/eu-einvoicing-concepts.md
- Creating your first invoice: getting-started/your-first-invoice.md
- Importing, exporting and validating documents: getting-started/importing-exporting-and-validating.md
- Creating custom presets: getting-started/creating-custom-presets.md