forked from rosindex/rosindex
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy path_config.yml
137 lines (116 loc) · 2.67 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
# Build settings
markdown: redcarpet
kramdown:
# use Github Flavored Markdown
input: GFM
# do not replace newlines by <br>s
hard_wrap: false
syntax_highlighter: rouge
profile: true
google_analytics_tag_id: 'G-EVD5Z6G6NH'
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'
include:
- .nojekyll
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:
- 'humble'
- 'iron'
- 'jazzy'
- 'rolling'
ros_distros:
- 'noetic'
old_ros2_distros:
- 'ardent'
- 'bouncy'
- 'crystal'
- 'eloquent'
- 'dashing'
- 'galactic'
- 'foxy'
old_ros_distros:
- 'lunar'
- 'jade'
- 'indigo'
- 'hydro'
- 'kinetic'
- 'melodic'
# package list page
packages_per_page: 200
repos_per_page: 200
# uncomment the following line for testing (limit the number of indexed repos)
max_repos: 00
plugins:
- jekyll-include-cache
- jekyll-sitemap
# Repos to list as suggestiong on the "contribute" page
#
# This must be an array of repository names which acts as a whitelist,
# filtering all known repositories by name.
#
contribute_suggested_repos:
- moveit
- catkin_virtualenv
- tiny_tf