-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
48 lines (43 loc) · 1.16 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
site_name: AINewsTracker
site_description: 'Leveraging AI to analyse financial news'
site_author: 'AlgoETS Team(Antoine Boucher, Mohamed Ilias, Makhlouf Hennine)'
site_url: 'https://algoets.github.io/AINewsTracker/'
repo_name: 'algoets/AINewsTracker'
repo_url: 'https://github.com/AlgoETS/AINewsTracker'
theme:
name: material
palette:
primary: light green
accent: purple
media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
favicon: 'img/favicon.ico'
logo: 'img/AINewsTracker_transparent.svg'
plugins:
- mkdocstrings
- search:
lang: en
- build_plantuml:
render: 'server'
server: 'http://www.plantuml.com/plantuml'
output_format: 'svg'
diagram_root: 'docs/diagrams'
output_folder: 'out'
input_folder: 'src'
theme_enabled: true
nav:
- Home: index.md
- About: about.md
- Getting Started: getting-started.md
- Explanation: explanation.md
- Overview: overview.md
- API Reference: api.md
- Diagram: diagrams.md
- Reference: refences.md
- Contacts: contact.md
- Tutorials: tutorials.md