adjust pages to not include manual subpage listings

This commit is contained in:
りき萌 2025-01-15 20:27:00 +01:00
parent fbb9f39353
commit 4013b44996
23 changed files with 37 additions and 224 deletions

View file

@ -1,13 +1,5 @@
%% title = "C++"
icon = "folder"
% id = "01H9R1KJESR2F420HE67HW4AVR"
- notes and design lessons from the best programming language of all time that everyone loves (not really)
% content.link = "programming/cxx/access-modifiers-as-labels"
redirect_from = ["programming/cxx/access-modifiers-as-labels"]
id = "01H9R1KJESGGM35KT8ANEA2B9Q"
+ :page: access modifiers as labels (`private:`, `protected:`, and `public:`)
% content.link = "programming/cxx/shared-unique-ptr-deleter"
id = "01J0VN48AZYH6KJGK7PSKN0PCA"
+ :page: freeing C memory automatically using `std::unique_ptr` and `std::shared_ptr`