You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR is to update the README sync automation to account for the new paths introduced in the user-docs repo with the new site architecture. The source file is moving from docs/developer-tools/snyk-ide-plugins-and-extensions/eclipse-plugin/README.md to developer-tools/snyk-ide-plugins-and-extensions/eclipse-plugin/README.md on May 28.
The PR description indicates that the repository restructuring in snyk/user-docs is scheduled for May 28. Merging this PR before that date (currently May 22) will cause the workflow to fail during the cp command, as the file at the new SOURCE_PATH will not yet exist in the source repository. This will interrupt the automated documentation synchronization process.
The move from docs/developer-tools/... to developer-tools/... reduces the directory depth of the README file. Standard GitBook relative paths to assets (which are mapped in this PR to developer-tools/.gitbook/assets) would change from ../../../.gitbook/assets/ to ../../.gitbook/assets/. The sed command still searches for the old ../../../ pattern, which will result in no matches and leave broken relative links in the generated README.
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 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
This PR is to update the README sync automation to account for the new paths introduced in the user-docs repo with the new site architecture. The source file is moving from
docs/developer-tools/snyk-ide-plugins-and-extensions/eclipse-plugin/README.mdtodeveloper-tools/snyk-ide-plugins-and-extensions/eclipse-plugin/README.mdon May 28.Checklist
Screenshots / GIFs
Visuals that may help the reviewer. Please add screenshots for any UI change. GIFs are most welcome!