Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 57728ba

Browse files
docs: use Netlify instead of GitHub Pages
1 parent 43feaed commit 57728ba

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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

1616
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
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

3737
Explore sources of [nelson6e65/phpdoc-vuepress](https://github.com/nelson6e65/phpdoc-vuepress) to use configuration files as guide.
3838

‎docs/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

‎docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tagline: Template for generating your PHP API documentation in a pretty VuePress
66
actionText: Get Started →
77
actionLink: /guide/
88

9-
footer: MIT Licensed | Copyright © 2018-2021 Nelson Martell
9+
footer: MIT Licensed | Copyright © 2018-2023 Nelson Martell
1010

1111
features:
1212
- title: Document all your code

‎docs/guide/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

4646
Read the [`LICENSE` file](https://github.com/nelson6e65/phpdoc-vuepress/blob/master/LICENSE) for details.
4747

‎netlify.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[build]
2+
publish = "dist/phpdoc-vuepress"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /