Skip to content

Commit 2a219b2

Browse files
nkoenigNate Koenig
and
Nate Koenig
authored
Added development structure, reversed order to release features (gazebosim#282)
* Added development structure, reversed order to release features Signed-off-by: Nate Koenig <[email protected]> * remove whitespace Signed-off-by: Nate Koenig <[email protected]> * reorder Signed-off-by: Nate Koenig <[email protected]> Signed-off-by: Nate Koenig <[email protected]> Co-authored-by: Nate Koenig <[email protected]>
1 parent 6b484ab commit 2a219b2

File tree

4 files changed

+219
-214
lines changed

4 files changed

+219
-214
lines changed

development.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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)

index.yaml

+18-16
Original file line numberDiff line numberDiff line change
@@ -31,25 +31,27 @@ pages:
3131
title: Releases
3232
file: releases.md
3333
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.
3851
- name: architecture
39-
title: Architecture
52+
title: Sim Architecture
4053
file: architecture.md
4154
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
5355
releases:
5456
- name: garden
5557
lts: false

release.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ stability of the software:
9494
(see [the homebrew-simulation issue](https://github.com/osrf/homebrew-simulation/issues/1314)
9595
for more information).
9696

97-
### Using the `gzdev repository` command
97+
### Using the gzdev repository command
9898

9999
The [gzdev repository](https://github.com/gazebo-tooling/gzdev#repository)
100100
command is a convenient way to configure Ubuntu / Debian systems to use a

0 commit comments

Comments
 (0)