Skip to content

Commit a91f7fa

Browse files
committed
chore(website): drop unused gh-pages deploy hooks and small polish
Signed-off-by: robert-cronin <robert.owen.cronin@gmail.com>
1 parent 09b1395 commit a91f7fa

4 files changed

Lines changed: 2 additions & 3 deletions

File tree

docs/gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ AI Runway works with any Gateway API implementation that supports the [Inference
8181
> (Step 3), the `inference-gateway` Gateway resource (Step 4), and the Body-Based Router (see
8282
> [Body-Based Routing](#body-based-routing-bbr)). The
8383
> `GATEWAY_API_VERSION`, `ISTIO_VERSION`, and `GAIE_VERSION` it uses are pinned in
84-
> [`/versions.env`](../versions.env), and `istioctl` must be on your PATH. For other gateway
84+
> [`/versions.env`](https://github.com/kaito-project/airunway/blob/main/versions.env), and `istioctl` must be on your PATH. For other gateway
8585
> implementations, follow the manual steps below.
8686
8787
### Step 1: Install Gateway API CRDs

website/docusaurus.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ const config = {
2020

2121
organizationName: 'kaito-project',
2222
projectName: 'airunway',
23-
deploymentBranch: 'gh-pages',
2423

2524
// Strict by default — broken links should fail CI, not slip into prod.
2625
onBrokenLinks: 'throw',

website/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"start": "docusaurus start",
99
"build": "docusaurus build",
1010
"swizzle": "docusaurus swizzle",
11-
"deploy": "docusaurus deploy",
1211
"clear": "docusaurus clear",
1312
"serve": "docusaurus serve",
1413
"write-translations": "docusaurus write-translations",

website/src/components/DemoSection.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export default function DemoSection() {
1515
frameBorder="0"
1616
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
1717
referrerPolicy="strict-origin-when-cross-origin"
18+
loading="lazy"
1819
allowFullScreen
1920
/>
2021
</div>

0 commit comments

Comments
 (0)