Section Type
Related Projects
A repeater field for adding name/URL pairs. Each pair renders as a markdown list item. Has autodetection that extracts dependencies with repository URLs from project config files.
Fields
| Name | Type | Value |
|---|---|---|
| projects | repeater | [{name: "", url: ""}] |
Autodetection
RelatedProjectsSectionAutodetect scans the project's dependencies from package.json (or other config files) and extracts any that have a repository or homepage field.
Render Output
## RELATED PROJECTS- [Project Name](https://gitlab.com/user/project)- [Another Project](https://github.com/user/another)