File tree 5 files changed +7
-5
lines changed
5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 10
10
[ ![ Latest unstable Version] ( https://img.shields.io/packagist/vpre/nelson6e65/phpdoc-vuepress.svg?label=unstable )] ( https://packagist.org/packages/nelson6e65/phpdoc-vuepress#dev-master )
11
11
12
12
[ ![ 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/ )
14
14
[ ![ Wakatime] ( https://wakatime.com/badge/github/nelson6e65/phpdoc-vuepress.svg )] ( https://wakatime.com/badge/github/nelson6e65/phpdoc-vuepress )
15
15
16
16
Template 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
32
32
33
33
## Demo
34
34
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
36
36
37
37
Explore sources of [ nelson6e65/phpdoc-vuepress] ( https://github.com/nelson6e65/phpdoc-vuepress ) to use configuration files as guide.
38
38
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module.exports = {
3
3
dest : 'dist/phpdoc-vuepress/' ,
4
4
5
5
// Base URL. Useful for GitHub pages.
6
- base : '/phpdoc-vuepress/ ' ,
6
+ base : '/' ,
7
7
8
8
// Title of your project
9
9
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
6
6
actionText : Get Started →
7
7
actionLink : /guide/
8
8
9
- footer : MIT Licensed | Copyright © 2018-2021 Nelson Martell
9
+ footer : MIT Licensed | Copyright © 2018-2023 Nelson Martell
10
10
11
11
features :
12
12
- 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/)
41
41
42
42
![ License] ( https://img.shields.io/github/license/nelson6e65/phpdoc-vuepress.svg )
43
43
44
- Copyright (c) 2018-2021 Nelson Martell
44
+ Copyright (c) 2018-2023 Nelson Martell
45
45
46
46
Read the [ ` LICENSE ` file] ( https://github.com/nelson6e65/phpdoc-vuepress/blob/master/LICENSE ) for details.
47
47
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