Skip to content

Commit

Permalink
🐸 Ready with new version
Browse files Browse the repository at this point in the history
  • Loading branch information
MexsonFernandes committed Nov 25, 2020
1 parent c7b37b0 commit 69b252d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

1. Netlify Login Widget
2. Beautiful commit messages
3. Deploy to Netlify with a button (in readme)

## `v2020.0.0 Neonate`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-nuxt-netlify-cms-docs",
"version": "2020.0.0",
"version": "2020.1.0",
"files": [
"src",
"template"
Expand Down
2 changes: 1 addition & 1 deletion template/content/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ features:
<img src="/images/logo-light.png" class="light-img" width="1280" height="640" alt=""/>
<img src="/images/logo-dark.png" class="dark-img" width="1280" height="640" alt=""/>

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

<alert type="success">

Expand Down
4 changes: 2 additions & 2 deletions template/content/en/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ It's easy to start with your first doc.

Use single-click deploy button from Netlify.

[![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)
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/<%= github %>)

## Set custom repo

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

Then, clone it:

Expand Down
4 changes: 2 additions & 2 deletions template/content/fr/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ Il est facile de commencer avec votre premier document.

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

[![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)
[![Déployer sur Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/<%= github %>)

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

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

Ensuite, clonez-le:

Expand Down

0 comments on commit 69b252d

Please # to comment.