Skip to content

Commit

Permalink
Rename coding folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed May 22, 2020
1 parent 6b0c817 commit d836b37
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@
- [Create Project](chapters/setup/create_project.md)
- [Debugging](chapters/setup/debugging.md)
- [Documentation](chapters/setup/documentation.md)
- [Working with JUCE]()
- [Coding]()
- [User Interface]()
- [Component](chapters/working_with_juce/user_interface/component.md)
- [Look&Feel](chapters/working_with_juce/user_interface/look_and_feel.md)
- [Component](chapters/coding/user_interface/component.md)
- [Look&Feel](chapters/coding/user_interface/look_and_feel.md)
- [Plug-in]()
- [Basics](chapters/working_with_juce/plugin/basics.md)
- [Parameter](chapters/working_with_juce/plugin/parameter.md)
- [Basics](chapters/coding/plugin/basics.md)
- [Parameter](chapters/coding/plugin/parameter.md)
- [DSP]()
- [Basics](chapters/working_with_juce/dsp/basics.md)
- [Create your own](chapters/working_with_juce/dsp/create_your_own.md)
- [Modules](chapters/working_with_juce/juce_modules.md)
- [Misc](chapters/working_with_juce/misc.md)
- [Examples](chapters/working_with_juce/example_projects.md)
- [Snippets](chapters/working_with_juce/code_snippets.md)
- [Basics](chapters/coding/dsp/basics.md)
- [Create your own](chapters/coding/dsp/create_your_own.md)
- [Modules](chapters/coding/juce_modules.md)
- [Misc](chapters/coding/misc.md)
- [Examples](chapters/coding/example_projects.md)
- [Snippets](chapters/coding/code_snippets.md)
- [Testing](chapters/testing.md)
- [Unit tests](chapters/testing/unit_test.md)
- [pluginval](chapters/testing/pluginval.md)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d836b37

Please sign in to comment.