zig

fork of https://codeberg.org/ziglang/zig
Log | Tree | Refs | README | LICENSE

commit aa1a06bf9b806761f176d9fa1a1e34b00bb7828c (tree)
parent 572f9a56024b048c7af053bfa7709932fa06f26b
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Tue, 19 Jul 2022 13:54:32 -0700

Autodoc: small polish on the html

Diffstat:
Mlib/docs/index.html | 16++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/lib/docs/index.html b/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>