Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions wiki/cpp-tutorial/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ const sidebar = [
text: "An Introduction to References and Pointers",
link: "/cpp-tutorial/functions#an-introduction-to-references-and-pointers",
},
{
text: "An Introduction to Value Categories",
link: "/cpp-tutorial/value-categories",
},
],
collapsed: true,
},
Expand Down
Loading
Loading