1
0
mirror of synced 2025-12-26 14:02:45 -05:00
Commit Graph

12 Commits

Author SHA1 Message Date
Jeroen Rietveld
eb621f71f5 Change Github -> GitHub in yml file 2021-01-13 16:25:04 +09:00
Jeroen Rietveld
bbc3d4e1ea Revert "Change Github -> GitHub in other texts"
This reverts commit ef3cf15cd6.
2021-01-13 16:22:56 +09:00
Jeroen Rietveld
ef3cf15cd6 Change Github -> GitHub in other texts 2021-01-13 16:18:40 +09:00
Kevin Heis
d7eb248a10 Fix a bunch of random typos (#17129)
Co-authored-by: Chiedo John <2156688+chiedo@users.noreply.github.com>
2021-01-05 16:07:27 +00:00
Kathy Korevec
36f73f39d5 Merge branch 'main' into patch-1 2020-12-10 15:25:58 -08:00
James M. Greene
2bdea7d6ca Merge branch 'main' into remove-starter-workflow 2020-12-07 19:39:09 -06:00
Shohei Ueda
3a1ecd715b Add GitHub Pages Action
Add the GitHub Pages Action which is listed at the Actions topic as same as softprops/action-gh-release

peaceiris/actions-gh-pages: https://github.com/peaceiris/actions-gh-pages - GitHub Actions for GitHub Pages: Deploy static files and publish your site easily. Static-Site-Generators-friendly.
Actions topic: https://github.com/topics/actions
2020-11-20 13:58:27 +09:00
Jason Etcovitch
e28ba938e3 Fix invalid YAML 2020-11-18 16:55:21 -05:00
Kathy Simpson
d4a0f7daef update & add code exmaples for actions
This commit adds new code examples and updates a few of the older ones.
2020-11-18 13:40:02 -08:00
Becca Z
2deaa13972 Update action_code_examples.yml
noticed a minor typo when reviewing the `code examples` on this page. thank you all for this rad landing page!
2020-11-17 13:23:08 -06:00
Andy McKay
2cdb5c8b52 Remove starter workflows from code examples
👋🏾 This PR removes starter workflows from code examples on the docs page (I think). The workflows are all visible when a user hits the Actions tab and starts a new workflow. But on the way we do a transformation for example `$default-branch` to whatever your default branch is. So they don't work too well.

Some of the other things in the actions org might work, although not sure they qualify as good examples for learning from.
2020-11-16 15:33:24 -08:00
Jason Etcovitch
9e38a854b9 Filterable code examples on Actions landing page (#16276)
* Add custom hover shadows

* Support avatars

* Add guide-card include

* Use it in product-landing

* Add gradient styles

* Add guides frontmatter

* Use guideArticles instead of full objects

* Add support for authors

* Add support for category header

* Just pass the whole page

* Use it

* guide.url => guide.href

* Use `*.githubusercontent.com`

* Fix mobile card width

* Remove showDescription check

* Use featureLinks.guideCards

* Forgot an if

* Add contextualizers/actions-code-examples

* Use code-example-card include

* Tweak sizing/shadows

* Add a basic filterer

* Some visual tweaks

* labels => tags

* Cleanup some code

* Improve spacing on mobile

* Add "No results!" blurb

* Fix a boog

* Tweak spacing

* Remove support banner

* Improve "No results" state

* Just use login instead of name/avatarUrl

* Change card spacing

* Use circular avatars

* Add "Show more" button

* Add margin beneath "Guides"

* Use smaller font

* Assume github.com for code examples

* Show two columns at small screen

* Make "Show more" a btn

* Use the "repo" octicon

* Link to contributing guide

* Use a YAML file instead of a middleware

* Link straight to the file

* Fix some wonky markuip

* Fix a broken link

* Fix the borked test

* Allow variables that aren't strings

* Fix remaining tests
2020-11-12 11:35:43 -05:00