You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are quite some duplicated content between user guides (e.g., prerequisites, test model endpoint with inference requests). We should extract shared content into a common place, and restructure each user guide to something like below:
## Overview
## Prerequisites
### [Refer to shared] Common Prerequisites (e.g., create HF token, install gateway control plane, install CRDs, etc.)
## Additional
## Installation steps
###[Refer to shared] Common installation
## Additional
## Verification
### [Refer to shared] Common Verification
## Additional
## Cleanup
### [Refer to shared] Common Cleanup
## Additional
There are quite some duplicated content between user guides (e.g., prerequisites, test model endpoint with inference requests). We should extract shared content into a common place, and restructure each user guide to something like below: