Skip to content

Commit

Permalink
Add guide generation and linting with remark-lint. contentascode/safe…
Browse files Browse the repository at this point in the history
  • Loading branch information
jmatsushita committed Jan 14, 2018
1 parent d287e14 commit 703ad26
Show file tree
Hide file tree
Showing 12 changed files with 2,199 additions and 322 deletions.
7 changes: 7 additions & 0 deletions .remarkrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"plugins": [
"remark-frontmatter",
"remark-preset-lint-markdown-style-guide",
["remark-lint-maximum-line-length", false]
]
}
1 change: 1 addition & 0 deletions content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ workspace:
'@safetag/guide':
source: content/guide
start: guide.yml
preview: web

# This will create an audits folder and watch for new *.audit.yml files and
# use the audit.yml configuration to setup a new audit folder.
Expand Down
1 change: 1 addition & 0 deletions content/guide/activities
1 change: 1 addition & 0 deletions content/guide/document_matter
1 change: 1 addition & 0 deletions content/guide/images
Loading

0 comments on commit 703ad26

Please sign in to comment.