Skip to content

Commit

Permalink
[DOC] Order the development home page (#657)
Browse files Browse the repository at this point in the history
This an attempt to order page by topic to let contributors find information
more easily.
  • Loading branch information
tbouffard authored Sep 25, 2020
1 parent d59a960 commit a40a7cf
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions docs/development/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,18 @@
General information are available in the [Contributing Guide](../../CONTRIBUTING.md).
Information about the library internals are available in the [architecture folder](./docs/architecture) or in html form in the [documentation site](https://process-analytics.github.io/bpmn-visualization-js/#_architecture_and_development)

Here are some tips to help during development:
- [how to support new BPMN elements](./bpmn-support-how-to.md)
- [mxgraph version bump](./mxgraph-version-bump.md)
- [IDE configuration](./ide-configuration.md)
Here are some tips to help during development.

## Build and develop

- [how to build & code style](./development.md)
- [IDE configuration](./ide-configuration.md)

## Contributing
- [testing](./testing.md)
- [how to support new BPMN elements](./bpmn-support-how-to.md)
- [how to submit us your work](./pull-request.md)
- [mxgraph version bump](./mxgraph-version-bump.md)

## Misc
- [for the maintainers](./maintainers.md)

0 comments on commit a40a7cf

Please sign in to comment.