-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.docstrap.js
32 lines (32 loc) · 1.04 KB
/
.docstrap.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
exports.default = {
'theme': 'default',
'name': 'Docstrap',
'description': 'Docstrap is an open-source library, allows you to generate documentation web-view for your projects in a organize and lightweight way',
'discord': 'https://discord.gg/pRG332',
'stackoverflow': '#linkto-so',
'benefits': [
`<div class="porperty">
<i class="fas fa-feather-alt"></i>
<h3>Lightweight</h3>
<p>
Docstrap scales well without adding overhead to the application. Generated files ara Plain vanilla HMTL-CSS-JS.
</p>
</div>`,
`<div class="porperty">
<i class="fas fa-tachometer-alt"></i>
<h3>Fast</h3>
<p>
Docstrap use NodeJS alone, avoiding convoluted frameworks so your documentation can be generated by yourself or CI/CD process in an optimal way.
</p>
</div>`
],
'links': [
`<a href="#expressif">
<img src="img/expressif-boxmodel.jpeg" alt="expressif logo">
</a>`,
`<a href="#metaflux">
<img src="img/metaflux-logo-black.svg" alt="expressif logo">
</a>`
],
'repository': 'https://github.com/rebelstackio/docstrap'
}