diff --git a/packages/docs/content/docs/local-backend.mdx b/packages/docs/content/docs/local-backend.mdx index 545ab802..e100b2f5 100644 --- a/packages/docs/content/docs/local-backend.mdx +++ b/packages/docs/content/docs/local-backend.mdx @@ -16,19 +16,20 @@ The local backend allows you to use Static CMS with a local git repository, inst ```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, ```