-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathrender.yaml
144 lines (142 loc) Β· 4.82 KB
/
render.yaml
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
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
# Pre-vitepress
- type: redirect
source: /configuration/default_listening_address
destination: /configuration/listening_address
- type: redirect
source: /features/workflows/convert
destination: /features/testing/workflows/convert
- type: redirect
source: /internals/httpql*
destination: /reference/httpql
- type: redirect
source: /internals/instances
destination: /concepts/instances
# Specific
- type: redirect
source: /common_errors
destination: /reference/common_errors
- type: redirect
source: /show_case/*
destination: /quickstart/showcase
- type: redirect
source: /doc_directory
destination: /
# Generic
- type: redirect
source: /configuration/*
destination: /reference/configuration/*
- type: redirect
source: /plugins/*
destination: /reference/plugins/*
- type: redirect
source: /user_guide/*
destination: /guides/user_guide/*
- type: redirect
source: /beginner_guide/*
destination: /quickstart/beginner_guide/*
- type: redirect
source: /features/*
destination: /reference/features/*
- type: redirect
source: /concepts/*
destination: /concepts/essentials/*
# Post-Vitepress
- type: redirect
source: /reference/features/testing/workflows/*
destination: /reference/workflows/*
- type: redirect
source: /guides/workflows/jwt_decode
destination: /tutorials/jwt_decode
- type: redirect
source: /guides/workflows/add_header
destination: /tutorials/add_header
- type: redirect
source: /guides/user_guide/installation
destination: /guides/
- type: redirect
source: /reference/configuration/listening_address
destination: /guides/listening_address
- type: redirect
source: /reference/configuration/import_ca_certificate
destination: /guides/import_ca_certificate
- type: redirect
source: /reference/configuration/data_location
destination: /guides/data_location
- type: redirect
source: /reference/features/overview/*
destination: /guides/*
- type: redirect
source: /reference/features/logging/*
destination: /guides/*
- type: redirect
source: /reference/features/proxy/*
destination: /guides/*
- type: redirect
source: /reference/features/testing/*
destination: /guides/*
- type: redirect
source: /reference/features/workspace/*
destination: /guides/*
- type: redirect
source: /reference/workflows/passive
destination: /concepts/workflows_intro
- type: redirect
source: /reference/workflows/convert
destination: /concepts/workflows_intro
- type: redirect
source: /concepts/essentials/workflows
destination: /concepts/workflows_intro
- type: redirect
source: /concepts/essentials/workflows/nodes/nodes
destination: /concepts/workflows_nodes
- type: redirect
source: /concepts/essentials/workflows/js_in_caido
destination: /concepts/workflows_js
- type: redirect
source: /reference/workflows/convert/coding_nodes
destination: /reference/workflow_convert_nodes
- type: redirect
source: /concepts/essentials/httpql
destination: /reference/httpql
- type: redirect
source: /concepts/internals/files
destination: /reference/internal_files
- type: redirect
source: /concepts/internals/download
destination: /reference/download_links
- type: redirect
source: /quickstart/showcase
destination: /tutorials/
- type: redirect
source: /quickstart/welcome_to_caido/onboarding
destination: /quickstart/
- type: redirect
source: /quickstart/distributions/linux/athena_os
destination: /guides/distributions/athena_os
- type: redirect
source: /quickstart/distributions
destination: /guides/distributions
- type: redirect
source: /reference/common_errors
destination: /guides/troubleshooting
domains:
- docs.caido.io
envVars:
- key: SKIP_INSTALL_DEPS
value: true