Autodoc: small polish on the html

This commit is contained in:
Andrew Kelley 2022-07-19 13:54:32 -07:00
parent 572f9a5602
commit aa1a06bf9b

View File

@ -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>