Skip to content

Commit cdcc0aa

Browse files
committed
no need for reference_guides, only use reference prop
1 parent 6feaf1c commit cdcc0aa

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

content/actions/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ shortTitle: GitHub Actions
44
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.'
55
introLinks:
66
quickstart: /actions/quickstart
7-
reference_guides: /actions/reference
7+
reference: /actions/reference
88
featuredLinks:
99
guides:
1010
- /actions/learn-github-actions
@@ -46,4 +46,4 @@ versions:
4646
<!-- {% link_with_intro /creating-actions %} -->
4747
<!-- {% link_with_intro /using-github-hosted-runners %} -->
4848
<!-- {% link_with_intro /hosting-your-own-runners %} -->
49-
<!-- {% link_with_intro /reference %} -->
49+
<!-- {% link_with_intro /reference %} -->

data/ui.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ footer:
139139
product_landing:
140140
quickstart: Quickstart
141141
reference: Reference
142-
reference_guides: Reference guides
143142
overview: Overview
144143
code_examples: Code examples
145144
search_code_examples: Search code examples

lib/frontmatter.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ const schema = {
5959
properties: {
6060
quickstart: { type: 'string' },
6161
reference: { type: 'string' },
62-
reference_guides: { type: 'string' },
6362
overview: { type: 'string' }
6463
}
6564
},

0 commit comments

Comments
 (0)