[](https://badge.fury.io/js/igniteui-docfx-template)
npm install igniteui-docfx-template
```
npm install
To build the project
``
npm run build
To run the template in dev mode:
``
npm run build:devLink and Debug
In order to run the template locally, after it is build, it should be linked to the repo you want to use it.
Go to __dist/__ folder of the template and run:
``
npm link
Then go to the repo which you want to use the template and run this command in the main folder:
``
npm link igniteui-docfx-template
After these steps are done, you can run your project and it will automatically use the template.
To generate and display collapsible code snippets on documentation websites, follow these steps:
1. Create a \
2. Add a \ 3. Add the summary text representing the code snippet header to the \ 4. Add a \ 5. Add the code snippet to the \ 6. Example: section. element to the created \ section. element.
```
{
"id": "{123456}_repo",
"modified": "2023-02-03T14:07:34.0000000",
"created": "2023-02-03T14:07:34.0000000",
"name": "Marketing",
"user": {
"id": "{123456}_u ",
"name": "Teddy Mitkova"
},
"dashboardSections": [
{
"id": "{123456}_f",
"name": "May"
}
]
}