Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Jun 4, 2017
0 parents commit 1b61d41
Show file tree
Hide file tree
Showing 5 changed files with 1,671 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
root = true

[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
indent_size = 4
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# mermaidjs.github.io

Documentation website for mermaid.

Please visit [mermaidjs.github.io](https://mermaidjs.github.io).
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "mermaidjs.github.io",
"version": "0.1.0",
"scripts": {
"start": "gitbook serve ./content ./gh-pages",
"build": "gitbook build ./content ./gh-pages"
},
"devDependencies": {
"gitbook-cli": "^2.3.0"
}
}
Loading

0 comments on commit 1b61d41

Please sign in to comment.