[DRAFT] TW-1722: Integrate offline Workflow Editor into the docs#5
Open
matenadasdi wants to merge 1 commit intoclaude/festive-shamir-31a238from
Open
[DRAFT] TW-1722: Integrate offline Workflow Editor into the docs#5matenadasdi wants to merge 1 commit intoclaude/festive-shamir-31a238from
matenadasdi wants to merge 1 commit intoclaude/festive-shamir-31a238from
Conversation
The offline Workflow Editor was buried on a single Bitrise CLI page titled "Installing and upgrading...". Users either stumbled across it or didnt know it existed, even though it offers most of the Workflow Editor functions without needing a Bitrise login or an internet connection. Changes: - Reframe the page as "Offline Workflow Editor" (sidebar label + title) and add value-prop sections: "What you can do with it", "When to use it", "Best practices", and "Related topics". Slug stays the same so live URLs keep working. - Replace the empty "Bitrise CLI" section index with a real overview that highlights the offline Workflow Editor as one of the CLIs key uses. - Promote the existing inline mention on Workflows overview into a more visible :::tip admonition so readers see it on the landing page of the Workflows section. - Add :::tip admonitions on Creating a Workflow, Adding Steps to a Workflow, and the Steps overview, each pointing to the offline Workflow Editor with a one-liner about when itll help. - Append a :::tip to the "Editing the bitrise.yml file locally" partial, which surfaces the offline editor on the "Editing an apps bitrise.yml" page (its primary use case: editing the YAML locally). Follow-up (not in this PR): - Update the screenshot at static/img/_paligo/uuid-29b363bc-... with a fresh capture from a current build of the offline Workflow Editor. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The offline Workflow Editor was buried on a single Bitrise CLI page titled
"Installing and upgrading...". Users either stumbled across it or didn't know
it existed, even though it offers most of the Workflow Editor functions
without needing a Bitrise login or an internet connection.
Changes:
add value-prop sections: "What you can do with it", "When to use it",
"Best practices", and "Related topics". Slug stays the same so live URLs
keep working.
highlights the offline Workflow Editor as one of the CLIs key uses.
visible :::tip admonition so readers see it on the landing page of the
Workflows section.
and the Steps overview, each pointing to the offline Workflow Editor with
a one-liner about when itll help.
which surfaces the offline editor on the "Editing an apps bitrise.yml"
page (its primary use case: editing the YAML locally).
Follow-up (not in this PR):
fresh capture from a current build of the offline Workflow Editor.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com