Skip to content

Commit

Permalink
doc: fix missing first heading in markdown files (#226)
Browse files Browse the repository at this point in the history
markdown expects a first H1 (#) heading as the title for the document.

Signed-off-by: David B. Kinder <[email protected]>
  • Loading branch information
dbkinder authored Jul 26, 2024
1 parent d57b94b commit da14451
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions manifests/ChatQnA/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 align="center" id="title">Deploy ChatQnA in Kubernetes Cluster on Xeon</h1>
# Deploy ChatQnA in Kubernetes Cluster on Xeon

## Prebuilt images

Expand All @@ -20,7 +20,7 @@ For Gaudi:
- tgi-service: ghcr.io/huggingface/tgi-gaudi:1.2.1

> [NOTE]
> Please refer README [for Xeon](https://github.com/opea-project/GenAIExamples/blob/main/ChatQnA/docker-composer/xeon/README.md) and [for Gaudi](https://github.com/opea-project/GenAIExamples/blob/main/ChatQnA/docker-composer/gaudi/README.md) to build the opea images
> Refer to the README [for Xeon](https://github.com/opea-project/GenAIExamples/blob/main/ChatQnA/docker-composer/xeon/README.md) and [for Gaudi](https://github.com/opea-project/GenAIExamples/blob/main/ChatQnA/docker-composer/gaudi/README.md) to build the opea images
## Deploy Services with Xeon

Expand Down
2 changes: 1 addition & 1 deletion manifests/CodeGen/gaudi/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 align="center" id="title">Deploy CodeGen in Kubernetes Cluster on Xeon</h1>
# Deploy CodeGen in Kubernetes Cluster on Xeon

## Deploy Services

Expand Down
2 changes: 1 addition & 1 deletion manifests/CodeGen/xeon/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 align="center" id="title">Deploy CodeGen in Kubernetes Cluster on Xeon</h1>
# Deploy CodeGen in Kubernetes Cluster on Xeon

## Deploy Services

Expand Down
2 changes: 1 addition & 1 deletion manifests/CodeTrans/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 align="center" id="title">Deploy CodeTrans llm-uservice in Kubernetes Cluster</h1>
# Deploy CodeTrans llm-uservice in Kubernetes Cluster

> [NOTE]
> The following values must be set before you can deploy:
Expand Down
2 changes: 1 addition & 1 deletion manifests/DocSum/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 align="center" id="title">Deploy DocSum llm-uservice in Kubernetes Cluster</h1>
# Deploy DocSum llm-uservice in Kubernetes Cluster

> [NOTE]
> The following values must be set before you can deploy:
Expand Down
2 changes: 1 addition & 1 deletion manifests/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 align="center" id="title">Kubernetes manifests for GenAIComps</h1>
# Kubernetes manifests for GenAIComps

> [NOTE]
> The manifests are generated from helm charts automatically.
Expand Down
2 changes: 1 addition & 1 deletion scripts/ray/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 align="center" id="title">Deploy Autoscaling Ray Cluster with KubeRay in Kubernetes Cluster</h1>
# Deploy Autoscaling Ray Cluster with KubeRay in Kubernetes Cluster

## Install KubeRay

Expand Down

0 comments on commit da14451

Please sign in to comment.