Update README.md

This commit is contained in:
Atul R 2019-10-04 17:41:14 +02:00 committed by GitHub
parent 34134c8f08
commit 04999bfb4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,22 +4,21 @@ This guide is for everyone who want's to contribute to the development of NodeGu
Please make sure you have read the [User's guides](/) before reading this guide.
- [Setting up the NodeGui Contributor's Environment](development/setting-up.md)
- [Setting up macOS](development/setting-up.md#macosx)
- [Setting up Windows](development/setting-up.md#windows)
- [Setting up Linux](development/setting-up.md#linux)
- [Getting started](development/getting-started.md)
- [Code Structure](development/getting-started.md#Code-Structure)
- [Wrapping a widget: TLDR version](development/getting-started.md#Wrapping-a-widget)
- [Learning Materials](development/getting-started.md#Learning-Materials)
- [Styling](development/styling.md)
- [Painting](development/styling.md#painting)
- [Layout](development/styling.md#layout)
- [Signal and Event Handling](development/signal_and_event_handling.md)
- [Debugging](development/debugging.md)
- [Common Errors](development/common_errors.md)
- [Wrapping a Widget: Detailed](development/wrapping_widgets.md)
- [Getting Support](tutorial/support.md)
- [Setting up the NodeGui Contributor's Environment](setting-up.md)
- [Setting up macOS](setting-up.md#macosx)
- [Setting up Windows](setting-up.md#windows)
- [Setting up Linux](setting-up.md#linux)
- [Getting started](getting-started.md)
- [Code Structure](getting-started.md#Code-Structure)
- [Wrapping a widget: TLDR version](getting-started.md#Wrapping-a-widget)
- [Learning Materials](getting-started.md#Learning-Materials)
- [Styling](styling.md)
- [Painting](styling.md#painting)
- [Layout](styling.md#layout)
- [Signal and Event Handling](signal_and_event_handling.md)
- [Debugging](debugging.md)
- [Common Errors](common_errors.md)
- [Wrapping a Widget: Detailed](wrapping_widgets.md)
# Where to start or How can you help?