File tree 4 files changed +219
-214
lines changed
4 files changed +219
-214
lines changed Original file line number Diff line number Diff line change
1
+ # Gazebo Development
2
+
3
+ The following guides describe how Gazebo is developed, maintained, and
4
+ released.
5
+
6
+ * [ Continuous Integration] ( ci )
7
+ * [ Contributing] ( contributing )
8
+ * [ Release process] ( release )
Original file line number Diff line number Diff line change @@ -31,25 +31,27 @@ pages:
31
31
title : Releases
32
32
file : releases.md
33
33
description : Past, current, and future release information.
34
- - name : contributing
35
- title : Contributing
36
- file : contributing.md
37
- description : How to contribute to Gazebo.
34
+ - name : development
35
+ title : Development
36
+ file : development.md
37
+ description : Gazebo development information
38
+ children :
39
+ - name : contributing
40
+ title : Contributing
41
+ file : contributing.md
42
+ description : How to contribute to Gazebo.
43
+ - name : ci
44
+ title : Continuous Integration
45
+ file : ci.md
46
+ description : Continuous Integration overview.
47
+ - name : release
48
+ title : Release process
49
+ file : release.md
50
+ description : Release process overview.
38
51
- name : architecture
39
- title : Architecture
52
+ title : Sim Architecture
40
53
file : architecture.md
41
54
description : Gazebo Sim's architecture overview.
42
- unlisted : true
43
- - name : release
44
- title : Release process
45
- file : release.md
46
- description : Release process overview.
47
- unlisted : true
48
- - name : ci
49
- title : Continuous Integration
50
- file : ci.md
51
- description : Continuous Integration overview.
52
- unlisted : true
53
55
releases :
54
56
- name : garden
55
57
lts : false
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ stability of the software:
94
94
(see [ the homebrew-simulation issue] ( https://github.com/osrf/homebrew-simulation/issues/1314 )
95
95
for more information).
96
96
97
- ### Using the ` gzdev repository ` command
97
+ ### Using the gzdev repository command
98
98
99
99
The [ gzdev repository] ( https://github.com/gazebo-tooling/gzdev#repository )
100
100
command is a convenient way to configure Ubuntu / Debian systems to use a
You can’t perform that action at this time.
0 commit comments