-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Welcome to the business.nj.gov wiki!
π π§ View the DEV site
π 𧱠View the STAGING site
π π View the PROD site
πͺ¨ Milestones
π¬ Discovery Board
ποΈ Sprint Delivery Board
π¨ Figma designs
π¨ Story Book
π Deadlinks page (restricted-access)
How to add/edit roadmap/task content
How to add/edit contextual info
Filename: task-all-lowercase-and-hyphenated.md
---
id: "task-id-can-be-anything"
urlSlug: "lowercase-hyphenated-will-show-in-browser"
name: "The Name of the Task"
callToActionLink: "www.example.com"
callToActionText: "Read the Requirements"
---
## I am a header text
I am a paragraph text with a `contextual info|id-of-contextual-info` link in it.
||
|---|
| **Destination:** City Clerk |
[I am an external link](www.nj.gov)
Add it to any markdown file contents with: `contextual info|id-of-contextual-info`
Filename: id-of-contextual-info.md
---
---
### I am a header
I am a **bolded** paragraph text with a `contextual info|id-of-contextual-info` link in it
and [an external link](www.nj.gov) in it.
Filename: home-contractor.json
[
{
"step": 4,
"weight": 50,
"task": "floor-plan-approval-doh"
},
{
"step": 4,
"weight": 10,
"task": "food-safety-course"
}
]
Filename: cosmetology.json
[
{
"taskToReplaceFilename": "check-site-requirements",
"replaceWithFilename": "check-site-requirements-cosmetology"
}
]
When editing files with template syntax that looks like ${someWordsHere}
, do not change the name of that text, just rearrange the text around it. For example:
stepXofYTemplate: "Step ${currentPage} of ${totalPages}",
This can become You are on step ${currentPage}
(example of changing the text, CORRECT)
But cannot become Step ${page} of ${somethingElse}
(example of changing the variable names, INCORRECT)