We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7457b commit d415d18Copy full SHA for d415d18
docs/_includes/article.html
@@ -3,6 +3,8 @@
3
4
<h1><a href="{{site.baseurl}}{{topic.url}}">{{topic.title}}</a></h1>
5
6
+<div class="disclaimer">This documentation is a work in progress. It describes prerelease software, and is subject to change.</div>
7
+
8
{% if page.addsectiontoc %}
9
{% include sectiontoc.html %}
10
{% endif %}
docs/css/main.css
@@ -243,6 +243,15 @@ article {
243
min-width: 1px;
244
}
245
246
+.disclaimer {
247
+ border: 1px solid blue;
248
+ margin: 20px 20px;
249
+ padding: 6px;
250
+ border-radius: 4px;
251
+ color: #666;
252
+ background-color: #eee;
253
+}
254
255
.prevnext {
256
display: flex;
257
justify-content: space-between;
0 commit comments