Skip to content

Commit 5558117

Browse files
committed
fix: dumb fix because mdb no longer allows duplicate links in summarymd?
1 parent 0ba6256 commit 5558117

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/SUMMARY.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,19 +117,15 @@
117117
- [Creating a C++ Mod](./guides/creating-a-c++-mod.md)
118118
- [Installing a C++ Mod](./guides/installing-a-c++-mod.md)
119119
- [GUI tabs with a C++ Mod](./guides/creating-gui-tabs-with-c++-mod.md)
120+
- [Accessing UE properties with a C++ mod](./guides/accessing-ue-properties-c++.md)
120121

121122
## Guides
122123

123124
- [Guides]()
124125
- [Fixing missing AOBs](./guides/fixing-compatibility-problems.md)
125126
- [Fixing missing AOBs (Advanced)](./guides/fixing-compatibility-problems-advanced.md)
126127
- [Generating UHT headers](./guides/generating-uht-compatible-headers.md)
127-
- [Creating a C++ Mod](./guides/creating-a-c++-mod.md)
128-
- [Installing a C++ Mod](./guides/installing-a-c++-mod.md)
129-
- [GUI tabs with a C++ Mod](./guides/creating-gui-tabs-with-c++-mod.md)
130-
- [Accessing UE properties with a C++ mod](./guides/accessing-ue-properties-c++.md)
131-
- [Creating a Lua Mod](./guides/creating-a-lua-mod.md)
132-
- [Using Custom Lua Bindings](./guides/using-custom-lua-bindings.md)
128+
133129

134130
## Misc
135131

0 commit comments

Comments
 (0)