Browse Source

change "Under Development" to "Beta Testing"

xmkb
Cody McGinnis 3 years ago committed by Pete Johanson
parent
commit
d956193251
  1. 0
      docs/docs/assets/features/beta-testing/pr-repo-branch.png
  2. 0
      docs/docs/assets/features/beta-testing/repo-branch.png
  3. 0
      docs/docs/assets/features/beta-testing/repo-url.png
  4. 12
      docs/docs/features/beta-testing.md
  5. 2
      docs/sidebars.js

0
docs/docs/assets/features/under-development/pr-repo-branch.png → docs/docs/assets/features/beta-testing/pr-repo-branch.png

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 74 KiB

0
docs/docs/assets/features/under-development/repo-branch.png → docs/docs/assets/features/beta-testing/repo-branch.png

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 62 KiB

0
docs/docs/assets/features/under-development/repo-url.png → docs/docs/assets/features/beta-testing/repo-url.png

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 77 KiB

12
docs/docs/features/under-development.md → docs/docs/features/beta-testing.md

@ -1,6 +1,6 @@
--- ---
title: Under Development title: Beta Testing
sidebar_label: Under Development sidebar_label: Beta Testing
--- ---
import Tabs from '@theme/Tabs'; import Tabs from '@theme/Tabs';
@ -18,20 +18,20 @@ branch and create the pull request.
### Finding the Repository Page from the Pull Request ### Finding the Repository Page from the Pull Request
![PR Repository](../assets/features/under-development/pr-repo-branch.png) ![PR Repository](../assets/features/beta-testing/pr-repo-branch.png)
### Finding the Repository URL ### Finding the Repository URL
![Repository URL](../assets/features/under-development/repo-url.png) ![Repository URL](../assets/features/beta-testing/repo-url.png)
### Finding the Repository Branch ### Finding the Repository Branch
![Repository URL](../assets/features/under-development/repo-branch.png) ![Repository URL](../assets/features/beta-testing/repo-branch.png)
## Testing features ## Testing features
Testing features will require you to modify the `west.yml` file. You will need to add a new remote for the pull request you Testing features will require you to modify the `west.yml` file. You will need to add a new remote for the pull request you
would like to test, and change the selected remote (or repository) and revision (or branch) for the `zmk` project. would like to test, and change the selected remote and revision (or branch) for the `zmk` project.
### Examples ### Examples

2
docs/sidebars.js

@ -14,7 +14,7 @@ module.exports = {
"features/displays", "features/displays",
"features/encoders", "features/encoders",
"features/underglow", "features/underglow",
"features/under-development", "features/beta-testing",
], ],
Behaviors: [ Behaviors: [
"behaviors/key-press", "behaviors/key-press",

Loading…
Cancel
Save