Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/smooth-views-invite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'rock-docs': patch
---

fix: config pages presence and positioning
5 changes: 5 additions & 0 deletions website/src/docs/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
"name": "getting-started",
"label": "Getting Started"
},
{
"type": "file",
"name": "configuration",
"label": "Configuration"
},
{
"type": "dir",
"name": "cli",
Expand Down
2 changes: 1 addition & 1 deletion website/src/docs/cli/migrating-from-community-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,4 @@ If you prefer to do it manually or encounter any issues, follow the steps below.
github-token: ${{ secrets.GITHUB_TOKEN }}
```
For more setup options see [GitHub Actions configuration](../remote-cache/configuration.md)
For more setup options see [GitHub Actions configuration](../remote-cache/github-actions-setup.md)
4 changes: 2 additions & 2 deletions website/src/docs/remote-cache/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"label": "Introduction"
},
{
"name": "configuration",
"name": "github-actions-setup",
"type": "file",
"label": "Configuration"
"label": "Github Actions Setup"
},
{
"name": "ios",
Expand Down
2 changes: 1 addition & 1 deletion website/src/docs/remote-cache/android.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Android GitHub Action

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.
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.

## Development Builds For All Devices

Expand Down
2 changes: 1 addition & 1 deletion website/src/docs/remote-cache/ios.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# iOS GitHub Action

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.
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.

## Development Builds For Simulators

Expand Down
Loading