Skip to content

Commit

Permalink
mkdocs: organization
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff committed Jul 3, 2019
1 parent b3fda53 commit 48ec4ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ libcxx*
llvm*

.vscode
site

# Created by https://www.gitignore.io/api/c++,sonar,bazel,ninja,cmake,macos,gradle,windows,android,sonarqube,visualstudio,androidstudio,visualstudiocode
# Edit at https://www.gitignore.io/?templates=c++,sonar,bazel,ninja,cmake,macos,gradle,windows,android,sonarqube,visualstudio,androidstudio,visualstudiocode
Expand Down
2 changes: 1 addition & 1 deletion docs
Submodule docs updated from aa69e0 to 4eebe9
5 changes: 4 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ markdown_extensions:

nav:
- Home: Home.md

- Articles:
- PPT - C++ Korea 5th Seminar: ppt/Exploring-the-Cpp-Coroutine.md
- Awaitable event using the coroutine, epoll and eventfd: articles/awaitable-event.md
Expand All @@ -25,14 +26,16 @@ nav:
- Build & Test:
- Visual Studio: build-using-visualstudio.md
- CMake: build-using-cmake.md

- Features:
- frame.h:
- Overview: frame-overview.md
- Compiler Specific Issues: frame-compiler_specific.md
- coroutine_handle: frame-coroutine_handle.md
- coroutine_traits: frame-coroutine_traits.md
- suspend_types: frame-suspend_types.md
- Suspend Types: frame-suspend_types.md
- return.h:
- Overview: return-overview.md
- frame: return-frame.md
- no_return: return-no_return.md
- channel.hpp:
Expand Down

0 comments on commit 48ec4ac

Please sign in to comment.