Skip to content

Commit 6feaf1c

Browse files
committed
support Reference vs. Reference guides
1 parent 982eeb0 commit 6feaf1c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

content/actions/index.md

Lines changed: 1 addition & 1 deletion
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: /actions/reference
7+
reference_guides: /actions/reference
88
featuredLinks:
99
guides:
1010
- /actions/learn-github-actions

lib/frontmatter.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ const schema = {
5959
properties: {
6060
quickstart: { type: 'string' },
6161
reference: { type: 'string' },
62+
reference_guides: { type: 'string' },
6263
overview: { type: 'string' }
6364
}
6465
},

0 commit comments

Comments
 (0)