2
2
title : GitHub Actions Documentation
3
3
shortTitle : GitHub Actions
4
4
intro : ' 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
5
8
gettingStartedLinks :
6
- - /actions/quickstart
7
- - /actions/learn-github-actions
8
- guideLinks :
9
9
- /actions/managing-workflow-runs
10
10
- /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
11
14
popularLinks :
12
15
- /actions/reference/workflow-syntax-for-github-actions
13
16
- /actions/reference/events-that-trigger-workflows
@@ -36,10 +39,10 @@ versions:
36
39
<div class =" d-lg-flex gutter my-6 py-6 " >
37
40
<div class =" col-12 col-lg-4 mb-4 mb-lg-0 " >
38
41
<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>
40
43
</div>
41
44
<ul class="list-style-none">
42
- {% for link in gettingStartedLinks %}
45
+ {% for link in guideLinks %}
43
46
<li>{% include featured-link %}</li>
44
47
{% endfor %}
45
48
</ul>
@@ -61,40 +64,16 @@ versions:
61
64
<h3 class="f5 text-normal text-mono underline-dashed color-gray-5">Manage workflows</h3>
62
65
</div>
63
66
<ul class="list-style-none">
64
- {% for link in guideLinks %}
67
+ {% for link in gettingStartedLinks %}
65
68
<li>{% include featured-link %}</li>
66
69
{% endfor %}
67
70
</ul>
68
71
</div >
69
72
</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 >
94
73
95
74
<!-- Code examples -->
96
75
<div class =" mt-6 pt-6 " >
97
- <h2 class =" mb-2 " >Guides </h2 >
76
+ <h2 class =" mb-2 " >More guides </h2 >
98
77
99
78
<div class =" d-flex flex-wrap gutter " >
100
79
<div class="col-12 col-lg-4 mb-4">
@@ -195,5 +174,5 @@ versions:
195
174
</div>
196
175
</div >
197
176
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 >
199
178
</div >
0 commit comments