Skip to content

Commit 304af54

Browse files
committed
rebuild docs
1 parent fe47e8a commit 304af54

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ <h3 class='mb0 no-anchor'></h3>
8686
<h2 id='createHref' class='mt0'>
8787
createHref<span class='gray'>(path)</span>
8888
</h2>
89-
<p><a href='https://github.com/TylorS/cyclic-router/blob/02ac4c0d06f2a5e8f346d80805e797e6a710d32a/src/util.js#L81-L87'><code>src/util.js</code></a></p>
89+
<p><a href='https://github.com/TylorS/cyclic-router/blob/fe47e8a5b45d3b67f4031d0e8b892cb5d74bbb74/src/util.js#L81-L87'><code>src/util.js</code></a></p>
9090
<p>Function used to create HREFs that are properly namespaced</p>
9191

9292
<h4>Parameters</h4>
@@ -113,7 +113,7 @@ <h4>Returns</h4>
113113
<h2 id='createLocation' class='mt0'>
114114
createLocation<span class='gray'>([location])</span>
115115
</h2>
116-
<p><a href='https://github.com/TylorS/cyclic-router/blob/02ac4c0d06f2a5e8f346d80805e797e6a710d32a/src/util.js#L120-L125'><code>src/util.js</code></a></p>
116+
<p><a href='https://github.com/TylorS/cyclic-router/blob/fe47e8a5b45d3b67f4031d0e8b892cb5d74bbb74/src/util.js#L120-L125'><code>src/util.js</code></a></p>
117117
<p>Create a location object - particularly useful for server-side rendering</p>
118118

119119
<h4>Parameters</h4>
@@ -141,7 +141,7 @@ <h4>Returns</h4>
141141
<h2 id='createRouter' class='mt0'>
142142
createRouter<span class='gray'>(history$)</span>
143143
</h2>
144-
<p><a href='https://github.com/TylorS/cyclic-router/blob/02ac4c0d06f2a5e8f346d80805e797e6a710d32a/src/createRouter.js#L11-L13'><code>src/createRouter.js</code></a></p>
144+
<p><a href='https://github.com/TylorS/cyclic-router/blob/fe47e8a5b45d3b67f4031d0e8b892cb5d74bbb74/src/createRouter.js#L11-L13'><code>src/createRouter.js</code></a></p>
145145
<p>Creates a router instance from a history$</p>
146146

147147
<h4>Parameters</h4>
@@ -166,7 +166,7 @@ <h4>Returns</h4>
166166
<h2 id='define' class='mt0'>
167167
define<span class='gray'>(definitions)</span>
168168
</h2>
169-
<p><a href='https://github.com/TylorS/cyclic-router/blob/02ac4c0d06f2a5e8f346d80805e797e6a710d32a/src/definitionResolver.js#L58-L103'><code>src/definitionResolver.js</code></a></p>
169+
<p><a href='https://github.com/TylorS/cyclic-router/blob/fe47e8a5b45d3b67f4031d0e8b892cb5d74bbb74/src/definitionResolver.js#L58-L103'><code>src/definitionResolver.js</code></a></p>
170170
<p>Function used to match the current route to a set of routes using
171171
switch-path</p>
172172

@@ -191,7 +191,7 @@ <h4>Returns</h4>
191191
<h2 id='defineAPI' class='mt0'>
192192
defineAPI<span class='gray'></span>
193193
</h2>
194-
<p><a href='https://github.com/TylorS/cyclic-router/blob/02ac4c0d06f2a5e8f346d80805e797e6a710d32a/src/definitionResolver.js#L95-L101'><code>src/definitionResolver.js</code></a></p>
194+
<p><a href='https://github.com/TylorS/cyclic-router/blob/fe47e8a5b45d3b67f4031d0e8b892cb5d74bbb74/src/definitionResolver.js#L95-L101'><code>src/definitionResolver.js</code></a></p>
195195
<p>Propeties and methods returned from define()</p>
196196

197197
<h4>Properties</h4>
@@ -233,7 +233,7 @@ <h4>Properties</h4>
233233
<h2 id='location' class='mt0'>
234234
location<span class='gray'></span>
235235
</h2>
236-
<p><a href='https://github.com/TylorS/cyclic-router/blob/02ac4c0d06f2a5e8f346d80805e797e6a710d32a/src/util.js#L103-L110'><code>src/util.js</code></a></p>
236+
<p><a href='https://github.com/TylorS/cyclic-router/blob/fe47e8a5b45d3b67f4031d0e8b892cb5d74bbb74/src/util.js#L103-L110'><code>src/util.js</code></a></p>
237237
<p>Default parameters for createLocation; Same structure used by rackt/history</p>
238238

239239
<h4>Properties</h4>
@@ -286,7 +286,7 @@ <h4>Properties</h4>
286286
<h2 id='makeRouterDriver' class='mt0'>
287287
makeRouterDriver<span class='gray'>(historyDriver)</span>
288288
</h2>
289-
<p><a href='https://github.com/TylorS/cyclic-router/blob/02ac4c0d06f2a5e8f346d80805e797e6a710d32a/src/makeRouterDriver.js#L10-L27'><code>src/makeRouterDriver.js</code></a></p>
289+
<p><a href='https://github.com/TylorS/cyclic-router/blob/fe47e8a5b45d3b67f4031d0e8b892cb5d74bbb74/src/makeRouterDriver.js#L10-L27'><code>src/makeRouterDriver.js</code></a></p>
290290
<p>Factory function that returns the router driver</p>
291291

292292
<h4>Parameters</h4>
@@ -312,7 +312,7 @@ <h4>Returns</h4>
312312
<h2 id='path' class='mt0'>
313313
path<span class='gray'>(pathname)</span>
314314
</h2>
315-
<p><a href='https://github.com/TylorS/cyclic-router/blob/02ac4c0d06f2a5e8f346d80805e797e6a710d32a/src/pathFilter.js#L43-L49'><code>src/pathFilter.js</code></a></p>
315+
<p><a href='https://github.com/TylorS/cyclic-router/blob/fe47e8a5b45d3b67f4031d0e8b892cb5d74bbb74/src/pathFilter.js#L43-L49'><code>src/pathFilter.js</code></a></p>
316316
<p>Filters the current location to easily create nested routes</p>
317317

318318
<h4>Parameters</h4>
@@ -336,7 +336,7 @@ <h4>Returns</h4>
336336
<h2 id='routerAPI' class='mt0'>
337337
routerAPI<span class='gray'></span>
338338
</h2>
339-
<p><a href='https://github.com/TylorS/cyclic-router/blob/02ac4c0d06f2a5e8f346d80805e797e6a710d32a/src/api.js#L37-L43'><code>src/api.js</code></a></p>
339+
<p><a href='https://github.com/TylorS/cyclic-router/blob/fe47e8a5b45d3b67f4031d0e8b892cb5d74bbb74/src/api.js#L37-L43'><code>src/api.js</code></a></p>
340340
<p>The Public API returned by the router driver, createRouter(), and .path()</p>
341341

342342
<h4>Properties</h4>
@@ -386,7 +386,7 @@ <h4>Properties</h4>
386386
<h2 id='routerDriver' class='mt0'>
387387
routerDriver<span class='gray'>(sink$)</span>
388388
</h2>
389-
<p><a href='https://github.com/TylorS/cyclic-router/blob/02ac4c0d06f2a5e8f346d80805e797e6a710d32a/src/makeRouterDriver.js#L23-L26'><code>src/makeRouterDriver.js</code></a></p>
389+
<p><a href='https://github.com/TylorS/cyclic-router/blob/fe47e8a5b45d3b67f4031d0e8b892cb5d74bbb74/src/makeRouterDriver.js#L23-L26'><code>src/makeRouterDriver.js</code></a></p>
390390
<p>The actual router driver.</p>
391391

392392
<h4>Parameters</h4>
@@ -411,7 +411,7 @@ <h4>Returns</h4>
411411
<h2 id='supportsHistory' class='mt0'>
412412
supportsHistory<span class='gray'></span>
413413
</h2>
414-
<p><a href='https://github.com/TylorS/cyclic-router/blob/02ac4c0d06f2a5e8f346d80805e797e6a710d32a/src/util.js#L11-L28'><code>src/util.js</code></a></p>
414+
<p><a href='https://github.com/TylorS/cyclic-router/blob/fe47e8a5b45d3b67f4031d0e8b892cb5d74bbb74/src/util.js#L11-L28'><code>src/util.js</code></a></p>
415415
<p>Function that returns whether or not the current environment
416416
supports the HistoryAPI</p>
417417

0 commit comments

Comments
 (0)