1
0
mirror of synced 2025-12-30 03:01:36 -05:00
Commit Graph

50 Commits

Author SHA1 Message Date
Lucas Costi
d5d1618d75 Add more detail to liquid whitespace control info (#32116)
Co-authored-by: Laura Coursen <lecoursen@github.com>
2022-10-28 03:43:30 +00:00
mc
f8f5e5515c Apply suggestions from code review 2022-08-26 09:41:12 +01:00
mc
e549f5a689 Apply suggestions from code review 2022-08-26 09:39:44 +01:00
Krishnamohan Yerrabilli
0e9330f9ed Removed unwanted spaces, and grammer. 2022-08-25 07:03:25 +05:30
de-oz
226f652fb8 Fix typos/errors 2022-08-15 13:11:32 +03:00
Sarah Edwards
0d484f9d48 Add JavaScript to tool switcher (#29780)
add javascript to tool switcher
2022-08-10 19:53:48 +00:00
Rachael Sewell
efaf5f825d remove legacy asset plugin (#23588) 2022-07-11 14:06:53 -07:00
Laura Coursen
8eb5e6b6af Remove dotcom-only class (#28525) 2022-06-28 07:18:59 +00:00
Ethan Palm
a9bf789613 Update internal docs about links (#27136)
* Document the existence of legacy filepaths in links

* Add examples of how links are formed

* Add convention for linking to section within an article

* Clarify "local links"
2022-04-22 20:33:04 +00:00
Martin Lopes
53a274d3c2 Added tool picker options for powershell and bash 2022-03-03 15:35:41 +10:00
Laura Coursen
4ede312204 Add early access docs for GEI-CLI (#24592) 2022-02-02 14:25:05 -06:00
Sarah Edwards
88927ec6c7 Specify when defaultTool for the tool selector is not used (#23940)
Co-authored-by: Vanessa <vgrl@github.com>
2021-12-21 23:41:25 +00:00
Grace Park
4ff5167e51 Updating name: sublanding to guides and using DropdownMenu for type/topics filter (#23290)
* updating sublanding to guides page and using DropdownMenu primer component

* fix linting error

* remove unnecessary import

* updating translation files

* move data-testid

* trying to fix test

* fix browser tests

* Update content/README.md

Co-authored-by: Francis <15894826+francisfuzz@users.noreply.github.com>

Co-authored-by: Francis <15894826+francisfuzz@users.noreply.github.com>
2021-12-02 18:43:33 +00:00
Laura Coursen
4996edb733 Update outdated version information (#23236) 2021-12-01 07:33:43 -06:00
Vanessa
d90046927c fix mention of contributing redirects (#22899) 2021-11-17 13:52:07 +10:00
Edward Thomson
0fee9aedcd Landing page: groups of features (#22313)
* homepage: reduce padding below search area

Bring as much useful content up "above the fold".

* homepage: add groups for the front page sections

Group the homepage links into sections that map to the GitHub features
page (`/features`) plus two groups that are bespoke to the docs ("Get
started" and "Developers").

* homepage: update group design

Group the feature list area using the design exploration work by
@arisacoba.  Remove the description.

* homepage: remove ungrouped items from main area

Remove ungrouped items (like the external links) from the main feature
area.  Users can still navigate to ungrouped items in the sidebar.

* fix tsc error, use Link component

* homepage: support empty icon in group

Don't assume that we have icons everywhere on the landing page groups.

* homepage: drop octocat/invertocat

Looks weird with the modern icons, looks bad in dark mode.  Drop them
for now.

* homepage: document the childGroups frontmatter property

* homepage: don't test that sidebar == main content

We're reducing the links on the homepage in the main content area, but
the sidebar should be the complete list of products.  Remove the tests
that ensure that the main content area has all the sidebar content.  But
keep the tests that ensure that the sidebar content has all the links in
the main content area.

* homepage: remove "GitHub" doc set

The "GitHub" doc set "will be removed soon as we keep moving more content
out of it, so let's not include it here to keep the page more
evergreen."

* homepage: don't test that `/github` is linked on the main page

We're removing the `/github` doc set, and it's now not in the main page
grouped links.  Remove the test that `/github` exists, now look for
`/get-started`.

* homepage: use octicons instead of images

The images from https://github.com/features will be updated 🔜 - in
the meantime, let's use octicons which are consistent and give visual
interest.

* homepage: use octicons from @primer/octicons-react

Using the react components adds `<svg>` elements instead of `<img>`
elements, which lets the element use the current fill color, supporting
both light and dark themes.

Co-authored-by: Mike Surowiec <mikesurowiec@users.noreply.github.com>
Co-authored-by: Emily Gould <4822039+emilyistoofunky@users.noreply.github.com>
2021-10-22 17:58:16 +00:00
Grace Park
884556eb02 Adding effectiveDate frontmatter property (#22317)
* adding effectiveDate frontmatter property

* Update components/article/ArticlePage.tsx

Co-authored-by: Peter Bengtsson <peterbe@github.com>

* adding validation for correct date

* update to dateTime

* update to year month day

* update error date validation

* moving validation to getArticleContextFromRequest and moving id to div

* remove enteredDate

* Update content/README.md

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

Co-authored-by: Peter Bengtsson <peterbe@github.com>
Co-authored-by: Laura Coursen <lecoursen@github.com>
2021-10-20 19:40:13 +00:00
Grace Park
4727433baa Community redirect update to camel case and adding documentation (#21979)
* update to camel case

* add documentation on communityRedirect
2021-10-07 15:02:58 -07:00
Amy Burns
e82f64f642 Add vscode as an option for the application selector (#21798)
* adding switcher to creating a codespace guide

* adding additional switcher for vscode and updating codespaces name

* using webui in codespaces coontext

* updating internal documentation

* remove default tool

Co-authored-by: hubwriter <hubwriter@github.com>
2021-10-07 14:57:45 +01:00
Ramya Parimi
8405f003ab update contributing guides 2021-08-27 11:58:57 -05:00
Felicity Chapman
94220ba7d6 Propose updates to templates to support landing/guide pages and updated navigation (#20273)
* Propose updates to templates

* Replace link to docs-internal

Co-authored-by: Emily Gould <4822039+emilyistoofunky@users.noreply.github.com>
2021-08-03 14:59:58 -05:00
Grace Park
8ba413cabc React Cleanup: Documentation (#20517)
* initial documentation changes

* editing layouts terminology

* update to match other files

* move javascripts to components/lib

* fix: dockerfile

* update based on Mikes updates to the javascripts directory

* update components/README.md

Co-authored-by: Mike Surowiec <mikesurowiec@users.noreply.github.com>
2021-07-27 09:07:18 -07:00
Sarah Schneider
ae244ddf09 Update content/README.md
Co-authored-by: Felicity Chapman <felicitymay@github.com>
2021-06-22 13:07:16 -04:00
Sarah Schneider
4c366e3d2f update READMEs 2021-06-16 12:34:01 -04:00
Lucas Costi
f91126998f Update contrib mentions of headings after H3->H2 content migration (#19884) 2021-06-15 00:14:07 +00:00
Sarah Edwards
340f663243 Add support for cURL in application selector (#19645) 2021-06-03 14:18:19 -07:00
Sarah Schneider
1789b6726c document the new children property 2021-05-19 09:14:02 -04:00
Simran Spiller
2f9df80b4d Always use ``yaml instead of sometimes ``yml 2021-05-07 12:06:04 +02:00
Rachael Sewell
d9c336f6a6 add custom popular heading to landing pages (#19147) 2021-05-05 17:55:47 +00:00
Sarah Edwards
be8aa2bccb Add tabs for cli/desktop/ui (#19071) 2021-05-04 16:53:52 +00:00
Sarah Schneider
0907034815 update internal docs 2021-04-27 17:15:17 -04:00
Vanessa Yuen
bbd9f03f6e Populate product-landing "What's new" section using GitHub Changelog (#18328)
Co-authored-by: Jason Etcovitch <jasonetco@github.com>
Co-authored-by: Rachael Sewell <rachmari@github.com>
Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>
2021-04-08 20:51:37 +00:00
Rachael Sewell
02ee72fa25 add topics attribute to search (#18212) 2021-03-17 13:11:29 -07:00
Steve Winton
cd87b0eb4a Document new contributor YAML frontmatter 2021-03-11 15:08:22 -06:00
Rachael Sewell
4aed5f11e2 add example frontmatter for range of versions (#17877) 2021-02-17 01:37:01 +00:00
Rachael Sewell
01e52046f0 migrate away from AWS S3 (#17669) 2021-02-12 10:25:45 -08:00
Vanessa Yuen
a390c26e1a Add documentation on how to create a sublanding page (#17467)
Co-authored-by: Emily Gould <4822039+emilyistoofunky@users.noreply.github.com>
Co-authored-by: Cynthia Rich <crichID@users.noreply.github.com>
2021-01-28 15:46:59 +01:00
Nick Schonning
d9167f1449 chore: Add missing code fence languages (#772)
* chore: Add missing code fence languages

* Update content/actions/creating-actions/dockerfile-support-for-github-actions.md

* Add raw & endraw markers around shell content

See review comment by @rachmari

* Add raw & endraw markers around shell content

See review comment by @rachmari

* Remove language from code fences

to avoid the problem of replaceable text indicates like
<this> not showing up in the output page.

Co-authored-by: hubwriter <hubwriter@github.com>
2021-01-18 12:04:46 +00:00
Sarah Schneider
b3a2ea4762 update README with info about the removal of free-pro-team from URLs 2021-01-15 11:56:01 -05:00
Simran Spiller
92cde0a07f Some changes based on review feedback 2020-12-12 17:04:00 +01:00
Jason Etcovitch
7d55775285 Actions landing page top bits (#16266)
* Add changelog frontmatter

* Reorganize some properties

* Move sections to product-landing

* Add more items

* Changing heading design

* Redesign hero

* Remove "GitHub Actions:"

* Popular ~articles~

* Use proper date formatting

* Quick start => Quickstart

* Add a comment

* Add to content/README
2020-11-03 13:23:50 -05:00
Jason Etcovitch
174d8539c6 Support arbitrary keys in new featuredLinks frontmatter (#16239)
* Add featuredLinks to frontmatter

* Parse them in featured-links.js

* Remove old raw setup

* Use them

* Missed a couple

* Update translation files

* Fix frontmatter schema

* Loop over the right object

* Also update translations' usage

* Update docs and tests

* Better README comment

Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>

* Return next()

Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>
2020-10-27 13:53:10 -04:00
Shati Patel
40ee6cff88 Fix links 2020-10-23 10:08:46 +01:00
Anita-ihuman
b1dd33dbb8 Apply suggestions from code review
oh! Thank you.

Co-authored-by: Janice <janiceilene@github.com>
2020-10-16 02:11:44 -07:00
Anita-ihuman
b5c31162df Apply suggestions from code review
Co-authored-by: Janice <janiceilene@github.com>
2020-10-15 16:03:35 -07:00
Anita-ihuman
49a07f6fc0 Updated a link 2020-10-15 02:40:39 -07:00
Anita-ihuman
2fbccbbe40 Fixed broken link for markup reference guide
Fixed the broken link in README.md  for markup reference guide
2020-10-15 02:36:44 -07:00
Anita-ihuman
1d985b9d6e Fixed broken link for Contributing doc
I included the link to the contributing doc file
2020-10-14 14:21:16 -07:00
Sarah Schneider
0a44768c61 Update internal docs with new versioning syntax (#15872)
* update internal docs for new versions, and update some outdated links

* :nailcare:

* Update content/README.md

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

* Update contributing/liquid-helpers.md

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

* Update contributing/liquid-helpers.md

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

Co-authored-by: Zeke Sikelianos <zeke@sikelianos.com>
Co-authored-by: Felicity Chapman <felicitymay@github.com>
2020-10-05 18:08:18 -07:00
Vanessa Yuen
3df90fc9b8 Hello git history spelunker!
Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
2020-09-27 14:10:11 +02:00