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. Please note that you do not include ## Overview in ‘Overview’ section as it is already included in the LiveDoc template.
Example:
```markdown
Overview
Project ‘Hello World’ is a web-based application…
Configuration
Clone the repository…
Installation
Install the npm packages…