docs: 优化文档 (#652)

This commit is contained in:
yansongda 2022-08-23 13:52:06 +08:00 committed by GitHub
parent eba51880c5
commit 4e83ab9149
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
.gitattributes vendored
View File

@ -1,7 +1,7 @@
/tests export-ignore
/.github export-ignore
/.phpunit.cache export-ignore
/docs export-ignore
/web export-ignore
.gitattributes export-ignore
.gitignore export-ignore
phpunit.php export-ignore

View File

@ -5,7 +5,7 @@ import sidebar from "./sidebar";
export default defineConfig({
lang: 'zh-CN',
title: 'Pay',
description: '让支付开发更简单',
description: '可能是我用过的最优雅的支付宝SDK、微信支付SDK 了; yansongda pay 让支付开发更简单',
lastUpdated: true,
head: [
['link', { rel: 'icon', href: '/images/icon.png' }]