-
Notifications
You must be signed in to change notification settings - Fork 175
Creating Editing categories
Sebastien Boissiere [SSW] edited this page Dec 18, 2020
·
6 revisions
You think rules could have a new category, then follow these steps:
- Open the GitHub repo and open the 'categories/{top-category name}' (e.g. 'categories/Communication) folder
- Click Add a new file
- Name your file '{category name}.md' (e.g. 'rules-to-better-communication.md')
- Edit the index.md file, you need to add the following fields in the frontmatter
- type: value must be set to 'category'
- title: the title of the category, this will be display on the home page and the category page
- index: list of categories URI composing the top-category
- uid: same as the name of the file without the extension
- guid: a unique guid used to identify the category in the Cosmos DB
- You can add a summary for the category using SSW.Rules Markdown syntax, it is recommended to keep it simple.
- Click on the edit link on the category page
- Once on GitHub, click on the pencil
- Make the changes you want
- Save your change see Saving rules
---
type: category
title: Rules to Better Communication
guid: 471816bf-f0df-4835-bf4d-66a90f6f1adc
uid: rules-to-better-communication
index:
- communication---do-you-know-the-best-chat-tools-for-your-employees
- communication---do-you-know-the-options-for-remote-meetings
- do-you-always-call-first-before-emailing
---
This is a summary for the category
Figure: Frontmatter example for a top-categorie
For the SSW.Rules markdown syntax, read the sample page