-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
76 lines (67 loc) · 1.67 KB
/
mkdocs.yml
File metadata and controls
76 lines (67 loc) · 1.67 KB
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
71
72
73
74
75
76
site_name: Awesome Issue Resolution
site_description: Advances and Frontiers of LLM-based Issue Resolution in Software Engineering A Comprehensive Survey
site_url: https://DeepSoftwareAnalytics.github.io/Awesome-Issue-Resolution/
repo_name: DeepSoftwareAnalytics/Awesome-Issue-Resolution
repo_url: https://github.com/DeepSoftwareAnalytics/Awesome-Issue-Resolution
theme:
name: material
custom_dir: docs/overrides
palette:
- scheme: default
primary: blue
accent: teal
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: blue
accent: teal
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- navigation.instant
- navigation.tracking
- navigation.top
- navigation.tabs
- navigation.tabs.sticky
- content.code.copy
- search.suggest
- search.highlight
- toc.integrate
- navigation.indexes
- navigation.expand
icon:
repo: fontawesome/brands/github
extra_css:
- stylesheets/custom.css
# Include PDF files in build output
docs_dir: docs
# Validation settings - suppress warnings for internal directory links
validation:
omitted_files: warn
absolute_links: warn
unrecognized_links: ignore
# Exclude files from site build
exclude_docs: |
images/README.md
**/README.md
plugins:
- search
markdown_extensions:
- admonition
- attr_list
- md_in_html
- toc:
permalink: true
toc_depth: 4
title: On this page
- pymdownx.details
- pymdownx.superfences
- pymdownx.extra
nav:
- Home: index.md
- Paper: paper.md
- Tables & Resources: tables.md
- About: about.md
- Cite: cite.md