提交 c4424c89 编写于 作者: U ULIVZ

docs: avoid indent in code block

上级 1051da9f
......@@ -102,24 +102,24 @@ pages:
2. Create `firebase.json` and `.firebaserc` at the root of your project with the following content:
`firebase.json`:
```json
{
"hosting": {
"public": "./docs/.vuepress/dist",
"ignore": []
}
}
```
`.firebaserc`:
```js
{
"projects": {
"default": "<YOUR_FIREBASE_ID>"
}
}
```
`firebase.json`:
```json
{
"hosting": {
"public": "./docs/.vuepress/dist",
"ignore": []
}
}
```
`.firebaserc`:
```js
{
"projects": {
"default": "<YOUR_FIREBASE_ID>"
}
}
```
3. After running `yarn docs:build` or `npm run docs:build`, deploy with the command `firebase deploy`.
......
......@@ -100,24 +100,24 @@ pages:
2. 在你项目的根目录下创建 `firebase.json``.firebaserc`,并包含以下内容:
`firebase.json`:
```json
{
"hosting": {
"public": "./docs/.vuepress/dist",
"ignore": []
}
}
```
`.firebaserc`:
``` js
{
"projects": {
"default": "<YOUR_FIREBASE_ID>"
}
}
```
`firebase.json`:
```json
{
"hosting": {
"public": "./docs/.vuepress/dist",
"ignore": []
}
}
```
`.firebaserc`:
``` js
{
"projects": {
"default": "<YOUR_FIREBASE_ID>"
}
}
```
3. 在执行了 `yarn docs:build``npm run docs:build` 后, 使用 `firebase deploy` 指令来部署。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册