Skip to content

Commit

Permalink
Fixed links and other things
Browse files Browse the repository at this point in the history
  • Loading branch information
evilfactory committed Sep 26, 2024
1 parent d491e1b commit 596d200
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions api/lua/templates/landing.ltp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<p style="text-align: center;"></p>
<h2>Welcome to the Lua For Barotrauma API Reference!</h2>

<p>If you are looking for the manual, <a href="../../">click here.</a> </p>

<h2>Links</h2>
<p>
<a href="https://github.com/evilfactory/LuaCsForBarotrauma" target="_blank">Source Code</a><br>
Expand Down
6 changes: 3 additions & 3 deletions build_api_lua.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ cd $API_DIR
rm -rf $DIR/build/api/lua
mkdir $DIR/build/api/lua

cp -r ./js/. $DIR/build/api/lua
cp -r ./css/. $DIR/build/api/lua
"$ldoc_path" .

"$ldoc_path" .
cp -r ./js/. $DIR/build/api/lua
cp -r ./css/. $DIR/build/api/lua
6 changes: 3 additions & 3 deletions manual/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ nav:
- "Hooks": "lua/hooks.md"
- "Patching": "lua/patching.md"
- "Networking": "lua/networking.md"
- "Examples" : "https://github.com"
- "API Reference": "/api/lua/"
- "Examples" : "https://github.com/Luatrauma/Luatrauma.LuaExamples"
- "API Reference": "/Luatrauma.Docs/api/lua/"
- CSharp:
- Introduction: "cs/introduction.md"
- "In-Memory CSharp Mods": "cs/setup-in-memory-csharp.md"
- "Assembly CSharp Mods": "cs/setup-assembly-csharp.md"
- Development:
- "Using Harmony": "cs/development/harmony.md"
- "API Reference": "/api/cs/client/html"
- "API Reference": "/Luatrauma.Docs/api/cs/client/html"
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
Expand Down

0 comments on commit 596d200

Please sign in to comment.