Autodoc: add warning banner to html

This commit is contained in:
Loris Cro 2022-07-19 22:42:57 +02:00 committed by Andrew Kelley
parent 7d636f0f9d
commit 572f9a5602

View File

@ -519,9 +519,21 @@
min-width: calc(100% - 2.8rem);
}
}
.banner {
background-color: orange;
text-align: center;
color: black;
padding: 15px 5px;
}
</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>.
</div>
<div class="flex-main">
<div class="flex-filler"></div>
<div class="flex-left sidebar">