-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathrender.yaml
More file actions
57 lines (57 loc) · 1.62 KB
/
render.yaml
File metadata and controls
57 lines (57 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
services:
- type: web
name: documentation
runtime: static
repo: https://github.com/caido/documentation.git
branch: main
buildCommand: make build-release
staticPublishPath: ./.vitepress/dist
pullRequestPreviewsEnabled: true
routes:
- type: rewrite
source: /stats/script.js
destination: https://plausible.io/js/plausible.js
- type: rewrite
source: /stats/event
destination: https://plausible.io/api/event
- type: redirect
source: /quickstart
destination: /app/quickstart/
- type: redirect
source: /quickstart/*
destination: /app/quickstart/*
- type: redirect
source: /guides
destination: /app/guides/
- type: redirect
source: /guides/*
destination: /app/guides/*
- type: redirect
source: /tutorials
destination: /app/tutorials/
- type: redirect
source: /tutorials/*
destination: /app/tutorials/*
- type: redirect
source: /reference
destination: /app/reference/
- type: redirect
source: /reference/*
destination: /app/reference/*
- type: redirect
source: /concepts
destination: /app/concepts/
- type: redirect
source: /concepts/*
destination: /app/concepts/*
- type: redirect
source: /troubleshooting
destination: /app/troubleshooting/
- type: redirect
source: /troubleshooting/*
destination: /app/troubleshooting/*
domains:
- docs.caido.io
envVars:
- key: SKIP_INSTALL_DEPS
value: true