Skip to content

Commit

Permalink
added snippets to guide section and updated introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
emuell committed Aug 1, 2024
1 parent 1656a43 commit 4f096fb
Show file tree
Hide file tree
Showing 17 changed files with 1,041 additions and 489 deletions.
17 changes: 12 additions & 5 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,19 @@
- [Possibilities and Limitations](start/possibilities.md)
- [Setting up your development enviroment](start/development.md)
- [Anatomy of a Tool](start/tool.md)
- [Installing and Testing](start/installing.md)
- [Distribution and Community](start/distribution_and_community.md)
- [Installing a Tool](start/installing.md)
- [Debugging a Tool](start/debugging.md)
- [Distribution and Community](start/distribution.md)
- [Guides](guide/README.md)
- [Observables and Preferences](guide/observables_and_preferences.md)
- [TODO](guide/TODO.md)
- [Examples](examples/README.md)
- [Classes](guide/classes.md)
- [Observables](guide/observables.md)
- [Files & Bits](guide/files&bits.md)
- [MIDI](guide/midi.md)
- [OSC](guide/osc.md)
- [Pattern Iterator](guide/pattern_iterator.md)
- [Track Automation](guide/track_automation.md)
- [Sample Buffers](guide/sample_buffer.md)
- [*TODO*](guide/TODO.md)
- [API Reference](API/README.md)
<!-- API TOC START -->
- [renoise](API/renoise.md)
Expand Down
4 changes: 1 addition & 3 deletions docs/guide/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<img src="https://www.renoise.com/sites/default/files/renoise_logo_0.png" alt="Renoise" height="100"/>

# Guides to the Renoise API

In this section you can learn about different aspects of the API. These guides will assume you've already read the chapters in [our introduction](../start/README.md) and you are able to package and install tools.
In this section you can learn about different aspects of the API. These guides will assume you've already read the chapters in [our introduction](../start/Development.md) and you are able to package and install tools.
Loading

0 comments on commit 4f096fb

Please sign in to comment.