Skip to content

Commit

Permalink
docs: Reorder TOC such that rendering is first πŸ“š
Browse files Browse the repository at this point in the history
Backends and Event Handling is last
  • Loading branch information
kdheepak committed Oct 7, 2023
1 parent 4649d0f commit 4674eeb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@

- [Concepts](./concepts/README.md)

- [Backends](./concepts/backends/README.md)
- [Comparison](./concepts/backends/comparison.md)
- [Raw Mode](./concepts/backends/raw-mode.md)
- [Alternate Screen](./concepts/backends/alternate-screen.md)
- [Mouse Capture](./concepts/backends/mouse-capture.md)
- [Layout](./concepts/layout/README.md)
- [Rendering](./concepts/rendering.md)
- [Under the hood](./concepts/rendering-under-the-hood.md)
- [Event Handling](./concepts/event_handling.md)
- [Layout](./concepts/layout/README.md)
- [Application Patterns](./concepts/application-patterns/README.md)
- [The Elm Architecture](./concepts/application-patterns/the-elm-architecture.md)
- [Component Architecture](./concepts/application-patterns/component-architecture.md)
- [Flux Architecture](./concepts/application-patterns/flux-architecture.md)
- [Backends](./concepts/backends/README.md)
- [Comparison](./concepts/backends/comparison.md)
- [Raw Mode](./concepts/backends/raw-mode.md)
- [Alternate Screen](./concepts/backends/alternate-screen.md)
- [Mouse Capture](./concepts/backends/mouse-capture.md)
- [Event Handling](./concepts/event_handling.md)

- [How To](./how-to/README.md)

Expand Down

0 comments on commit 4674eeb

Please sign in to comment.