authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-07-19 13:54:32-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-07-19 19:10:12-07:00
logaa1a06bf9b806761f176d9fa1a1e34b00bb7828c
treeeca9e8427351606534f44c101a6f40fe30c133f0
parent572f9a56024b048c7af053bfa7709932fa06f26b

Autodoc: small polish on the html


1 files changed, 10 insertions(+), 6 deletions(-)

lib/docs/index.html+10-6
...@@ -523,16 +523,20 @@...@@ -523,16 +523,20 @@
523 background-color: orange;523 background-color: orange;
524 text-align: center;524 text-align: center;
525 color: black;525 color: black;
526 padding: 15px 5px;526 padding: 5px 5px;
527 }
528 .banner a {
529 color: black;
530 text-decoration: underline;
527 }531 }
528 </style>532 </style>
529 </head>533 </head>
530 <body class="canvas">534 <body class="canvas">
531 <div class="banner">535 <div class="banner">
532 Alpha doc build, expect bugs and missing information.536 This is a beta autodoc build; expect bugs and missing information.
533 <a href="" target="_blank">Report an Issue</a>, 537 <a href="https://github.com/ziglang/zig/wiki/How-to-contribute-to-Autodoc">Report an Issue</a>,
534 <a href="" target="_blank">Contribute</a>,538 <a href="https://github.com/ziglang/zig/wiki/How-to-contribute-to-Autodoc">Contribute</a>,
535 <a href="" target="_blank">Learn more about stdlib source code</a>.539 <a href="https://github.com/ziglang/zig/wiki/How-to-read-the-standard-library-source-code">Learn more about stdlib source code</a>.
536 </div>540 </div>
537 <div class="flex-main">541 <div class="flex-main">
538 <div class="flex-filler"></div>542 <div class="flex-filler"></div>
...@@ -594,7 +598,7 @@...@@ -594,7 +598,7 @@
594 </div>598 </div>
595 <div>599 <div>
596 <input id="privDeclsBox" type="checkbox"/>600 <input id="privDeclsBox" type="checkbox"/>
597 Internal Doc Mode601 <label for="privDeclsBox">Internal Doc Mode</label>
598 </div>602 </div>
599 </nav>603 </nav>
600 </div>604 </div>