1
0
mirror of synced 2025-12-23 03:44:00 -05:00
Commit Graph

56 Commits

Author SHA1 Message Date
Vanessa
89235f6052 Fix content issues for CommonMark migration (#42149) 2023-09-08 01:53:08 +00:00
Laura Coursen
ef174786ee Align billing terminology and provide high-level overview (#38305)
Co-authored-by: Robert Sese <734194+rsese@users.noreply.github.com>
2023-07-28 08:31:53 +00:00
Grace Park
1dfa5c251e Fix ordered lists to only use 1. (#38283)
Co-authored-by: Rachael Sewell <rachmari@github.com>
2023-06-26 16:25:04 -07:00
Grace Park
a8a6e4554a Fix for blank lines around code fences (#38255) 2023-06-26 10:21:48 -07:00
Grace Park
cbda3f2434 Fix trailing spaces in content and data (#37904) 2023-06-23 10:45:10 -07:00
Sophie
d6f3675897 [Improvement]: Add a note that acknowledges that users might see an error about custom domains being already taken (#37955)
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
2023-06-20 13:54:34 +00:00
Rachael Sewell
4e4c41f3bc update code fences in lists (#37251) 2023-05-31 20:22:43 +00:00
Rachael Sewell
fe24a14d2f update lists to commonmark (#37249) 2023-05-30 18:59:35 +00:00
Laura Coursen
0371abe115 Hide decorative octicons (#36816)
Co-authored-by: Isaac Brown <101839405+isaacmbrown@users.noreply.github.com>
2023-05-09 14:36:45 +00:00
Grace Park
deefbb202b Bug fix autotitle (#36880) 2023-05-05 02:29:39 +00:00
Greta Parks
5f02a715bd Path based routing not available for private pages (#36548)
Co-authored-by: Laura Coursen <lecoursen@github.com>
2023-04-28 15:39:54 +00:00
Greta Parks
441d05b64b improve wording around ipv6 support (#36404)
Co-authored-by: Laura Coursen <lecoursen@github.com>
2023-04-18 14:51:49 +00:00
Annelisa Stephan
4246f6bfbf [Accessibility] Update screenshots in pages directory (#35567)
Co-authored-by: Sophie <29382425+sophietheking@users.noreply.github.com>
2023-03-16 21:14:29 +00:00
Olayinka Atobiloye
d8c9ae6f6f Replaced all italics with uppercase words 2023-03-08 14:19:59 +00:00
Peter Bengtsson
b7c7dbf672 Update all internal links (#34787) 2023-02-15 15:16:18 +00:00
Vanessa
deeaa49d41 indent image 2022-11-24 08:16:59 +10:00
Marcono1234
dd917ac4ba Fix incorrect indentation in managing-a-custom-domain-for-your-github-pages-site.md 2022-11-22 23:20:39 +01:00
Vanessa
d948ef9b45 Apply suggestions from code review 2022-10-20 09:45:36 +10:00
Fabian Aguilar Gomez
0c2387e325 Merge branch 'github:main' into main 2022-10-04 12:20:20 -05:00
Fabian Aguilar Gomez
45d9175c6f Update about-custom-domains-and-github-pages.md
changed URL to relative path for reference
2022-10-03 14:18:08 -05:00
Fabian Aguilar Gomez
a01f635422 Update about-custom-domains-and-github-pages.md
closes https://github.com/orgs/github/projects/5400/views/2

update the docs to reference Types of GitHub Pages sites for future reference for issues such as custom domains in organizations.
2022-10-03 12:58:39 -05:00
Dev Prakash Sharma
fdb5e95bca Merge branch 'main' into codewithdev-changes 2022-10-03 00:29:29 +05:30
Dev Prakash Sharma
b72f008d85 Remove the emphasize tags and updated attributes style 2022-10-03 00:21:32 +05:30
Courtney Wilson
7ee9b9bcdb Update managing-a-custom-domain-for-your-github-pages-site.md 2022-09-30 16:02:31 -05:00
Crist Ye
e5735e61d6 Using internationalized domain for GitHub Pages 2022-09-05 13:09:34 +08:00
vincent-czi
8a795d4ea9 Improve "Configuring a subdomain" section
Current version has two different `www` subdomain examples, but I think the intention was for second subdomain example to be a non-`www` case. Looks like it was supposed to be `another` used as the subdomain in the second example, but instead the domain name was changed instead (`www.example.com` becoming `www.anotherexample.com`).
2022-08-24 17:13:58 -07:00
Yoann Chaudet
85cab1bdc8 Document that using a wildcard DNS record is incompatible with domain verification 2022-08-05 17:06:51 -07:00
skedwards88
08b6a9027b incorporate suggestions from code review 2022-06-28 14:37:56 -07:00
Sarah Edwards
be3e192c48 Apply suggestions from code review
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2022-06-28 13:57:50 -07:00
skedwards88
59f4bf9f21 update CNAME content 2022-06-27 11:18:19 -07:00
skedwards88
8927f9e108 update most mentions of source 2022-06-23 15:09:04 -07:00
Sophie
74ba23bec7 Change instances of user account to personal account in content 2022-03-16 15:18:37 +01:00
Robert Sese
79c48070c4 Deprecate 3.0 (#25646)
* Deprecate 3.0

* 3.0 deprecation: remove 3.0 markup (#25647)

* Remove liquid conditionals and content for 3.0 deprecation

* Remove manually, no longer versioned in a supported version

* Remove translations manually, no longer versioned in a supported version

* Remove 'if', now in all supported versions

* Remove dangling 'elseif', now in all supported versions

* Remove dangling 'elseif' and 3.0 screenshot reference, now in all supported versions

* Nudge to latest supported GHES version

* Nudge to latest supported release GHES version

* Bump all the version for the liquid tests

* Bump first deprecated version for linting tests

* Prefer double quotes

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Prefer double quotes

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Prefer double quotes

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Prefer double quotes

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Prefer double quotes

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Prefer double quotes

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Prefer double quotes

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Prefer double quotes

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Prefer double quotes

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Remove extra newline

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Remove extra newline

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Remove extra newline

Co-authored-by: Laura Coursen <lecoursen@github.com>

* One reusable per line

Co-authored-by: Laura Coursen <lecoursen@github.com>

* One reusable per line

Co-authored-by: Laura Coursen <lecoursen@github.com>

* One reusable per line

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Version check not needed anymore

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Version check not needed anymore

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Version check not needed anymore

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Version check not needed anymore

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Version check not needed anymore

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Version check not needed anymore

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Version check not needed anymore

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Stray whitespace ✂️

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Stray whitespace ✂️

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Stray whitespace ✂️

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Stray whitespace ✂️

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Stray whitespace ✂️

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Stray whitespace ✂️

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Stray whitespace ✂️

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Stray whitespace ✂️

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Version check not needed anymore

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Version check not needed anymore

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Just 'ghes' since we're deprecating 3.0

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Just 'ghes' since we're deprecating 3.0

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Just 'ghes' since we're deprecating 3.0

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Just 'ghes' since we're deprecating 3.0

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Just 'ghes' since we're deprecating 3.0

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Just 'ghes' since we're deprecating 3.0

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Just 'ghes' since we're deprecating 3.0

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Just 'ghes' since we're deprecating 3.0

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Don't depend on hardcoded versions

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Remove static files for 3.0 deprecation (#25649)

Co-authored-by: Laura Coursen <lecoursen@github.com>
2022-03-03 13:08:24 -06:00
Ethan Palm
5e93341534 Merge branch 'main' into patch-2 2022-03-02 14:56:46 -08:00
Ethan Palm
0bf970c691 apply SME feedback 2022-03-02 14:56:40 -08:00
Sophie
40e926a4c1 Removed duplicate reusable directory 2022-02-16 14:13:12 +01:00
Ethan Palm
d4a5b4f4e9 [Feb. 2, 2022] Updates for settings nav redesign (#24604)
* Replace accessibility-tab.png with octicon

* Update and version appearance-tab references

* Replace codespaces-tab.png with octicon

* Replace product name with reusable

* Version reusable using developer-settings.png

* Version reusable using notifcations_menu.png

* Replace org-settings-pages.png with octicon

* Version reusable using repos-tab.png

* Version reusable using saved-replies-tab.png

* Version reusable with settings-applications.png

* Version reusable with settings-sidebar-account-security.png

* version reusable with settings-sidebar-account-settings.png

* Replace settings-sidebar-billing-plans.png with octicon

* Replace settings-sidebar-blocked-users.png with octicon

* Version settings-sidebar-deploy-keys.png

* Version reusable with settings-sidebar-emails.png

* Replace settings-sidebar-interaction-limits.png with octicon

* Replace settings-sidebar-organizations.png with octicon

* Version use of settings-sidebar-repositories.png

* Version reusable with settings-seidebar-security-analysis.png

* Version reusable with settings-sidebar-ssh-keys.png

* Version reusable with settings-sidebar-team-settings.png

* Replace settings-sidebar-third-party-access.png with octicon

* Version reusable with settings-user-orgs.png

* Replace user-settings-pages.png with octicon

* Update pages octicon

* Add explicit versions to elsif tags

* Rewording for consistency

* Improve versioning for future GHAE

* Add missing space

Co-authored-by: Felicity Chapman <felicitymay@github.com>

Co-authored-by: Felicity Chapman <felicitymay@github.com>
2022-02-04 18:14:46 +00:00
Fidel Coria
8ac6e04590 clarify action required for apex domain setup 2022-01-01 23:57:59 -06:00
Fidel Coria
f6e9efd94b explicit that secure does not mean setup
I was confused by the phrase "we automatically attempt to secure".
It helps to be explicit that user action is still required
2022-01-01 21:27:26 -06:00
Peter Bengtsson
ed48eab88d check for redirect orphans (#23330)
* check for redirect orphans

Part of #1303

* timeout

* avoid external redirects in redirects_from too

* delete content/admin/advanced-security/viewing-your-github-advanced-security-usage.md

* remove from children: too

* remove some trailing slashes in redirect_froms

* fix a few more trailing slash redirects

* delete orphan pages
2021-12-16 12:54:59 +00:00
Ramya Parimi
a673a0ac51 Merge branch 'main' into patch-2 2021-11-03 14:43:36 -05:00
Steve Guntrip
cf3acaca41 [2021-11-01]: Pages Domain Protection (GA) (#22434)
* add verifying custom domain article and images

* update intro

* add notes to other articles

* remove notes

* add note about scope of verified domain

* Update screenshots

* Apply suggestions from code review

Co-authored-by: Jules Parker <19994093+jules-p@users.noreply.github.com>

Co-authored-by: Yoann Chaudet <yoannchaudet@github.com>
Co-authored-by: Jules Parker <19994093+jules-p@users.noreply.github.com>
Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com>
2021-11-01 12:49:03 -07:00
mc
be124b0460 Update content/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages.md 2021-10-25 13:54:23 +01:00
Tom Kerkhove
83c15d7c8d fix: Align formatting for custom domain options 2021-10-22 11:52:18 +02:00
Laura Coursen
8f964ea2cb GHEC version (#20947)
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
Co-authored-by: Grace Park <gracepark@github.com>
Co-authored-by: Steve Guntrip <12534592+stevecat@users.noreply.github.com>
Co-authored-by: Robert Sese <sese@github.com>
Co-authored-by: Peter Bengtsson <peterbe@github.com>
Co-authored-by: Rachael Sewell <rachmari@github.com>
2021-10-15 15:41:33 -05:00
Annika Wickert
2bdc8a02b4 Add IPv6 AAAA records to pages documentation (#21105)
Co-authored-by: Jesse Riggins <jriggins@users.noreply.github.com>
Co-authored-by: Amy Burns <timeyoutakeit@github.com>
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2021-09-13 18:51:11 +00:00
Ruurtjan
fa8105181c Mention online DNS tool for Pages troubleshooting (#8699)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2021-08-03 02:29:31 +00:00
Rachael Sewell
52cf583bdd add short titles to frontmatter (#20131) 2021-06-24 11:02:53 -07:00
Sarah Schneider
cb12455649 ran script/content-migrations/use-short-versions.js 2021-06-24 10:21:07 -04:00
Grace Park
6f7e4f50dc updating content files 2021-06-14 12:06:52 -07:00