Skip to content

Commit

Permalink
Added development structure, reversed order to release features (gaze…
Browse files Browse the repository at this point in the history
…bosim#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]>
  • Loading branch information
nkoenig and Nate Koenig authored Aug 12, 2022
1 parent 6b484ab commit 2a219b2
Show file tree
Hide file tree
Showing 4 changed files with 219 additions and 214 deletions.
8 changes: 8 additions & 0 deletions development.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Gazebo Development

The following guides describe how Gazebo is developed, maintained, and
released.

* [Continuous Integration](ci)
* [Contributing](contributing)
* [Release process](release)
34 changes: 18 additions & 16 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,25 +31,27 @@ pages:
title: Releases
file: releases.md
description: Past, current, and future release information.
- name: contributing
title: Contributing
file: contributing.md
description: How to contribute to Gazebo.
- name: development
title: Development
file: development.md
description: Gazebo development information
children:
- name: contributing
title: Contributing
file: contributing.md
description: How to contribute to Gazebo.
- name: ci
title: Continuous Integration
file: ci.md
description: Continuous Integration overview.
- name: release
title: Release process
file: release.md
description: Release process overview.
- name: architecture
title: Architecture
title: Sim Architecture
file: architecture.md
description: Gazebo Sim's architecture overview.
unlisted: true
- name: release
title: Release process
file: release.md
description: Release process overview.
unlisted: true
- name: ci
title: Continuous Integration
file: ci.md
description: Continuous Integration overview.
unlisted: true
releases:
- name: garden
lts: false
Expand Down
2 changes: 1 addition & 1 deletion release.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ stability of the software:
(see [the homebrew-simulation issue](https://github.com/osrf/homebrew-simulation/issues/1314)
for more information).

### Using the `gzdev repository` command
### Using the gzdev repository command

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

0 comments on commit 2a219b2

Please sign in to comment.