Skip to content

Commit 6435d31

Browse files
committed
Removed 'Download Latest' button
Clarified a bit the 'OOP' approach Added comment count links for disqus
1 parent d847693 commit 6435d31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ footer{
1919
<div class="buttons-unit">
2020
<a href="https://github.com/PCLExt/PCLExt.FileStorage" class="button"><i class="glyphicon glyphicon-cloud"></i>View in Github</a>
2121
<a href="https://www.nuget.org/packages/PCLExt.FileStorage/" class="button"><i class="glyphicon glyphicon-globe"></i>Get on NuGet</a>
22-
<a href="https://github.com/PCLExt/PCLExt.FileStorage/releases" class="button"><i class="glyphicon glyphicon-download"></i>Download Latest</a>
2322
</div>
2423
</div>
2524
</div>
@@ -30,7 +29,7 @@ footer{
3029
<i class="glyphicon glyphicon-tree-deciduous"></i>
3130
<section>
3231
<h2>Origin</h2>
33-
<p class="lead">It was formely a basic fork of PCL Storage, but later formed it's own set of API's designed to ease use of files and folders in managed code. It has a more "OOP" approach.</p>
32+
<p class="lead">It was formely a basic fork of PCL Storage, but later formed it's own set of API's designed to ease use of files and folders in managed code. It has a more "OOP" approach, avoiding the use of static classes.</p>
3433
</section>
3534
</div>
3635
</div>

docs/template/partials/scripts.tmpl.partial

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
<script type="text/javascript" src="{{_rel}}styles/docfx.vendor.js"></script>
44
<script type="text/javascript" src="{{_rel}}styles/docfx.js"></script>
55
<script type="text/javascript" src="{{_rel}}styles/main.js"></script>
6+
<script id="dsq-count-scr" src="//pclext-filestorage.disqus.com/count.js" async></script>

0 commit comments

Comments
 (0)