Skip to content

Commit

Permalink
docs: update;
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanuo committed Jun 22, 2024
1 parent b1153dc commit 8d8db5f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ thd
*.njsproj
*.sln
*.sw?
dist
dist
cache
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@

## 🍥 部署方法 | Deployment method

- 支持 `vercel` 一键部署 [![Vercel](https://img.shields.io/badge/vercel-%23000000.svg?style=flat&logo=vercel&logoColor=white)](https://blazeb2.js.org/zh/guide/deploy.html#vercel%E4%B8%80%E9%94%AE%E7%A7%92%E9%83%A8%E7%BD%B2)
- 支持 `vercel` 一键部署 [![Vercel](https://img.shields.io/badge/vercel-%23000000.svg?style=flat&logo=vercel&logoColor=white)](https://blazeb2.js.org/guide/deploy/vercel.html)

- 支持 `serverless` [![serverless](https://img.shields.io/badge/serverless-%23000000.svg?style=flat&logo=serverless&logoColor=white)](https://cloud.tencent.com/login?s_url=https%3A%2F%2Fconsole.cloud.tencent.com%2Fscf%2Flist-create%3Frid%3D1%26ns%3Ddefault%26createType%3Dempty)

- 支持 `heroku` 部署 [![heroku](https://img.shields.io/badge/heroku-%23000000.svg?style=flat&logo=heroku&logoColor=white)](https://blazeb2.js.org/zh/guide/deploy.html#heroku-%E9%83%A8%E7%BD%B2)
- 支持 `heroku` 部署 [![heroku](https://img.shields.io/badge/heroku-%23000000.svg?style=flat&logo=heroku&logoColor=white)](https://blazeb2.js.org/guide/deploy/heroku.html)

- 支持 `Docker` 部署 [![docker](https://img.shields.io/badge/docker-%23000000.svg?style=flat&logo=docker&logoColor=white)](https://blazeb2.js.org/zh/guide/deploy.html#%E5%9F%BA%E4%BA%8Edocker-nginx-%E9%83%A8%E7%BD%B2)
- 支持 `Docker` 部署 [![docker](https://img.shields.io/badge/docker-%23000000.svg?style=flat&logo=docker&logoColor=white)](https://blazeb2.js.org/guide/deploy/docker.html)

- 支持 `netlify` 部署 [![netlify](https://img.shields.io/badge/netlify-%23000000.svg?style=flat&logo=netlify&logoColor=white)](https://blazeb2.js.org/zh/guide/deploy.html#netlify-%E9%83%A8%E7%BD%B2)
- 支持 `netlify` 部署 [![netlify](https://img.shields.io/badge/netlify-%23000000.svg?style=flat&logo=netlify&logoColor=white)](https://blazeb2.js.org/guide/deploy/netlify.html)
## 📸 预览 | preview

<details>
Expand Down
3 changes: 2 additions & 1 deletion docs/.vitepress/configs/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ function getGuideSidebar() {
{ text: 'Vercel部署', link: '/guide/deploy/vercel' },
{ text: 'Docker部署', link: '/guide/deploy/docker' },
{ text: 'Heroku部署', link: '/guide/deploy/heroku' },
{ text: 'Serverless部署', link: '/guide/deploy/serverless' }
{ text: 'Serverless部署', link: '/guide/deploy/serverless' },
{ text: 'Netlify部署', link: '/guide/deploy/netlify' }
]
},
{
Expand Down
4 changes: 3 additions & 1 deletion docs/guide/deploy/netify.md → docs/guide/deploy/netlify.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
lang: zh-cn
title: 项目部署 | netlify部署
description: 使用netlify一键部署balzeb2图床项目
---
---

waiting

0 comments on commit 8d8db5f

Please sign in to comment.