Commit aa1a06bf9b
Changed files (1)
lib
docs
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>