All documentation must accurately reflect product/API behavior, use exact feature names, and be unambiguous about constraints, defaults, and unsupported scenarios. Also ensure Markdown renders cleanly.
Apply this when editing or adding docs:
page and page_size mean (offset/limit vs “records per page”) and keep parameter names typo-free.@ in normal Markdown) and standardize spacing/punctuation in READMEs.Example (API param + constraint precision):
## List files
**GET** `/api/v1/dataset/{dataset_id}/documents?keywords={keyword}&page={page}&page_size={page_size}`
- `page`: 0-based page index.
- `page_size`: number of records returned per page.
## Page rank
- Value type: integer
- Non-integers are rounded down.
- Range: [0, 100]
Enter the URL of a public GitHub repository