Ensure all documentation is complete, well-formatted, and maximally useful for developers. This includes: 1. **Use proper markdown syntax** for headings, lists, code blocks, and other formatting elements to ensure documents render correctly.
Ensure all documentation is complete, well-formatted, and maximally useful for developers. This includes:
# Main Heading
## Subheading
- Bullet point
- Another bullet point
## Code Example
```typescript
const example = "properly formatted";
Install the [Oracle JavaScript client driver](https://node-oracledb.readthedocs.io/en/latest/) to get started:
```npm install oracledb```
| Parameter | Type | Default | Description |
| --------- | ---- | ------- | ----------- |
| `timeout` | number | 60000 | Timeout in milliseconds for the tool call |
| `signal` | AbortSignal | `undefined` | Optional AbortSignal to cancel the tool call |
Complete documentation improves developer experience, reduces questions, and facilitates faster onboarding.
Enter the URL of a public GitHub repository