create-next-app
Advanced tools
Comparing version 9.0.6-canary.1 to 9.0.6-canary.2
import React from 'react' | ||
import Link from 'next/link' | ||
import Head from 'next/head' | ||
@@ -21,20 +20,17 @@ import Nav from '../components/nav' | ||
<div className='row'> | ||
<Link href='https://github.com/zeit/next.js#setup'> | ||
<a className='card'> | ||
<h3>Getting Started →</h3> | ||
<p>Learn more about Next.js on GitHub and in their examples.</p> | ||
</a> | ||
</Link> | ||
<Link href='https://github.com/zeit/next.js/tree/master/examples'> | ||
<a className='card'> | ||
<h3>Examples →</h3> | ||
<p>Find other example boilerplates on the Next.js GitHub.</p> | ||
</a> | ||
</Link> | ||
<Link href='https://github.com/zeit/next.js'> | ||
<a className='card'> | ||
<h3>Create Next App →</h3> | ||
<p>Was this tool helpful? Let us know how we can improve it!</p> | ||
</a> | ||
</Link> | ||
<a href='https://nextjs.org/docs' className='card'> | ||
<h3>Documentation →</h3> | ||
<p>Learn more about Next.js in the documentation.</p> | ||
</a> | ||
<a href='https://nextjs.org/learn' className='card'> | ||
<h3>Next.js Learn →</h3> | ||
<p>Learn about Next.js by following an interactive tutorial!</p> | ||
</a> | ||
<a | ||
href='https://github.com/zeit/next.js/tree/master/examples' | ||
className='card' | ||
> | ||
<h3>Examples →</h3> | ||
<p>Find other example boilerplates on the Next.js GitHub.</p> | ||
</a> | ||
</div> | ||
@@ -41,0 +37,0 @@ </div> |
{ | ||
"name": "create-next-app", | ||
"version": "9.0.6-canary.1", | ||
"version": "9.0.6-canary.2", | ||
"keywords": [ | ||
@@ -49,3 +49,3 @@ "react", | ||
}, | ||
"gitHead": "5a9b0ba2ce957d9e252b8edc2dcccfa9c76ebb92" | ||
"gitHead": "25451ce47a257cffdf3adf4e7fb93bfe099013f1" | ||
} |
Sorry, the diff of this file is too big to display
617668
134