Skip to content

Commit fc4e7c8

Browse files
committed
docs(website): Added disclaimer to improve the page at the top of the wiki
1 parent bc2c1a9 commit fc4e7c8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/_layouts/docs.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@
99
</div>
1010

1111
<div class="col-md-8">
12+
<div class="panel panel-success">
13+
<div class="panel-heading">
14+
<h3 class="panel-title">Improve the wiki</h3>
15+
</div>
16+
<div class="panel-body">
17+
The MLAPI is free and open source. If you find anything missing from the wiki. Please help us <a href="{{site.git_edit_address}}/{{ page.path }}">improve this page</a> to benefit everyone.
18+
</div>
19+
</div>
20+
1221
<h1>{{ page.title }}</h1>
1322
<div id="markdown-content-container">{{ content }}</div>
1423
<div style="clear:both;">

0 commit comments

Comments
 (0)