How to format your code for LiveDoc
- Your repository should be hosted in GitHub.
- We need a personal access token to access the repository, with read-only privileges.
- Update the README.md to add section markers that help to extract the relevant text blocks
Example:
<!-- Section: Overview -->
## Overview
Project 'Hello World' is a web-based application...
<!-- Section: Configuration -->
## Configuration
Clone the repository...
<!-- Section: Installation -->
## Installation
Install the npm packages...