Skip to content

Commit 0119b27

Browse files
authored
fix: include configuration in the sidebar nav (#609)
* fix: include configuration in the sidebar nav * Update _meta.json * changeset * Rename configuration doc to Github Actions Setup for clarity * fix: deadlinks
1 parent dc4f4a6 commit 0119b27

File tree

7 files changed

+15
-5
lines changed

7 files changed

+15
-5
lines changed

.changeset/smooth-views-invite.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'rock-docs': patch
3+
---
4+
5+
fix: config pages presence and positioning

website/src/docs/_meta.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
"name": "getting-started",
1515
"label": "Getting Started"
1616
},
17+
{
18+
"type": "file",
19+
"name": "configuration",
20+
"label": "Configuration"
21+
},
1722
{
1823
"type": "dir",
1924
"name": "cli",

website/src/docs/cli/migrating-from-community-cli.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,4 @@ If you prefer to do it manually or encounter any issues, follow the steps below.
172172
github-token: ${{ secrets.GITHUB_TOKEN }}
173173
```
174174
175-
For more setup options see [GitHub Actions configuration](../remote-cache/configuration.md)
175+
For more setup options see [GitHub Actions configuration](../remote-cache/github-actions-setup.md)

website/src/docs/remote-cache/_meta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"label": "Introduction"
66
},
77
{
8-
"name": "configuration",
8+
"name": "github-actions-setup",
99
"type": "file",
10-
"label": "Configuration"
10+
"label": "Github Actions Setup"
1111
},
1212
{
1313
"name": "ios",

website/src/docs/remote-cache/android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Android GitHub Action
22

3-
This GitHub Action allows you to build Android apps using Rock's remote build system. It supports both simulator builds for development and signed device builds for testing and release. If you haven't yet, please check the [configuration guide](./configuration.md) where you can find information on optimal workflow setup, permissions, optimizations and GitHub Personal Access Tokens.
3+
This GitHub Action allows you to build Android apps using Rock's remote build system. It supports both simulator builds for development and signed device builds for testing and release. If you haven't yet, please check the [configuration guide](./github-actions-setup.md) where you can find information on optimal workflow setup, permissions, optimizations and GitHub Personal Access Tokens.
44

55
## Development Builds For All Devices
66

File renamed without changes.

website/src/docs/remote-cache/ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# iOS GitHub Action
22

3-
This GitHub Action allows you to build iOS apps using Rock's remote build system. It supports both simulator builds for development and signed device builds for testing and release. If you haven't yet, please check the [configuration guide](./configuration.md) where you can find information on optimal workflow setup, permissions, optimizations and GitHub Personal Access Tokens.
3+
This GitHub Action allows you to build iOS apps using Rock's remote build system. It supports both simulator builds for development and signed device builds for testing and release. If you haven't yet, please check the [configuration guide](./github-actions-setup.md) where you can find information on optimal workflow setup, permissions, optimizations and GitHub Personal Access Tokens.
44

55
## Development Builds For Simulators
66

0 commit comments

Comments
 (0)