diff options
| author | Lorenzo Torres <lorenzotorres@outlook.it> | 2025-08-06 18:56:20 +0200 |
|---|---|---|
| committer | Lorenzo Torres <lorenzotorres@outlook.it> | 2025-08-06 18:56:20 +0200 |
| commit | 03a20b744f584e5b4d30f2202f2cb7b61dfb97d3 (patch) | |
| tree | b1fc0470378732adb13bb3cd788de5e9b3ae5a6d | |
| parent | 8f19030246bf338483acf315bce8a4a612fc0439 (diff) | |
added table of contents
| -rw-r--r-- | content/docs.md | 6 | ||||
| -rw-r--r-- | static/css/style.css | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/content/docs.md b/content/docs.md index 6a4769e..aeac7f5 100644 --- a/content/docs.md +++ b/content/docs.md @@ -2,4 +2,8 @@ # Documentation -[Modding/mods](modding)
\ No newline at end of file +## Table of contents +<ul class="tof"> +<li><a href="modding">Modding</a></li> +<li><a href="sideros">Zig engine documentation</a></li> +</ul> diff --git a/static/css/style.css b/static/css/style.css index 90f0390..36f78c0 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -66,10 +66,6 @@ th { background-color: var(--primary); color: white; } -ul { - list-style: none outside; - padding: 0; -} /* Single column layout */ nav section, header section, main, footer section { |
