Skip to content

Commit

Permalink
Refactor the C++ guidelines (#2178)
Browse files Browse the repository at this point in the history
* Refactor the C++ guidelines
* Cleanup and adding TODOs
* Update the C++ sidebar links
  • Loading branch information
RickWinter authored Dec 18, 2020
1 parent 0cfed04 commit 5bbad16
Show file tree
Hide file tree
Showing 6 changed files with 1,552 additions and 1,246 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ _site/
.idea
.DS_Store
vendor/
/.vs
15 changes: 10 additions & 5 deletions _data/sidebars/general_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,19 @@ entries:
url: /clang_documentation.html
- title: C++ Guidelines
folderitems:
- title: Introduction
- title: Design
url: /cpp_introduction.html
- title: API Design
url: /cpp_design.html
- title: Implementation
url: /cpp_implementation.html
- title: Documentation
url: /cpp_documentation.html
subfolders:
- title: API Documentation
subfolderitems:
- title: azure-storage-blob
external_url: https://azure.github.io/azure-sdk-for-cpp/storage.html#azure-storage-blob
- title: azure-storage-file-datalake
external_url: https://azure.github.io/azure-sdk-for-cpp/storage.html#azure-storage-file-datalake
- title: azure-storage-file-share
external_url: https://azure.github.io/azure-sdk-for-cpp/storage.html#azure-storage-file-shares
- title: Go Guidelines
folderitems:
- title: Introduction
Expand Down
Loading

0 comments on commit 5bbad16

Please sign in to comment.