Skip to content

Commit 69b252d

Browse files
🐸 Ready with new version
1 parent c7b37b0 commit 69b252d

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
1. Netlify Login Widget
1313
2. Beautiful commit messages
14+
3. Deploy to Netlify with a button (in readme)
1415

1516
## `v2020.0.0 Neonate`
1617

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-nuxt-netlify-cms-docs",
3-
"version": "2020.0.0",
3+
"version": "2020.1.0",
44
"files": [
55
"src",
66
"template"

template/content/en/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ features:
1414
<img src="/images/logo-light.png" class="light-img" width="1280" height="640" alt=""/>
1515
<img src="/images/logo-dark.png" class="dark-img" width="1280" height="640" alt=""/>
1616

17-
Template for [NuxtJS/NetlifyCMS Doc](https://github.com/MexsonFernandes/nuxt-netlify-doc).
17+
Template for [<%= name %>](https://github.com/<%= github %>).
1818

1919
<alert type="success">
2020

template/content/en/setup.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ It's easy to start with your first doc.
1111

1212
Use single-click deploy button from Netlify.
1313

14-
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/MexsonFernandes/nuxt-netlify-doc)
14+
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/<%= github %>)
1515

1616
## Set custom repo
1717

18-
[Fork](https://github.com/MexsonFernandes/nuxt-netlify-doc) the repo.
18+
[Fork](https://github.com/<%= github %>) the repo.
1919

2020
Then, clone it:
2121

template/content/fr/setup.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ Il est facile de commencer avec votre premier document.
99

1010
Utilisez le bouton de déploiement en un seul clic de Netlify.
1111

12-
[![Déployer sur Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/MexsonFernandes/nuxt-netlify-doc)
12+
[![Déployer sur Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/<%= github %>)
1313

1414
## Définir un dépôt personnalisé
1515

16-
[Fork](https://github.com/MexsonFernandes/nuxt-netlify-doc) le dépôt.
16+
[Fork](https://github.com/<%= github %>) le dépôt.
1717

1818
Ensuite, clonez-le:
1919

0 commit comments

Comments
 (0)