commit eeae3a8f9df49e53392bcd7b04b463f6bffcec9c (tree)
parent 6fbb5f0a81946d0392100d0f1c8ecfd43f825651
Author: Paul Espinosa <mrpaul@aestheticwisdom.com>
Date: Wed, 8 Jul 2020 11:42:02 +0700
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:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git 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">