Skip to content

Commit 224b547

Browse files
authored
Merge pull request ros2#89 from ros2/hidmic/add-rosindex-yml
Adds first rosindex.yml file
2 parents a98023e + 70185ee commit 224b547

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

rosindex.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# The root location to look at for ReST documentation pages.
2+
sources_dir: source
3+
4+
# Patterns for page indexing. Unindexed pages will
5+
# nonetheless be present in rosindex. Useful to keep
6+
# redirecting pages around to guarantee link-wise
7+
# backwards compatibility.
8+
index_pattern:
9+
- index.rst
10+
- About.rst
11+
- Concepts.rst
12+
- Contributing.rst
13+
- Contact.rst
14+
- Features.rst
15+
- Installation.rst
16+
- Releases.rst
17+
- Related-Projects.rst
18+
- Roadmap.rst
19+
- Tutorials.rst
20+
- '**/*.rst'

0 commit comments

Comments
 (0)