diff --git a/.changeset/smooth-views-invite.md b/.changeset/smooth-views-invite.md new file mode 100644 index 000000000..459ba1623 --- /dev/null +++ b/.changeset/smooth-views-invite.md @@ -0,0 +1,5 @@ +--- +'rock-docs': patch +--- + +fix: config pages presence and positioning diff --git a/website/src/docs/_meta.json b/website/src/docs/_meta.json index ee3cd024b..66d74d4c8 100644 --- a/website/src/docs/_meta.json +++ b/website/src/docs/_meta.json @@ -14,6 +14,11 @@ "name": "getting-started", "label": "Getting Started" }, + { + "type": "file", + "name": "configuration", + "label": "Configuration" + }, { "type": "dir", "name": "cli", diff --git a/website/src/docs/cli/migrating-from-community-cli.mdx b/website/src/docs/cli/migrating-from-community-cli.mdx index edbe2ab12..c6f2ffd6c 100644 --- a/website/src/docs/cli/migrating-from-community-cli.mdx +++ b/website/src/docs/cli/migrating-from-community-cli.mdx @@ -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) diff --git a/website/src/docs/remote-cache/_meta.json b/website/src/docs/remote-cache/_meta.json index 0fd108cda..d76a57fe1 100644 --- a/website/src/docs/remote-cache/_meta.json +++ b/website/src/docs/remote-cache/_meta.json @@ -5,9 +5,9 @@ "label": "Introduction" }, { - "name": "configuration", + "name": "github-actions-setup", "type": "file", - "label": "Configuration" + "label": "Github Actions Setup" }, { "name": "ios", diff --git a/website/src/docs/remote-cache/android.md b/website/src/docs/remote-cache/android.md index 53b511568..3ca13cd66 100644 --- a/website/src/docs/remote-cache/android.md +++ b/website/src/docs/remote-cache/android.md @@ -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 diff --git a/website/src/docs/remote-cache/configuration.md b/website/src/docs/remote-cache/github-actions-setup.md similarity index 100% rename from website/src/docs/remote-cache/configuration.md rename to website/src/docs/remote-cache/github-actions-setup.md diff --git a/website/src/docs/remote-cache/ios.md b/website/src/docs/remote-cache/ios.md index 6874e3e1f..83bf88267 100644 --- a/website/src/docs/remote-cache/ios.md +++ b/website/src/docs/remote-cache/ios.md @@ -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