docs: Update local-backend.mdx put the local_backend property in front of t… (#993)
This commit is contained in:
parent
dd80bfa2d3
commit
9003961f0d
@ -16,19 +16,20 @@ The local backend allows you to use Static CMS with a local git repository, inst
|
|||||||
|
|
||||||
<CodeTabs>
|
<CodeTabs>
|
||||||
```yaml
|
```yaml
|
||||||
backend:
|
|
||||||
name: git-gateway
|
|
||||||
|
|
||||||
# when using the default proxy server port
|
# when using the default proxy server port
|
||||||
local_backend: true
|
local_backend: true
|
||||||
|
|
||||||
|
backend:
|
||||||
|
name: git-gateway
|
||||||
```
|
```
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
// when using the default proxy server port
|
||||||
|
local_backend: true,
|
||||||
|
|
||||||
backend: {
|
backend: {
|
||||||
name: 'git-gateway',
|
name: 'git-gateway',
|
||||||
},
|
},
|
||||||
// when using the default proxy server port
|
|
||||||
local_backend: true,
|
|
||||||
```
|
```
|
||||||
|
|
||||||
</CodeTabs>
|
</CodeTabs>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user