docs: clarify config file creation in Pages quickstart#44821
Conversation
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the
Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
|
@royy92 Looks good! Thanks for the update! |
|
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. If you're looking for your next contribution, check out our help wanted issues ⚡ |
What
Clarify the GitHub Pages quickstart instructions for editing
_config.yml.Why
Issue #44410 reports that the guide assumes
_config.ymlalready exists. Users who do not have this file in their repository may be unable to follow the instructions and may not realize they need to create the file first.Closes: #44410
How
_config.ymlexists._config.ymlif it is missing before attempting to open and edit it.Test
Verified that the updated instructions address the missing
_config.ymlscenario described in Issue #44410 .Check off the following: