@@ -77,7 +77,7 @@ Here is a proposed outline for the tech doc Table of Contents:
77
77
- [ Getting Started (New users start here!)] ( https://keda.sh/docs/2.13/ ) (rename
78
78
current "KEDA Documentation" heading)
79
79
- [ Deploying KEDA] ( https://keda.sh/docs/2.13/deploy/ )
80
- - Prerequisites (< https://keda.sh/docs/2.13/operate/cluster/#requirements > )
80
+ - Prerequisites (https://keda.sh/docs/2.13/operate/cluster/#requirements )
81
81
- [ Deploying with Helm] ( ?no-link-check#helm )
82
82
- [ Installing] ( ?no-link-check#install )
83
83
- [ Uninstalling] ( ?no-link-check#uninstall )
@@ -92,7 +92,7 @@ Here is a proposed outline for the tech doc Table of Contents:
92
92
- [ Uninstalling] ( ?no-link-check#uninstall-3 )
93
93
- Hello, KEDA (write a procedure for a simplest-possible use case for users to
94
94
get started on - something like
95
- < https://github.com/kedacore/sample-hello-world-azure-functions > )
95
+ https://github.com/kedacore/sample-hello-world-azure-functions )
96
96
- [ Using KEDA or Operator Guide] ( https://keda.sh/docs/2.13/operate/ ) (rename
97
97
current "Operate")
98
98
- How to set up a scaler (a more detailed procedure than the example used in
@@ -103,13 +103,13 @@ Here is a proposed outline for the tech doc Table of Contents:
103
103
- ... and so on.
104
104
- [ Admission Webhooks] ( https://keda.sh/docs/2.13/operate/admission-webhooks/ )
105
105
- Prevention Rules
106
- (< https://keda.sh/docs/2.13/concepts/admission-webhooks/#prevention-rules > )
106
+ (https://keda.sh/docs/2.13/concepts/admission-webhooks/#prevention-rules )
107
107
- Validation Enforcement
108
108
- [ Cluster] ( https://keda.sh/docs/2.13/operate/cluster/ ) - Except sections that
109
109
are purely reference info, for example:
110
- - < https://keda.sh/docs/2.13/operate/cluster/#kubernetes-compatibility >
111
- - < https://keda.sh/docs/2.13/operate/cluster/#cluster-capacity >
112
- - < https://keda.sh/docs/2.13/operate/cluster/#firewall >
110
+ - https://keda.sh/docs/2.13/operate/cluster/#kubernetes-compatibility
111
+ - https://keda.sh/docs/2.13/operate/cluster/#cluster-capacity
112
+ - https://keda.sh/docs/2.13/operate/cluster/#firewall
113
113
- [ Integrating with OpenTelemetry Collector (Experimental)] ( https://keda.sh/docs/2.13/integrations/opentelemetry/ )
114
114
- [ Integrating with Prometheus] ( https://keda.sh/docs/2.13/integrations/prometheus/ )
115
115
- [ Using the KEDA Metrics Server] ( https://keda.sh/docs/2.13/operate/metrics-server/ )
@@ -119,11 +119,11 @@ Here is a proposed outline for the tech doc Table of Contents:
119
119
- [ Migrating to a new release] ( https://keda.sh/docs/2.13/migration/ ) (current
120
120
"Migration Guide")
121
121
- Caching Metrics
122
- (< https://keda.sh/docs/2.13/concepts/scaling-deployments/#caching-metrics > )
122
+ (https://keda.sh/docs/2.13/concepts/scaling-deployments/#caching-metrics )
123
123
- Pausing Autoscaling of deployments
124
- (< https://keda.sh/docs/2.13/concepts/scaling-deployments/#pause-autoscaling > )
124
+ (https://keda.sh/docs/2.13/concepts/scaling-deployments/#pause-autoscaling )
125
125
- Pausing Autoscaling of jobs
126
- (< https://keda.sh/docs/2.13/concepts/scaling-jobs/#pause-autoscaling > )
126
+ (https://keda.sh/docs/2.13/concepts/scaling-jobs/#pause-autoscaling )
127
127
- [ Troubleshooting] ( https://keda.sh/docs/2.13/concepts/troubleshooting/ ) ,
128
128
` /docs/2.13/troubleshooting/ `
129
129
- Reference
@@ -132,9 +132,9 @@ Here is a proposed outline for the tech doc Table of Contents:
132
132
- ...
133
133
- [ Secret] ( https://keda.sh/docs/2.13/authentication-providers/secret/ )
134
134
- Scaled Object specification (from "Concepts";
135
- < https://keda.sh/docs/2.13/concepts/scaling-deployments/#scaledobject-spec > )
135
+ https://keda.sh/docs/2.13/concepts/scaling-deployments/#scaledobject-spec )
136
136
- ScaledJob specification
137
- (< https://keda.sh/docs/2.13/concepts/scaling-jobs/#scaledjob-spec > )
137
+ (https://keda.sh/docs/2.13/concepts/scaling-jobs/#scaledjob-spec )
138
138
- [ Events] ( https://keda.sh/docs/2.13/operate/events/ )
139
139
- [ Firewall requirements] ( https://keda.sh/docs/2.13/operate/cluster/#firewall )
140
140
- ...
@@ -211,7 +211,7 @@ annotated to illustrate this point:
211
211
- [ Uninstalling] ( ?no-link-check#uninstall-3 )
212
212
- Hello, KEDA (write a procedure for a simplest-possible use case for users to
213
213
get started on - something like
214
- < https://github.com/kedacore/sample-hello-world-azure-functions > ) _ analogous
214
+ https://github.com/kedacore/sample-hello-world-azure-functions ) _ analogous
215
215
to a "Hello World" exercise in programming language or API guides_
216
216
217
217
# Update the doc content creation instructions
0 commit comments