| ... | @@ -97,7 +97,7 @@ | ... | @@ -97,7 +97,7 @@ |
| 97 | margin: auto; | 97 | margin: auto; |
| 98 | } | 98 | } |
| 99 | | 99 | |
| 100 | #index { | 100 | #toc { |
| 101 | padding: 0 1em; | 101 | padding: 0 1em; |
| 102 | } | 102 | } |
| 103 | | 103 | |
| ... | @@ -105,7 +105,7 @@ | ... | @@ -105,7 +105,7 @@ |
| 105 | #main-wrapper { | 105 | #main-wrapper { |
| 106 | flex-direction: row; | 106 | flex-direction: row; |
| 107 | } | 107 | } |
| 108 | #contents-wrapper, #index { | 108 | #contents-wrapper, #toc { |
| 109 | overflow: auto; | 109 | overflow: auto; |
| 110 | } | 110 | } |
| 111 | } | 111 | } |
| ... | @@ -181,7 +181,7 @@ | ... | @@ -181,7 +181,7 @@ |
| 181 | </head> | 181 | </head> |
| 182 | <body> | 182 | <body> |
| 183 | <div id="main-wrapper"> | 183 | <div id="main-wrapper"> |
| 184 | <div id="index"> | 184 | <div id="toc"> |
| 185 | <a href="https://ziglang.org/documentation/0.1.1/">0.1.1</a> | | 185 | <a href="https://ziglang.org/documentation/0.1.1/">0.1.1</a> | |
| 186 | <a href="https://ziglang.org/documentation/0.2.0/">0.2.0</a> | | 186 | <a href="https://ziglang.org/documentation/0.2.0/">0.2.0</a> | |
| 187 | <a href="https://ziglang.org/documentation/0.3.0/">0.3.0</a> | | 187 | <a href="https://ziglang.org/documentation/0.3.0/">0.3.0</a> | |
| ... | @@ -189,7 +189,7 @@ | ... | @@ -189,7 +189,7 @@ |
| 189 | <a href="https://ziglang.org/documentation/0.5.0/">0.5.0</a> | | 189 | <a href="https://ziglang.org/documentation/0.5.0/">0.5.0</a> | |
| 190 | <a href="https://ziglang.org/documentation/0.6.0/">0.6.0</a> | | 190 | <a href="https://ziglang.org/documentation/0.6.0/">0.6.0</a> | |
| 191 | master | 191 | master |
| 192 | <h1>Index</h1> | 192 | <h1>Contents</h1> |
| 193 | {#nav#} | 193 | {#nav#} |
| 194 | </div> | 194 | </div> |
| 195 | <div id="contents-wrapper"><div id="contents"> | 195 | <div id="contents-wrapper"><div id="contents"> |