10000 add other pages for lodash site · jyoko/lodash.github.io@98f5330 · GitHub
[go: up one dir, main page]

Skip to content

Commit 98f5330

Browse files
ChristianMurphyjdalton
authored andcommitted
add other pages for lodash site
1 parent 44dabc6 commit 98f5330

File tree

4 files changed

+29
-1
lines changed

4 files changed

+29
-1
lines changed

404.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
id: not-found
3+
title: lodash · Page not found
4+
---
5+
<hgroup>
6+
<h1><a href="/">lodash</a> <span>v3.9.3</span></h1>
7+
<h2>404: Page not found</h2>
8+
</hgroup>
9+
<p>Well this is somewhat embarrassing, isn’t it?</p>
10+
<p>You may have been looking for our <a href="/docs">API</a> or <a href="/custom-builds.html">CLI</a> documentation, <a href="/#download">downloads</a>, <a href="/tests.html">unit tests</a>, <a href="/benchmarks.html">benchmarks</a>, <a href="https://github.com/lodash/lodash/wiki/Changelog">changelog</a>, <a href="https://github.com/lodash/lodash/wiki/Roadmap">roadmap</a>, or <a href="https://github.com/lodash/lodash/wiki/Resources">community created podcasts, posts, &amp; videos</a>.</p>

benchmarks.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
id: benchmarks
3+
title: lodash performance suite
4+
---
5+
<hgroup>
6+
<h1>lodash <span>v3.9.3</span></h1>
7+
<h2>Performance Suite</h2>
8+
</hgroup>
9+
<p>Benchmarks are temporarily down while we update to v3.9.3.</p>

custom-builds.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h2>Custom builds</h2>
3636
<pre><code>lodash exports<span class="sy0">=</span>amd<span class="sy0">,</span>commonjs<span class="sy0">,</span>iojs</code></pre>
3737
</li>
3838
<li>Use the <code>iife</code> command to specify code to replace the <a href="http://benalman.com/news/2010/11/immediately-invoked-function-expression/">IIFE</a> that wraps lodash.
39-
<pre><code>lodash iife<span class="sy0">=</span><span class="st0">&quot;!function(window,undefined){%output%}(this)&quot;</span></code></pre>
39+
<pre><code>lodash iife<span class="sy0">=</span><span class="st0">&quot;!function(window,undefined){ %output% }(this)&quot;</span></code></pre>
4040
</li>
4141
<li>Use the <code>include</code> command to pass comma separated names of functions to include in the build.
4242
<pre><code>lodash include<span class="sy0">=</span>each<span class="sy0">,</span>filter<span class="sy0">,</span>map</code></pre>

tests.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
id: test-suite
3+
title: lodash test suite
4+
---
5+
<hgroup>
6+
<h1>lodash <span>v3.9.3</span></h1>
7+
<h2>Test Suite</h2>
8+
</hgroup>
9+
<p>Tests are temporarily down while we update to v3.9.3.</p>

0 commit comments

Comments
 (0)
0