Skip to content

Commit

Permalink
Added Change Log to the website (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
krisnaw authored and nunomaduro committed Jul 5, 2019
1 parent 4a4ac11 commit fc27105
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Expand Up @@ -71,6 +71,9 @@
"@ecs:test",
"@phpunit:test",
"@insights"
],
"post-root-package-install": [
"@php -r \"copy('CHANGELOG.md', 'docs/CHANGELOG.md');\""
]
},
"scripts-descriptions": {
Expand Down
1 change: 1 addition & 0 deletions docs/.gitignore
@@ -1,3 +1,4 @@
/node_modules
.vuepress/dist
yarn.lock
CHANGELOG.md
4 changes: 4 additions & 0 deletions docs/.vuepress/config.js
Expand Up @@ -22,6 +22,10 @@ module.exports = {
},
'/contribute',
'/support',
'/changelog'
],
nav: [
{ text: 'Changelog', link: '/changelog' },
],
algolia: {
apiKey: 'cc2ada22e5f17c4068a51fea34db4abd',
Expand Down

0 comments on commit fc27105

Please sign in to comment.