-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
50 lines (45 loc) · 1.31 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
49
50
site_name: 'Copper mail'
site_description: 'Copper email solution documentation'
site_author: 'Lanka Software Foundation'
site_url: 'https://copper.opensource.lk'
repo_name: 'LSFLK/Copper'
repo_url: 'https://github.com/LSFLK/Copper'
copyright: 'Copyright © 2018 - 2019 Lanka Software Foundation'
nav:
# - Copper mail: index.md
- Overview: Overview.md
- Features: userfeature.md
- Technical Documentation: Structure.md
- Prerequisites: Prerequisites.md
- Installation version 6: Installation.md
- Installation version 7: Installation-7.md
- Initial Configuration: Configuration.md
#- Client Configuration: CConfiguration.md
- Backup & Restoration: Backups.md
- Troubleshoot: troubleshoot.md
- Centralized Supervision: Hub.md
- Copper Hub Installation: HubInstallation.md
- Copper Hub Features: Hubfeatures.md
- Email security: issues.md
- Next Features : future.md
- LSF: lsf.md
- FAQ: F&Q.md
- Contact us: contactus.md
theme:
name: 'material'
palette:
primary: 'amber'
accent: 'amber'
font:
text: 'Roboto'
code: 'Roboto Mono'
logo: 'images/copper_logo.svg'
language: 'en'
favicon: 'images/favicon.ico'
# Extensions
markdown_extensions:
- admonition:
- codehilite:
guess_lang: false
- toc:
permalink: true