Skip to content

Commit

Permalink
docs: import/build of visualstudio
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff committed Jul 5, 2019
1 parent 48ec4ac commit 7fe3eb4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs
Submodule docs updated from 4eebe9 to 6d64d3
9 changes: 6 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,18 @@ nav:
- Articles:
- PPT - C++ Korea 5th Seminar: ppt/Exploring-the-Cpp-Coroutine.md
- Awaitable event using the coroutine, epoll and eventfd: articles/awaitable-event.md
- Example - await_transform: articles/example-of-await_transform.md
- Function that selects its thread: articles/thread-selecting-function.md
# - Example - await_transform: articles/example-of-await_transform.md
# - Function that selects its thread: articles/thread-selecting-function.md
# - Why this library doesn't support Task?: articles/why-no-coroutine-task-return.md

- How To:
- Import:
- Visual Studio: import-using-visualstudio.md
- CMake: import-using-cmake.md
- Build & Test:
- Build:
- Visual Studio: build-using-visualstudio.md
- CMake: build-using-cmake.md
- Start Your Project!: howto-start-yours.md

- Features:
- frame.h:
Expand All @@ -51,6 +53,7 @@ nav:
- section: concrt-section.md
- latch: concrt-latch.md
- ptp_work: concrt-ptp_work.md
- event: concrt-event.md
- net.h:
- Overview: net-overview.md
- Windows Socket 2: net-implementation-winsock2.md
Expand Down

0 comments on commit 7fe3eb4

Please sign in to comment.