-
Notifications
You must be signed in to change notification settings - Fork 497
Update the link to the GS on the Salesforce integration #15643
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
base: main
Are you sure you want to change the base?
Conversation
Please run these commands to update changelogs and build docs: for pkg in salesforce; do
cd packages/$pkg
elastic-package changelog add --type enhancement --description "Improve documentation" --link "https://github.com/elastic/integrations/pull/15643" --next minor
elastic-package build
cd ../..
done
git add -u
git commit -m "docs: update changelogs and build documentation"
git push Prerequisite: |
🚀 Benchmarks reportPackage
|
Data stream | Previous EPS | New EPS | Diff (%) | Result |
---|---|---|---|---|
logout |
20408.16 | 16666.67 | -3741.49 (-18.33%) | 💔 |
To see the full report comment with /test benchmark fullreport
💚 Build Succeeded
History
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the Getting Started guide link in the Salesforce integration documentation from an external URL to an internal docs-content reference and bumps the version to 1.5.0.
- Updated the Getting Started guide link format from external URL to internal reference
- Version bump from 1.4.0 to 1.5.0
- Added changelog entry documenting the documentation improvement
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
File | Description |
---|---|
packages/salesforce/manifest.yml | Version bump to 1.5.0 |
packages/salesforce/docs/README.md | Updated Getting Started link to internal reference |
packages/salesforce/changelog.yml | Added changelog entry for version 1.5.0 |
packages/salesforce/_dev/build/docs/README.md | Updated Getting Started link to internal reference (build artifact) |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR updates the link to the Getting started guide.