22title : GitHub Actions Documentation
33shortTitle : GitHub Actions
44intro : ' Automate, customize, and execute your software development workflows right in your repository with {% data variables.product.prodname_actions %}. You can discover, create, and share actions to perform any job you'' d like, including CI/CD, and combine actions in a completely customized workflow.'
5+ introLinks :
6+ quickstart : /actions/quickstart
7+ learn : /actions/learn-github-actions
58gettingStartedLinks :
6- - /actions/quickstart
7- - /actions/learn-github-actions
8- guideLinks :
99 - /actions/managing-workflow-runs
1010 - /actions/hosting-your-own-runners
11+ guideLinks :
12+ - /actions/guides/setting-up-continuous-integration-using-workflow-templates
13+ - /actions/guides/about-packaging-with-github-actions
1114popularLinks :
1215 - /actions/reference/workflow-syntax-for-github-actions
1316 - /actions/reference/events-that-trigger-workflows
@@ -36,10 +39,10 @@ versions:
3639<div class =" d-lg-flex gutter my-6 py-6 " >
3740 <div class =" col-12 col-lg-4 mb-4 mb-lg-0 " >
3841 <div class="featured-links-heading pb-4">
39- <h3 class="f5 text-normal text-mono underline-dashed color-gray-5">{% data ui.toc.getting_started %}</h3>
42+ <h3 class="f5 text-normal text-mono underline-dashed color-gray-5">{% data ui.toc.guides %}</h3>
4043 </div>
4144 <ul class="list-style-none">
42- {% for link in gettingStartedLinks %}
45+ {% for link in guideLinks %}
4346 <li>{% include featured-link %}</li>
4447 {% endfor %}
4548 </ul>
@@ -61,40 +64,16 @@ versions:
6164 <h3 class="f5 text-normal text-mono underline-dashed color-gray-5">Manage workflows</h3>
6265 </div>
6366 <ul class="list-style-none">
64- {% for link in guideLinks %}
67+ {% for link in gettingStartedLinks %}
6568 <li>{% include featured-link %}</li>
6669 {% endfor %}
6770 </ul>
6871 </div >
6972</div >
70- <!-- Featured resources -->
71- <div class =" d-lg-flex gutter-lg my-6 py-6 text-center flex-items-stretch " >
72- <div class =" col-12 col-lg-4 mb-2 mb-lg-0 " >
73- <a href="/actions/creating-actions" class="d-block text-gray-dark no-underline hover-grow Box p-5 bg-gray-light">
74- <div class="mb-4 d-flex flex-justify-center"><div class="circle p-3 bg-blue text-white">{% octicon "bookmark" width="24" %}</div></div>
75- <h4>Create actions</h4>
76- <p class="mb-0">A complete guide to creating and sharing actions with the community.</p>
77- </a>
78- </div >
79- <div class =" col-12 col-lg-4 mb-2 mb-lg-0 " >
80- <a href="https://github.com/actions/starter-workflows" class="d-block text-gray-dark no-underline hover-grow Box p-5 bg-gray-light">
81- <div class="mb-4 d-flex flex-justify-center"><div class="circle p-3 bg-purple text-white">{% octicon "rocket" width="24" %}</div></div>
82- <h4>Starter workflows</h4>
83- <p class="mb-0">A collection of workflow files to help you get started with GitHub Actions.</p>
84- </a>
85- </div >
86- <div class =" col-12 col-lg-4 mb-2 mb-lg-0 " >
87- <a href="https://github.com/marketplace?type=actions" class="d-block text-gray-dark no-underline hover-grow Box p-5 bg-gray-light">
88- <div class="mb-4 d-flex flex-justify-center"><div class="circle p-3 bg-orange text-white">{% octicon "light-bulb" width="24" %}</div></div>
89- <h4>GitHub Actions Marketplace</h4>
90- <p class="mb-0">Explore community actions and supercharge your workflow.</p>
91- </a>
92- </div >
93- </div >
9473
9574<!-- Code examples -->
9675<div class =" mt-6 pt-6 " >
97- <h2 class =" mb-2 " >Guides </h2 >
76+ <h2 class =" mb-2 " >More guides </h2 >
9877
9978 <div class =" d-flex flex-wrap gutter " >
10079 <div class="col-12 col-lg-4 mb-4">
@@ -195,5 +174,5 @@ versions:
195174 </div>
196175 </div >
197176
198- <a href =" /actions/guides " class =" btn btn-outline mt-4 " >More guides {% octicon "arrow-right" %}</a >
177+ <a href =" /actions/guides " class =" btn btn-outline mt-4 " >Show all guides {% octicon "arrow-right" %}</a >
199178</div >
0 commit comments