-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
executable file
·35 lines (30 loc) · 888 Bytes
/
mkdocs.yml
File metadata and controls
executable file
·35 lines (30 loc) · 888 Bytes
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
site_name: MLRecruiters
site_description: Every person needs help from other professionals be it electricians, plumbers, mechanics or any other. This project is a quick and easy way for people(recruiters) to connect with skilled people who think are a good fit and hire them
site_author: Strategy-Tap PLC
theme:
name: material
repo_url: https://github.com/Strategy-Tap/MLRecruiters-BackEnd
nav:
- Home: 'index.md'
markdown_extensions:
- admonition
- toc:
permalink: Link
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed
- pymdownx.tilde
- codehilite:
guess_lang: true
linenums: true