Commit aa1a06bf9b

Andrew Kelley <andrew@ziglang.org>
2022-07-19 22:54:32
Autodoc: small polish on the html
1 parent 572f9a5
Changed files (1)
lib
lib/docs/index.html
@@ -523,16 +523,20 @@
         background-color: orange;
         text-align: center;
         color: black;
-        padding: 15px 5px;
+        padding: 5px 5px;
+      }
+      .banner a {
+        color: black;
+        text-decoration: underline;
       }
     </style>
   </head>
   <body class="canvas">
     <div class="banner">
-      Alpha doc build, expect bugs and missing information.
-      <a href="" target="_blank">Report an Issue</a>, 
-      <a href="" target="_blank">Contribute</a>,
-      <a href="" target="_blank">Learn more about stdlib source code</a>.
+      This is a beta autodoc build; expect bugs and missing information.
+      <a href="https://github.com/ziglang/zig/wiki/How-to-contribute-to-Autodoc">Report an Issue</a>, 
+      <a href="https://github.com/ziglang/zig/wiki/How-to-contribute-to-Autodoc">Contribute</a>,
+      <a href="https://github.com/ziglang/zig/wiki/How-to-read-the-standard-library-source-code">Learn more about stdlib source code</a>.
     </div>
     <div class="flex-main">
       <div class="flex-filler"></div>
@@ -594,7 +598,7 @@
           </div>
 		  <div>
 			  <input id="privDeclsBox" type="checkbox"/>
-        Internal Doc Mode
+        <label for="privDeclsBox">Internal Doc Mode</label>
 		  </div>
         </nav>
       </div>