forked from becauseofAI/awesome-face
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs-readthedocs.yml
70 lines (61 loc) · 2 KB
/
mkdocs-readthedocs.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
site_name: Hello Face
site_url: https://hello-face.readthedocs.io
site_description: Face Technology Repository.
site_author: becauseofAI
repo_url: https://github.com/becauseofAI/hello-face/
edit_uri: ""
repo_name: 'HelloFace'
theme:
name: mkdocs
highlightjs: true
hljs_languages:
- yaml
- django
markdown_extensions:
- toc:
permalink:
- admonition
- def_list
# - mdx_gh_links:
# user: mkdocs
# repo: mkdocs
extra_javascript:
- './js/extra.js'
- './js/baidu-tongji.js'
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML'
extra_css:
- './css/extra.css'
copyright: Copyright © 2019 <a href="https://github.com/becauseofAI">becauseofAI</a>, Maintained by the <a href="https://github.com/becauseofAI">becauseofAI</a>.
google_analytics: ['UA-27795084-5', 'mkdocs.org']
plugins:
- search
# nav:
# - Introduction: index.md
# - Tutorials:
# - Ghapter01 Getting Started: chapter01_getting-started/README.md
# - Ghapter02 Basics: chapter02_basics/README.md
# - About: about.md
# # - Release Notes: about/release-notes.md
# # - Contributing: about/contributing.md
# # - License: about/license.md
nav:
- HelloFace: index.md
- Face Recognition: face_recognition.md
- Face Detection: face_detection.md
- Face Landmark: face_landmark.md
- Face Clustering: face_clustering.md
- Face Expression: face_expression.md
- Face Action: face_action.md
- Face 3D: face_3d.md
- Face GAN: face_gan.md
- Face Manipulation: face_manipulation.md
- Face Anti-Spoofing: face_anti-spoofing.md
- Face Adversarial Attack: face_adversarial-attack.md
- Face Cross-Modal: face_cross-modal.md
- Face Capture: face_capture.md
- Face Benchmark&Dataset: face_benchmark-and-dataset.md
- Face Lib&Tool: face_lib-and-tool.md
- About: about.md
# - Release Notes: about/release-notes.md
# - Contributing: about/contributing.md
# - License: about/license.md