Skip to content

Commit

Permalink
Major effort on documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
djohnson-modernatx committed Dec 22, 2019
1 parent 393a716 commit 3952646
Show file tree
Hide file tree
Showing 37 changed files with 1,862 additions and 1,200 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@
"object-shorthand": "warn",
"prefer-arrow-callback": "warn",
"prefer-const": "warn",
"prefer-destructuring": ["warn", { "object": true, "array": false } ],
"prefer-destructuring": "off", // Annoying
"prefer-numeric-literals": "warn",
"prefer-rest-params": "error",
"prefer-spread": "error",
Expand Down
9 changes: 9 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@
"windows": {
"program": "${workspaceFolder}/node_modules/jest/bin/jest",
}
},
{
"type": "node",
"request": "attach",
"name": "Attach",
"port": 9229,
"skipFiles": [
"<node_internals>/**"
]
}
]
}
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"typescript.tsdk": "node_modules/typescript/lib",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
},
"debug.node.autoAttach": "on"
}
330 changes: 329 additions & 1 deletion README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/js/search.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/classes/assertionerror.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>AssertionError | guardian</title>
<title>AssertionError | Guardian Documentation</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
Expand All @@ -22,7 +22,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">guardian</a>
<a href="../index.html" class="title">Guardian Documentation</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down
654 changes: 381 additions & 273 deletions docs/globals.html

Large diffs are not rendered by default.

569 changes: 532 additions & 37 deletions docs/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/interfaces/comparable.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Comparable | guardian</title>
<title>Comparable | Guardian Documentation</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
Expand All @@ -22,7 +22,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">guardian</a>
<a href="../index.html" class="title">Guardian Documentation</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down Expand Up @@ -106,7 +106,7 @@ <h3>compare<wbr>To</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dtjohnson/guardian/blob/9025fbd/src/types.ts#L42">src/types.ts:42</a></li>
<li>Defined in <a href="https://github.com/dtjohnson/guardian/blob/393a716/src/types.ts#L42">src/types.ts:42</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
205 changes: 0 additions & 205 deletions docs/interfaces/emailbrand.html

This file was deleted.

6 changes: 3 additions & 3 deletions docs/interfaces/equatable.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Equatable | guardian</title>
<title>Equatable | Guardian Documentation</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
Expand All @@ -22,7 +22,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">guardian</a>
<a href="../index.html" class="title">Guardian Documentation</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down Expand Up @@ -106,7 +106,7 @@ <h3>equals</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dtjohnson/guardian/blob/9025fbd/src/types.ts#L30">src/types.ts:30</a></li>
<li>Defined in <a href="https://github.com/dtjohnson/guardian/blob/393a716/src/types.ts#L30">src/types.ts:30</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
6 changes: 3 additions & 3 deletions docs/interfaces/hasexpectation.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>HasExpectation | guardian</title>
<title>HasExpectation | Guardian Documentation</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
Expand All @@ -22,7 +22,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">guardian</a>
<a href="../index.html" class="title">Guardian Documentation</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down Expand Up @@ -102,7 +102,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> expectation</h3>
<div class="tsd-signature tsd-kind-icon">expectation<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/dtjohnson/guardian/blob/9025fbd/src/types.ts#L8">src/types.ts:8</a></li>
<li>Defined in <a href="https://github.com/dtjohnson/guardian/blob/393a716/src/types.ts#L8">src/types.ts:8</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
Loading

0 comments on commit 3952646

Please sign in to comment.