mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
Autodoc: small polish on the html
This commit is contained in:
parent
572f9a5602
commit
aa1a06bf9b
@ -523,16 +523,20 @@
|
|||||||
background-color: orange;
|
background-color: orange;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: black;
|
color: black;
|
||||||
padding: 15px 5px;
|
padding: 5px 5px;
|
||||||
|
}
|
||||||
|
.banner a {
|
||||||
|
color: black;
|
||||||
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body class="canvas">
|
<body class="canvas">
|
||||||
<div class="banner">
|
<div class="banner">
|
||||||
Alpha doc build, expect bugs and missing information.
|
This is a beta autodoc build; expect bugs and missing information.
|
||||||
<a href="" target="_blank">Report an Issue</a>,
|
<a href="https://github.com/ziglang/zig/wiki/How-to-contribute-to-Autodoc">Report an Issue</a>,
|
||||||
<a href="" target="_blank">Contribute</a>,
|
<a href="https://github.com/ziglang/zig/wiki/How-to-contribute-to-Autodoc">Contribute</a>,
|
||||||
<a href="" target="_blank">Learn more about stdlib source code</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>
|
||||||
<div class="flex-main">
|
<div class="flex-main">
|
||||||
<div class="flex-filler"></div>
|
<div class="flex-filler"></div>
|
||||||
@ -594,7 +598,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<input id="privDeclsBox" type="checkbox"/>
|
<input id="privDeclsBox" type="checkbox"/>
|
||||||
Internal Doc Mode
|
<label for="privDeclsBox">Internal Doc Mode</label>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user