Commit 572f9a5602

Loris Cro <kappaloris@gmail.com>
2022-07-19 22:42:57
Autodoc: add warning banner to html
1 parent 7d636f0
Changed files (1)
lib
lib/docs/index.html
@@ -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">