commit 572f9a56024b048c7af053bfa7709932fa06f26b (tree) parent 7d636f0f9da49337ae3a54af25e6465af033bd89 Author: Loris Cro <kappaloris@gmail.com> Date: Tue, 19 Jul 2022 22:42:57 +0200 Autodoc: add warning banner to html Diffstat:
| M | lib/docs/index.html | | | 12 | ++++++++++++ |
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/lib/docs/index.html b/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">