summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCody McGinnis <brainwart@gmail.com>2021-03-07 10:47:44 -0500
committerPete Johanson <peter@peterjohanson.com>2021-03-10 13:45:50 -0500
commitd956193251739026e1d52f83a45648cb4b6de110 (patch)
treeaa886de0db0cf15cc4dc40f6501fc2f3e5ba51b0 /docs
parentac50e741be88b043c47e65c13770ba24384c45ae (diff)
change "Under Development" to "Beta Testing"
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/assets/features/beta-testing/pr-repo-branch.png (renamed from docs/docs/assets/features/under-development/pr-repo-branch.png)bin75255 -> 75255 bytes
-rw-r--r--docs/docs/assets/features/beta-testing/repo-branch.png (renamed from docs/docs/assets/features/under-development/repo-branch.png)bin63626 -> 63626 bytes
-rw-r--r--docs/docs/assets/features/beta-testing/repo-url.png (renamed from docs/docs/assets/features/under-development/repo-url.png)bin78981 -> 78981 bytes
-rw-r--r--docs/docs/features/beta-testing.md (renamed from docs/docs/features/under-development.md)12
-rw-r--r--docs/sidebars.js2
5 files changed, 7 insertions, 7 deletions
diff --git a/docs/docs/assets/features/under-development/pr-repo-branch.png b/docs/docs/assets/features/beta-testing/pr-repo-branch.png
index 68856d0..68856d0 100644
--- a/docs/docs/assets/features/under-development/pr-repo-branch.png
+++ b/docs/docs/assets/features/beta-testing/pr-repo-branch.png
Binary files differ
diff --git a/docs/docs/assets/features/under-development/repo-branch.png b/docs/docs/assets/features/beta-testing/repo-branch.png
index 741e69a..741e69a 100644
--- a/docs/docs/assets/features/under-development/repo-branch.png
+++ b/docs/docs/assets/features/beta-testing/repo-branch.png
Binary files differ
diff --git a/docs/docs/assets/features/under-development/repo-url.png b/docs/docs/assets/features/beta-testing/repo-url.png
index aed3713..aed3713 100644
--- a/docs/docs/assets/features/under-development/repo-url.png
+++ b/docs/docs/assets/features/beta-testing/repo-url.png
Binary files differ
diff --git a/docs/docs/features/under-development.md b/docs/docs/features/beta-testing.md
index 486ea5d..4328ccb 100644
--- a/docs/docs/features/under-development.md
+++ b/docs/docs/features/beta-testing.md
@@ -1,6 +1,6 @@
---
-title: Under Development
-sidebar_label: Under Development
+title: Beta Testing
+sidebar_label: Beta Testing
---
import Tabs from '@theme/Tabs';
@@ -18,20 +18,20 @@ branch and create 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
-![Repository URL](../assets/features/under-development/repo-url.png)
+![Repository URL](../assets/features/beta-testing/repo-url.png)
### 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 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
diff --git a/docs/sidebars.js b/docs/sidebars.js
index 4153b30..6761b19 100644
--- a/docs/sidebars.js
+++ b/docs/sidebars.js
@@ -14,7 +14,7 @@ module.exports = {
"features/displays",
"features/encoders",
"features/underglow",
- "features/under-development",
+ "features/beta-testing",
],
Behaviors: [
"behaviors/key-press",