Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Commit eb2df17

Browse files
author
Kevin Richter
committed
Add commands via npm
1 parent 26db7c8 commit eb2df17

File tree

5 files changed

+1061
-2
lines changed

5 files changed

+1061
-2
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@ build/
1616
.cache
1717
.vagrant
1818
.sass-cache
19+
source/*.md
1920

2021
# YARD artifacts
2122
.yardoc
2223
_yardoc
2324
doc/
2425
.idea/
26+
27+
# Node
28+
node_modules

config/widdershins-api.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"language_tabs": [{"javascript": "JavaScript"}, {"php": "PHP"}],
3+
"outfile": "source/api.html.md",
4+
"user_templates": "config/api_templates"
5+
}

0 commit comments

Comments
 (0)