Skip to content

Commit d8b5b11

Browse files
README fixes
1 parent f225be5 commit d8b5b11

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/Users/markbattistella/Developer/docsify-sidebar-footer/docs/README.md

docs/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
<div align="center">
2+
13
# docsify.js sidebar footer
24

5+
</div>
6+
37
This plugin enhances your website's sidebar or page by creating a footer area where you can display important information. It automatically updates the copyright year or range, allows you to include your name or company with a URL, and provides links to a privacy policy, terms of service, and cookies policy pages. By utilising this plugin, you can easily showcase relevant legal information, personalise your website, and promote transparency and compliance.
48

59
## Installation

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
<script src="https://cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
5050

5151
<!-- local: docsify-sidebarFooter -->
52-
<script src="docsify-sidebar.min.js"></script>
52+
<script src="dist/docsify-sidebar.min.js"></script>
5353
</body>
5454
</html>

0 commit comments

Comments
 (0)