Skip to content

Commit debab39

Browse files
authored
cleanup links to /beta-features/ and add redirects #7040 (#7070)
1 parent 2f642ca commit debab39

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

website/content/docs/configuration-options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can find details about all configuration options below. Note that [YAML synt
2424

2525
The `backend` option specifies how to access the content for your site, including authentication. Full details and code samples can be found in [Backends](/docs/backends-overview).
2626

27-
**Note**: no matter where you access Decap CMS — whether running locally, in a staging environment, or in your published site — it will always fetch and commit files in your hosted repository (for example, on GitHub), on the branch you configured in your Decap CMS config.yml file. This means that content fetched in the admin UI will match the content in the repository, which may be different from your locally running site. It also means that content saved using the admin UI will save directly to the hosted repository, even if you're running the UI locally or in staging. If you want to have your local CMS write to a local repository, try the `local_backend` setting, [currently in beta](/docs/beta-features/#working-with-a-local-git-repository).
27+
**Note**: no matter where you access Decap CMS — whether running locally, in a staging environment, or in your published site — it will always fetch and commit files in your hosted repository (for example, on GitHub), on the branch you configured in your Decap CMS config.yml file. This means that content fetched in the admin UI will match the content in the repository, which may be different from your locally running site. It also means that content saved using the admin UI will save directly to the hosted repository, even if you're running the UI locally or in staging. If you want to have your local CMS write to a local repository, try the `local_backend` setting, [currently in beta](/docs/working-with-a-local-git-repository/).
2828

2929
### Commit Message Templates
3030

website/content/docs/open-authoring.md

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ group: Workflow
33
weight: 20
44
title: Open Authoring
55
---
6-
**This is a [beta feature](/docs/beta-features#open-authoring).**
76

87
When using the [GitHub backend](/docs/github-backend), you can use Decap CMS to accept contributions from GitHub users without giving them access to your repository. When they make changes in the CMS, the CMS forks your repository for them behind the scenes, and all the changes are made to the fork. When the contributor is ready to submit their changes, they can set their draft as ready for review in the CMS. This triggers a pull request to your repository, which you can merge using the GitHub UI.
98

website/content/docs/site-generator-overview.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ It is up to developers to determine how to build the raw content into something
2929

3030
To learn how to query raw content managed by Decap CMS and reformat them for delivery to end users, please refer the dedicated section for your site generator in the Table of Content.
3131
___
32+
3233
### Local development
3334

34-
If you are experimenting with Decap CMS or testing things out, you can connect it to a local Git repository instead of a live one. Learn how to do it [here](/docs/beta-features/#working-with-a-local-git-repository).
35+
If you are experimenting with Decap CMS or testing things out, you can connect it to a local Git repository instead of a live one. Learn how to do it [here](/docs/working-with-a-local-git-repository/).

website/static/_redirects

+1
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ https://www.netlifycms.org/* https://decapcms.org/:splat 301!
1616
/docs/quick-start /docs/add-to-your-site 301
1717
/chat https://discord.gg/KZRDXmTm9v 301
1818
/docs/update-the-cms-version /docs/releases 301
19+
/docs/beta-features/ /docs/ 301

0 commit comments

Comments
 (0)