[doc] Split out how-to about custom networking#4947
Open
chrisndbg wants to merge 7 commits into
Open
Conversation
08a7081 to
eac80a0
Compare
Separated second part of "Create an instance" into its own how-to relating to network configuration.
eac80a0 to
611c5fb
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This PR extracts the networking-related sections from the “Create an instance” how-to into a dedicated “Set up custom networking” how-to, and updates the relevant how-to indexes to link to the new page.
Changes:
- Added a new how-to page for launching instances with additional/bridged interfaces and configuring custom DNS.
- Removed the corresponding networking/DNS sections from
create-an-instance.mdto keep it shorter and more focused. - Updated how-to indexes to surface the new networking how-to.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 7 comments.
| File | Description |
|---|---|
| docs/how-to-guides/manage-instances/set-up-custom-networking.md | New standalone how-to for custom/bridged networking and DNS configuration. |
| docs/how-to-guides/manage-instances/index.md | Adds an entry and toctree inclusion for the new custom networking how-to. |
| docs/how-to-guides/manage-instances/create-an-instance.md | Removes the extracted networking/DNS content from the “Create an instance” guide. |
| docs/how-to-guides/index.md | Adds a “Manage instances” bullet entry pointing to the new networking how-to. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
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
Split out second part of "Create an instance" into an own how-to relating to network configuration.
The "Create an instance" how-to was very long and the network related parts are not necessarily related to "creating an instance". They seem to be more consistent with the network related topics.
In
docsfolder:make runand checked result in local previewmake spellingmake linkcheckChecklist
MULTI-2676