Skip to content

Commit 5613116

Browse files
committed
Updated docs
1 parent 436c1cd commit 5613116

File tree

5 files changed

+7
-13
lines changed

5 files changed

+7
-13
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ node_modules
66
*.env
77
.DS_Store
88
package-lock.json
9+
.bloggify/*

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016-18 Bloggify <support@bloggify.org> (https://bloggify.org)
3+
Copyright (c) 2016-20 Bloggify <support@bloggify.org> (https://bloggify.org)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ console.log(html);
6363

6464

6565

66+
67+
6668
## :question: Get Help
6769

6870
There are few ways to get help:
@@ -72,20 +74,11 @@ There are few ways to get help:
7274

7375

7476

77+
7578
## :yum: How to contribute
7679
Have an idea? Found a bug? See [how to contribute][contributing].
7780

7881

79-
## :dizzy: Where is this library used?
80-
If you are using this library in one of your projects, add it in this list. :sparkles:
81-
82-
83-
- [`bloggify-markdown-highlight`](https://github.com/Bloggify/bloggify-markdown-highlight#readme) (by Bloggify)—Highlight code blocks in the Markdown code.
84-
- [`ember-showdown-highlight`](https://npmjs.com/package/ember-showdown-highlight)—The default blueprint for ember-cli addons.
85-
- [`markdown2dash`](https://github.com/eyworldwide/markdown2dash#readme) (by Bob)—Convert markdown files to Dash docset in CLI
86-
- [`md-srv`](https://npmjs.com/package/md-srv) (by aikei)—a simple server, converting served .md files to html
87-
- [`swanky`](https://github.com/swanky-docs/swanky#readme) (by Rod Leviton)—A simple, flexible and powerful tool for creating beautiful documentation.
88-
- [`trumpdoc`](https://npmjs.com/package/trumpdoc)—# Features - 😄 Suuuupppper easy to build. Do not need any shiz to build.(such as webpack) - 👍 Simple and powerful, pure React application - 😈 Manage your documentation like a president - 📄 code-block styles
8982

9083
## :scroll: License
9184

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@
5454
"obedm503 (https://obedm503.github.io)",
5555
"Ariel Shaqed (Scolnicov) (https://github.com/arielshaqed)"
5656
]
57-
}
57+
}

0 commit comments

Comments
 (0)