Skip to content

Commit

Permalink
changed order of sections
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff committed Jul 7, 2019
1 parent 834990c commit c2fa77e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs
Submodule docs updated from f72b2a to a97b1b
15 changes: 8 additions & 7 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,23 @@ nav:
- Suspend Types: frame-suspend_types.md
- return.h:
- Overview: return-overview.md
- frame: return-frame.md
- no_return: return-no_return.md
- channel.hpp:
- Overview: channel-overview.md
- Read/Write: channel-read_write.md
- Select on multiple channel: channel-select.md
- frame: return-frame.md
- yield.hpp:
- Overview: yield-overview.md
- Generator: yield-enumerable.md
- Async Generator: yield-sequence.md
- channel.hpp:
- Overview: channel-overview.md
- Read/Write: channel-read_write.md
- Select on multiple channel: channel-select.md
- concrt.h:
- Overview: concrt-overview.md
- section: concrt-section.md
- latch: concrt-latch.md
- ptp_work: concrt-ptp_work.md
- event: concrt-event.md
- Windows Thread Pool: concrt-ptp_work.md
- Windows Event: concrt-ptp_event.md
- POSIX event: articles/awaitable-event.md
- net.h:
- Overview: net-overview.md
- Windows Socket 2: net-implementation-winsock2.md
Expand Down

0 comments on commit c2fa77e

Please sign in to comment.