forked from ros-infrastructure/rosindex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
109 lines (92 loc) · 2.19 KB
/
_config.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# Build settings
markdown: redcarpet
kramdown:
# use Github Flavored Markdown
input: GFM
# do not replace newlines by <br>s
hard_wrap: false
syntax_highlighter: rouge
redcarpet:
extensions:
- fenced_code_blocks
- autolink
- no_intra_emphasis
- with_toc_data
- html_toc
- tables
defaults:
-
scope:
path: "doc"
values:
layout: doc
# OLD from jekyll 2.x
#highlighter: pygments
# If true, this begins with an existing db
use_db_cache: true
db_cache_filename: _cache/_deploy_cache.db
report_filename: _cache/_deploy_index_report.yaml
report_diff_filename: _cache/_deploy_index_report_diff.yaml
debbuild_release_path: _cache/debbuild_releases
wiki_title_index_filename: _cache/ros_org_wiki_title_index.txt
# If true, this skips finding repos based on the repo sources
skip_discover: false
# If true, this skips updating the known repos
skip_update: false
# If true, this skips scraping the cloned repos
skip_scrape: false
# If true, this skips generating the search index
skip_search_index: false
# Shard count for search index partitioning.
search_index_shards: 20
checkout_threads: 4
checkout_path: _plugins_data/checkout
# if non-empty, only scrape these packages (useful for debugging / partial db updates)
repo_name_whitelist: []
# if non-empty, only scrape these repo ids (useful for debugging / partial db updates)
repo_id_whitelist: []
# domains which are broken
domain_blacklist:
- 'kforge.ros.org'
- 'code.in.tum.de'
#- 'devel.iri.upc.edu'
exclude:
- _scripts
- _cache
- _config
- _devel
- _plugins_data
- _remotes
- _ruby_libs
- _sphinx
- node_modules
- Gemfile
- Gemfile.lock
- README.md
- Makefile
- docker
index_old_doc_paths: false
# ROS distros to look for
#
# Distros are given big buttons and "old" distros are relegated to share a
# drop-down list in the distro selector.
#
ros2_distros:
- 'bouncy'
- 'ardent'
ros_distros:
- 'melodic'
- 'lunar'
- 'kinetic'
- 'indigo'
old_ros2_distros: []
old_ros_distros:
- 'jade'
- 'hydro'
# package list page
packages_per_page: 50
repos_per_page: 50
# uncomment the following line for testing (limit the number of indexed repos)
max_repos: 00
plugins:
- jekyll-sitemap