Skip to content

Commit

Permalink
docs: Update local-backend.mdx put the local_backend property in fron…
Browse files Browse the repository at this point in the history
…t of t… (StaticJsCMS#993)
  • Loading branch information
mnordhaus authored Nov 30, 2023
1 parent dd80bfa commit 9003961
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions packages/docs/content/docs/local-backend.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,20 @@ The local backend allows you to use Static CMS with a local git repository, inst

<CodeTabs>
```yaml
backend:
name: git-gateway

# when using the default proxy server port
local_backend: true

backend:
name: git-gateway
```
```js
// when using the default proxy server port
local_backend: true,

backend: {
name: 'git-gateway',
},
// when using the default proxy server port
local_backend: true,
```

</CodeTabs>
Expand Down

0 comments on commit 9003961

Please sign in to comment.