diff options
| author | Paul Espinosa <mrpaul@aestheticwisdom.com> | 2020-07-08 11:42:02 +0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2020-07-08 19:31:38 +0000 |
| commit | eeae3a8f9df49e53392bcd7b04b463f6bffcec9c (patch) | |
| tree | 6d29d6f5e9b5a9de5bd6f09644389af5f84ac459 /doc | |
| parent | 6fbb5f0a81946d0392100d0f1c8ecfd43f825651 (diff) | |
| download | zig-eeae3a8f9df49e53392bcd7b04b463f6bffcec9c.tar.gz zig-eeae3a8f9df49e53392bcd7b04b463f6bffcec9c.zip | |
Rename langref's Index to Contents (TOC)
The language reference's Index is a list of the documentation's contents in
order of appearance. This commit renames "Index" to "Contents" as in table of
contents. It also renames the HTML/CSS identifiers from "index" to "toc".
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/langref.html.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/langref.html.in b/doc/langref.html.in index d7b9de3c6e..1e4d993fe9 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -97,7 +97,7 @@ margin: auto; } - #index { + #toc { padding: 0 1em; } @@ -105,7 +105,7 @@ #main-wrapper { flex-direction: row; } - #contents-wrapper, #index { + #contents-wrapper, #toc { overflow: auto; } } @@ -181,7 +181,7 @@ </head> <body> <div id="main-wrapper"> - <div id="index"> + <div id="toc"> <a href="https://ziglang.org/documentation/0.1.1/">0.1.1</a> | <a href="https://ziglang.org/documentation/0.2.0/">0.2.0</a> | <a href="https://ziglang.org/documentation/0.3.0/">0.3.0</a> | @@ -189,7 +189,7 @@ <a href="https://ziglang.org/documentation/0.5.0/">0.5.0</a> | <a href="https://ziglang.org/documentation/0.6.0/">0.6.0</a> | master - <h1>Index</h1> + <h1>Contents</h1> {#nav#} </div> <div id="contents-wrapper"><div id="contents"> |
