Skip to content
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

Blueprints: Add resetData step to documentation. #1658

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

adamziel
Copy link
Collaborator

@adamziel adamziel commented Jul 31, 2024

resetData step for blueprints exists and it's the recommended way to reest data IDs. However, this step doesn't appear in the list of steps available for blueprints in the docs.

This PR adds that step to the documentation by removing the internal and private annotations.

Testing instructions

Run nx build docs-site and npm run dev:docs locally. Go to http://localhost:3000/wordpress-playground/blueprints-api/steps#ResetDataStep and confirm the resetData step is there.

cc @juanmaguitar

Fixes #1653

`resetData` step for blueprints exists and it's the recommended way to reest data IDs. However, this step doesn't appear in the list of steps available for blueprints in the docs.

This PR adds that step to the documentation by removing the internal and
private annotations.

cc @juanmaguitar

Fixes #1653
@adamziel adamziel added [Type] Documentation Improvements or additions to documentation [Type] Enhancement New feature or request labels Jul 31, 2024
@adamziel adamziel merged commit 8fae5fb into trunk Jul 31, 2024
5 checks passed
@adamziel adamziel deleted the add-resetdata-step-to-docs branch July 31, 2024 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Documentation Improvements or additions to documentation [Type] Enhancement New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Docs blueprints - Add resetData step documentation
1 participant