Skip to content

Commit 5d0d95f

Browse files
committedMay 18, 2020
feat: new website for htmlhint.com (#395)
* docs: new website for docs * fixes
1 parent 30b0af2 commit 5d0d95f

File tree

204 files changed

+21363
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

204 files changed

+21363
-1
lines changed
 

‎.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,7 @@ yarn.lock
6262

6363
test/unit/coverage
6464
test/e2e/reports
65+
66+
/website/node_modules
67+
/website/build
68+
/website/.docusaurus

‎.prettierignore

+5
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@ test/html
1717

1818
# Ignore formatting of ***x*** to **_x_**
1919
.github/PULL_REQUEST_TEMPLATE.md
20+
21+
/website/playground
22+
/website/.docusaurus
23+
/website/plugins
24+
/website/static

0 commit comments

Comments
 (0)
Please sign in to comment.