Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/standalone/0.11.x/tutorials/a2a/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ INFO: Uvicorn running on http://0.0.0.0:9999 (Press CTRL+C to quit)
### Step 4: Install Agent Gateway

```bash
curl -sL https://raw.githubusercontent.com/agentgateway/agentgateway/refs/heads/main/common/scripts/get-agentgateway | bash
curl -sL https://agentgateway.dev/install | bash
```

### Step 5: Create the config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ In this tutorial, you'll:
## Step 1: Install Agent Gateway

```bash
curl -sL https://raw.githubusercontent.com/agentgateway/agentgateway/refs/heads/main/common/scripts/get-agentgateway | bash
curl -sL https://agentgateway.dev/install | bash
```

## Step 2: Download the test keys
Expand Down
2 changes: 1 addition & 1 deletion content/docs/standalone/0.11.x/tutorials/basic/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ In this tutorial, you'll:
## Step 1: Install Agent Gateway

```bash
curl -sL https://raw.githubusercontent.com/agentgateway/agentgateway/refs/heads/main/common/scripts/get-agentgateway | bash
curl -sL https://agentgateway.dev/install | bash
```

## Step 2: Download the example config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ In this tutorial, you'll:
### Step 1: Install Agent Gateway

```bash
curl -sL https://raw.githubusercontent.com/agentgateway/agentgateway/refs/heads/main/common/scripts/get-agentgateway | bash
curl -sL https://agentgateway.dev/install | bash
```

### Step 2: Choose your LLM provider
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ In this tutorial, you'll:
## Step 1: Install Agent Gateway

```bash
curl -sL https://raw.githubusercontent.com/agentgateway/agentgateway/refs/heads/main/common/scripts/get-agentgateway | bash
curl -sL https://agentgateway.dev/install | bash
```

## Step 2: Download test keys
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ In this tutorial, you'll:
## Step 1: Install Agent Gateway

```bash
curl -sL https://raw.githubusercontent.com/agentgateway/agentgateway/refs/heads/main/common/scripts/get-agentgateway | bash
curl -sL https://agentgateway.dev/install | bash
```

## Step 2: Create the config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In this tutorial, you'll:
## Step 1: Install Agent Gateway

```bash
curl -sL https://raw.githubusercontent.com/agentgateway/agentgateway/refs/heads/main/common/scripts/get-agentgateway | bash
curl -sL https://agentgateway.dev/install | bash
```

## Step 2: Create the config
Expand Down
2 changes: 1 addition & 1 deletion content/docs/standalone/0.11.x/tutorials/openapi/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ In this tutorial, you'll:
Download and install Agent Gateway:

```bash
curl -sL https://raw.githubusercontent.com/agentgateway/agentgateway/refs/heads/main/common/scripts/get-agentgateway | bash
curl -sL https://agentgateway.dev/install | bash
```

## Step 2: Create an OpenAPI specification
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ In this tutorial, you'll:
## Step 1: Install Agent Gateway

```bash
curl -sL https://raw.githubusercontent.com/agentgateway/agentgateway/refs/heads/main/common/scripts/get-agentgateway | bash
curl -sL https://agentgateway.dev/install | bash
```

## Step 2: Start Jaeger
Expand Down
2 changes: 1 addition & 1 deletion content/docs/standalone/0.11.x/tutorials/tls/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In this tutorial, you'll:
## Step 1: Install Agent Gateway

```bash
curl -sL https://raw.githubusercontent.com/agentgateway/agentgateway/refs/heads/main/common/scripts/get-agentgateway | bash
curl -sL https://agentgateway.dev/install | bash
```

## Step 2: Create a directory and generate certificates
Expand Down
2 changes: 1 addition & 1 deletion content/docs/standalone/latest/tutorials/a2a/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ INFO: Uvicorn running on http://0.0.0.0:9999 (Press CTRL+C to quit)
### Step 4: Install Agent Gateway

```bash
curl -sL https://raw.githubusercontent.com/agentgateway/agentgateway/refs/heads/main/common/scripts/get-agentgateway | bash
curl -sL https://agentgateway.dev/install | bash
```

### Step 5: Create the config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ In this tutorial, you'll:
## Step 1: Install Agent Gateway

```bash
curl -sL https://raw.githubusercontent.com/agentgateway/agentgateway/refs/heads/main/common/scripts/get-agentgateway | bash
curl -sL https://agentgateway.dev/install | bash
```

## Step 2: Download the test keys
Expand Down
2 changes: 1 addition & 1 deletion content/docs/standalone/latest/tutorials/basic/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ In this tutorial, you'll:
## Step 1: Install Agent Gateway

```bash
curl -sL https://raw.githubusercontent.com/agentgateway/agentgateway/refs/heads/main/common/scripts/get-agentgateway | bash
curl -sL https://agentgateway.dev/install | bash
```

## Step 2: Download the example config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ In this tutorial, you'll:
### Step 1: Install Agent Gateway

```bash
curl -sL https://raw.githubusercontent.com/agentgateway/agentgateway/refs/heads/main/common/scripts/get-agentgateway | bash
curl -sL https://agentgateway.dev/install | bash
```

### Step 2: Choose your LLM provider
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ In this tutorial, you'll:
## Step 1: Install Agent Gateway

```bash
curl -sL https://raw.githubusercontent.com/agentgateway/agentgateway/refs/heads/main/common/scripts/get-agentgateway | bash
curl -sL https://agentgateway.dev/install | bash
```

## Step 2: Download test keys
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ In this tutorial, you'll:
## Step 1: Install Agent Gateway

```bash
curl -sL https://raw.githubusercontent.com/agentgateway/agentgateway/refs/heads/main/common/scripts/get-agentgateway | bash
curl -sL https://agentgateway.dev/install | bash
```

## Step 2: Create the config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In this tutorial, you'll:
## Step 1: Install Agent Gateway

```bash
curl -sL https://raw.githubusercontent.com/agentgateway/agentgateway/refs/heads/main/common/scripts/get-agentgateway | bash
curl -sL https://agentgateway.dev/install | bash
```

## Step 2: Create the config
Expand Down
2 changes: 1 addition & 1 deletion content/docs/standalone/latest/tutorials/openapi/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ In this tutorial, you'll:
Download and install Agent Gateway:

```bash
curl -sL https://raw.githubusercontent.com/agentgateway/agentgateway/refs/heads/main/common/scripts/get-agentgateway | bash
curl -sL https://agentgateway.dev/install | bash
```

## Step 2: Create an OpenAPI specification
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ In this tutorial, you'll:
## Step 1: Install Agent Gateway

```bash
curl -sL https://raw.githubusercontent.com/agentgateway/agentgateway/refs/heads/main/common/scripts/get-agentgateway | bash
curl -sL https://agentgateway.dev/install | bash
```

## Step 2: Start Jaeger
Expand Down
2 changes: 1 addition & 1 deletion content/docs/standalone/latest/tutorials/tls/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In this tutorial, you'll:
## Step 1: Install Agent Gateway

```bash
curl -sL https://raw.githubusercontent.com/agentgateway/agentgateway/refs/heads/main/common/scripts/get-agentgateway | bash
curl -sL https://agentgateway.dev/install | bash
```

## Step 2: Create a directory and generate certificates
Expand Down
2 changes: 1 addition & 1 deletion content/docs/standalone/main/tutorials/a2a/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ INFO: Uvicorn running on http://0.0.0.0:9999 (Press CTRL+C to quit)
### Step 4: Install Agent Gateway

```bash
curl -sL https://raw.githubusercontent.com/agentgateway/agentgateway/refs/heads/main/common/scripts/get-agentgateway | bash
curl -sL https://agentgateway.dev/install | bash
```

### Step 5: Create the config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ In this tutorial, you'll:
## Step 1: Install Agent Gateway

```bash
curl -sL https://raw.githubusercontent.com/agentgateway/agentgateway/refs/heads/main/common/scripts/get-agentgateway | bash
curl -sL https://agentgateway.dev/install | bash
```

## Step 2: Download the test keys
Expand Down
2 changes: 1 addition & 1 deletion content/docs/standalone/main/tutorials/basic/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ In this tutorial, you'll:
## Step 1: Install Agent Gateway

```bash
curl -sL https://raw.githubusercontent.com/agentgateway/agentgateway/refs/heads/main/common/scripts/get-agentgateway | bash
curl -sL https://agentgateway.dev/install | bash
```

## Step 2: Download the example config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ In this tutorial, you'll:
### Step 1: Install Agent Gateway

```bash
curl -sL https://raw.githubusercontent.com/agentgateway/agentgateway/refs/heads/main/common/scripts/get-agentgateway | bash
curl -sL https://agentgateway.dev/install | bash
```

### Step 2: Choose your LLM provider
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ In this tutorial, you'll:
## Step 1: Install Agent Gateway

```bash
curl -sL https://raw.githubusercontent.com/agentgateway/agentgateway/refs/heads/main/common/scripts/get-agentgateway | bash
curl -sL https://agentgateway.dev/install | bash
```

## Step 2: Download test keys
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ In this tutorial, you'll:
## Step 1: Install Agent Gateway

```bash
curl -sL https://raw.githubusercontent.com/agentgateway/agentgateway/refs/heads/main/common/scripts/get-agentgateway | bash
curl -sL https://agentgateway.dev/install | bash
```

## Step 2: Create the config
Expand Down
2 changes: 1 addition & 1 deletion content/docs/standalone/main/tutorials/multiplex/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In this tutorial, you'll:
## Step 1: Install Agent Gateway

```bash
curl -sL https://raw.githubusercontent.com/agentgateway/agentgateway/refs/heads/main/common/scripts/get-agentgateway | bash
curl -sL https://agentgateway.dev/install | bash
```

## Step 2: Create the config
Expand Down
2 changes: 1 addition & 1 deletion content/docs/standalone/main/tutorials/openapi/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ In this tutorial, you'll:
Download and install Agent Gateway:

```bash
curl -sL https://raw.githubusercontent.com/agentgateway/agentgateway/refs/heads/main/common/scripts/get-agentgateway | bash
curl -sL https://agentgateway.dev/install | bash
```

## Step 2: Create an OpenAPI specification
Expand Down
2 changes: 1 addition & 1 deletion content/docs/standalone/main/tutorials/telemetry/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ In this tutorial, you'll:
## Step 1: Install Agent Gateway

```bash
curl -sL https://raw.githubusercontent.com/agentgateway/agentgateway/refs/heads/main/common/scripts/get-agentgateway | bash
curl -sL https://agentgateway.dev/install | bash
```

## Step 2: Start Jaeger
Expand Down
2 changes: 1 addition & 1 deletion content/docs/standalone/main/tutorials/tls/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In this tutorial, you'll:
## Step 1: Install Agent Gateway

```bash
curl -sL https://raw.githubusercontent.com/agentgateway/agentgateway/refs/heads/main/common/scripts/get-agentgateway | bash
curl -sL https://agentgateway.dev/install | bash
```

## Step 2: Create a directory and generate certificates
Expand Down
5 changes: 4 additions & 1 deletion static/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
# instead of the full GitHub raw URL

# Installation script shortcut
/install https://agentgateway.dev/install
/install https://raw.githubusercontent.com/agentgateway/agentgateway/refs/heads/main/tools/get-agentgateway

# JSON schema
/schema/config https://raw.githubusercontent.com/agentgateway/agentgateway/main/schema/config.json

# Redirect all paths under /examples to GitHub raw content
/examples/* https://raw.githubusercontent.com/agentgateway/agentgateway/main/examples/:splat
Expand Down