-
Notifications
You must be signed in to change notification settings - Fork 195
How to Rename Categories
Brook Jeynes [SSW] edited this page Jul 10, 2023
·
14 revisions
- Change the
title:field in the frontmatter
When you change a categories URI, there are 4 important steps:
- Change the
uri:field in the frontmatter - Add the old URI to the redirects list in the category
- Rename the categories file to be the same as the new URI
- Find the URI in the categories top category filed and update it
For example, this category was changed from
Path: categories/artificial-intelligence/rules-to-better-chatgpt-prompt-engineering.md
---
type: category
title: Rules to Better ChatGPT Prompt Engineering
guid: 91b60efc-2b8e-4ff1-a373-ac4cab576483
uri: rules-to-better-chatgpt-prompt-engineering
index:
---To:
Path: categories/artificial-intelligence/rules-to-better-chatgpt-prompting.md
---
type: category
title: Rules to Better ChatGPT Prompting
guid: 91b60efc-2b8e-4ff1-a373-ac4cab576483
uri: rules-to-better-chatgpt-prompting
redirects:
- rules-to-better-chatgpt-prompt-engineering
index:
---- Open the category in GitHub
- Click the 'Edit' button
Figure: Open the Editor in GitHub
- Click the file name at the top of the editor
- Change the file name
Figure: Pressing 'backspace' will move the editor field to the folder
- Save your changes at the bottom of the page as you would with any other change
To find all the categories that this rule is in, follow these steps:
- Navigate to the
index.mdfile within the categories folder - Click the edit pencil
- Find the old URI in the
indexand change it to the new one
- How to Create Rules
- How to Edit Rules
- How to Rename Rules
- How to Add and Edit Categories and Top Categories
- How to Rename Categories
- Check Images
- Check For Duplicate Image Names
- Check Extension Case
- Check Folder Name
- Manage Stale PRs
- T‐shirt Size the PR
- Trigger Rules Build
- Validate Frontmatter
- Validate Frontmatter in All Rules
- Validate Markdown