Skip to content

Commit ef4d0ca

Browse files
committed
moved to gh-pages
1 parent 299adb8 commit ef4d0ca

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A simple Object Oriented PHP Client for Cloudflare API.
1313
This package provides convenient access to the Cloudflare REST API using PHP.
1414

1515
- [☁️ Cloudflare API v4](https://developers.cloudflare.com/api/)
16-
- [📄 Documentation](https://php-cloudflare-api.vercel.app/)
16+
- [📄 Documentation](https://php-cloudflare-api.nuxt.space/)
1717

1818
## Features ✨
1919

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"source": "https://github.com/SergkeiM/php-cloudflare-api",
1717
"issues": "https://github.com/SergkeiM/php-cloudflare-api/issues",
1818
"email": "sergio11of@gmail.com",
19-
"docs": "https://php-cloudflare-api.vercel.app/"
19+
"docs": "https://php-cloudflare-api.nuxt.space/"
2020
},
2121
"require": {
2222
"php": "^8.0",

docs/app.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
export default defineAppConfig({
22
docus: {
3-
title: 'PHP Cloudflare API',
4-
description: 'A simple Object Oriented wrapper for Cloudflare API, written with PHP.',
3+
title: 'PHP Client for Cloudflare API.',
4+
description: 'This package provides convenient access to the Cloudflare REST API using PHP.',
55
layout: 'default',
66
image: '/preview.png',
7-
url: 'https://php-cloudflare-api.vercel.app',
7+
url: 'https://php-cloudflare-api.nuxt.space/',
88
socials: {
99
github: 'SergkeiM/php-cloudflare-api'
1010
},

0 commit comments

Comments
 (0)