File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1010[ ![ Latest unstable Version] ( https://img.shields.io/packagist/vpre/nelson6e65/phpdoc-vuepress.svg?label=unstable )] ( https://packagist.org/packages/nelson6e65/phpdoc-vuepress#dev-master )
1111
1212[ ![ License] ( https://img.shields.io/github/license/nelson6e65/phpdoc-vuepress.svg )] ( LICENSE )
13- [ ![ Documentation] ( http://img.shields.io/badge/📜-Documentation-lightgrey.svg )] ( https://nelson6e65.github.io/ phpdoc-vuepress )
13+ [ ![ Documentation] ( http://img.shields.io/badge/📜-Documentation-lightgrey.svg )] ( https://phpdoc-vuepress.netlify.app/ )
1414[ ![ Wakatime] ( https://wakatime.com/badge/github/nelson6e65/phpdoc-vuepress.svg )] ( https://wakatime.com/badge/github/nelson6e65/phpdoc-vuepress )
1515
1616Template for generating your PHP API documentation in a pretty VuePress format.
@@ -32,7 +32,7 @@ This template will generate six VuePress `*.md` files with the DocBlock document
3232
3333## Demo
3434
35- Check a demo of documentation generated with this template in http ://nelson6e65.github.io/ phpdoc-vuepress/demo/
35+ Check a demo of documentation generated with this template in https ://phpdoc-vuepress.netlify.app /demo
3636
3737Explore sources of [ nelson6e65/phpdoc-vuepress] ( https://github.com/nelson6e65/phpdoc-vuepress ) to use configuration files as guide.
3838
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module.exports = {
33 dest : 'dist/phpdoc-vuepress/' ,
44
55 // Base URL. Useful for GitHub pages.
6- base : '/phpdoc-vuepress/ ' ,
6+ base : '/' ,
77
88 // Title of your project
99 title : 'PHPDoc-VuePress' ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ tagline: Template for generating your PHP API documentation in a pretty VuePress
66actionText : Get Started →
77actionLink : /guide/
88
9- footer : MIT Licensed | Copyright © 2018-2021 Nelson Martell
9+ footer : MIT Licensed | Copyright © 2018-2023 Nelson Martell
1010
1111features :
1212 - title : Document all your code
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Check a demo of documentation generated with this template in [Demo](/demo/)
4141
4242![ License] ( https://img.shields.io/github/license/nelson6e65/phpdoc-vuepress.svg )
4343
44- Copyright (c) 2018-2021 Nelson Martell
44+ Copyright (c) 2018-2023 Nelson Martell
4545
4646Read the [ ` LICENSE ` file] ( https://github.com/nelson6e65/phpdoc-vuepress/blob/master/LICENSE ) for details.
4747
Original file line number Diff line number Diff line change 1+ [build ]
2+ publish = " dist/phpdoc-vuepress"
You can’t perform that action at this time.
0 commit comments