-
-
Notifications
You must be signed in to change notification settings - Fork 147
docs: add d2d options and capabilities reference page #2015
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?
docs: add d2d options and capabilities reference page #2015
Conversation
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 adds a new reference documentation page for d2d (deploy-to-develop) options and capabilities. The documentation describes the map-deploy-to-develop.sh script usage, arguments, capabilities matrix, and examples.
Key Changes:
- Added new docs/d2d-options.rst reference page with comprehensive documentation of the d2d helper script
- Linked the new documentation page in docs/index.rst under the Reference section
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 9 comments.
| File | Description |
|---|---|
| docs/index.rst | Added reference to the new d2d-options documentation page |
| docs/d2d-options.rst | New documentation page covering d2d script usage, arguments, capabilities matrix, examples, and related files |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
0bfe69e to
bbe2872
Compare
9356b0a to
fb81d92
Compare
Signed-off-by: Muhammad Abdullah Shahid <108458621+abdollahShahid@users.noreply.github.com>
Signed-off-by: Muhammad Abdullah Shahid <108458621+abdollahShahid@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Muhammad Abdullah Shahid <108458621+abdollahShahid@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Muhammad Abdullah Shahid <108458621+abdollahShahid@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Muhammad Abdullah Shahid <108458621+abdollahShahid@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Muhammad Abdullah Shahid <108458621+abdollahShahid@users.noreply.github.com>
Signed-off-by: Muhammad Abdullah Shahid <108458621+abdollahShahid@users.noreply.github.com>
Signed-off-by: Muhammad Abdullah Shahid <108458621+abdollahShahid@users.noreply.github.com>
fb81d92 to
b1c2e33
Compare
Added docs/d2d-options.rst reference page for d2d options/capabilities.
Linked it in docs/index.rst under Reference.
Fixes #1922