-
Notifications
You must be signed in to change notification settings - Fork 33
[DOCS-1700] Update docs for automation history #1803
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
mdlinville
wants to merge
16
commits into
main
Choose a base branch
from
cursor/update-docs-for-automation-history-81f2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
- Add new page: View an automation's history - Update existing automation pages with links to history documentation - Add new page to docs.json navigation - Convert Hugo shortcodes to Mintlify components - Port from PR #1563 which was created during Hugo era
4f3a239 to
5413e4c
Compare
Contributor
📚 Mintlify Preview Links✨ Added (1 total)📄 Pages (1)
📝 Changed (5 total)📄 Pages (4)
⚙️ Other (1)
🗑️ Deleted (2 total)View deleted files🖼️ Images (2)
🤖 Generated automatically when Mintlify deployment succeeds |
mdlinville
commented
Oct 29, 2025
mdlinville
commented
Oct 29, 2025
mdlinville
commented
Oct 29, 2025
mdlinville
commented
Oct 29, 2025
mdlinville
commented
Oct 29, 2025
mdlinville
commented
Oct 29, 2025
mdlinville
commented
Oct 29, 2025
mdlinville
commented
Oct 29, 2025
mdlinville
commented
Oct 29, 2025
- Consolidate artifact events - Restructure the intro to use a matrix - Remove some duplicated instructions that don't belong in a reference - Remove some unneeded screenshots
mdlinville
added a commit
that referenced
this pull request
Oct 31, 2025
## Description Add Cursor prompts to migrate a branch from Hugo to Mintlify - Locally, ports a branch with changes that were started before the Hugo migration to Mintlify. - Updates file locations, syntax, frontmatter, TOCs, links. - Validates Mintlify content using `mint dev` and `mint broken-links` - Recreates commits as a single squashed commit against current `origin/main` Afterward, the human user: - Closes the original PR. - Force-pushes the branch. - Creates a new PR against the branch. - Continues working or getting review in the new PR. Currently added to the `.ai/` directory. Migrating the existing prompts in that directory to Cursor format is WIP, and these will be in place to be picked up automatically in scope of that migration. ## Testing Successfully ported #1627 to #1802 Successfully ported #1563 to #1803
mdlinville
commented
Nov 6, 2025
mdlinville
commented
Nov 6, 2025
mdlinville
commented
Nov 11, 2025
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.
Description
DOCS-1700 Update docs for automation history
Ready to continue technical review. All comments from #1563 are addressed.
Testing