-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
53 lines (50 loc) · 1.32 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
51
52
53
site_name: ARTA Docs (v0.1.3)
site_url: https://m-zakeri.github.io
repo_url: https://github.com/m-zakeri/ARTA
site_description: ARTA - Automatic Requirement Testability Analyzer
site_author: Morteza Zakeri
copyright: © 2020-2023 ARTA project - Morteza Zakeri Ph.D. thesis
theme:
name: material
palette:
- scheme: default
primary: green
accent: green
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: green
accent: green
toggle:
icon: material/weather-sunny
name: Switch to light mode
icon:
logo: material/library
features:
- header.autohide
extra:
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/mortazazakeri/
plugins:
- search
- mkdocstrings:
handlers:
python:
rendering:
show_source: true
setup_commands:
- import sys
- import os
selection:
members: True
nav:
- Home: index.md
- Dataset: dataset.md
- Getting started:
- Installation: getting_started/installation.md
- Demo: getting_started/demo.md
- Publications: publications.md
- Related projetcs: related_projects.md
- Issue Tracker: 'https://github.com/m-zakeri/ARTA/issues'