Skip to content

Commit 8d3c5ef

Browse files
authored
remove svls component docs (#18074)
* remove svls component docs * fix links * remove assets * fix conflicts * fix conflicts in cr sidebar * resolve conflict
1 parent 6926d92 commit 8d3c5ef

File tree

68 files changed

+4
-4200
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+4
-4200
lines changed

components/function-controller/cmd/jobinit/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JobInit
22

3-
JobInit is used as the init container for injecting a Git repository to the [Job that builds a Function](https://kyma-project.io/#/05-technical-reference/svls-02-function-processing-stages).
3+
JobInit is used as the init container for injecting a Git repository to the [Job that builds a Function](https://kyma-project.io/#/serverless-manager/user/technical-reference/07-20-function-processing-stages).
44

55
### Environment variables
66

docs/01-overview/_sidebar.md

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* [Application Connectivity](/01-overview/application-connectivity/README.md)
55
* [Eventing](/01-overview/eventing/README.md)
66
* [Observability](/01-overview/observability/README.md)
7-
* [Serverless](/01-overview/serverless/README.md)
87
* [Service Management](/01-overview/service-management/README.md)
98
* [Service Mesh](/01-overview/service-mesh/README.md)
109
* [User Interfaces](/01-overview/ui/README.md)

docs/01-overview/serverless/README.md

+1-226
Large diffs are not rendered by default.

docs/01-overview/serverless/svls-01-overview.md

-12
This file was deleted.

docs/01-overview/serverless/svls-02-from-code-to-function.md

-17
This file was deleted.

docs/01-overview/serverless/svls-03-container-registries.md

-19
This file was deleted.

docs/01-overview/serverless/svls-04-development-toolkit.md

-15
This file was deleted.

docs/01-overview/serverless/svls-05-useful-links.md

-36
This file was deleted.

docs/01-overview/serverless/svls-06-security-considerations.md

-21
This file was deleted.

docs/01-overview/serverless/svls-07-limitations.md

-103
This file was deleted.

docs/03-tutorials/00-eventing/evnt-05-send-legacy-events.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ You created the `lastorder` Function, and subscribed to the `order.received.v1`
9292
http://localhost:3000/myapp/v1/events
9393
```
9494
95-
> **NOTE:** If you want to use a Function to publish a CloudEvent, see the [Event object SDK specification](../../05-technical-reference/svls-07-function-specification.md#event-object-sdk).
95+
> **NOTE:** If you want to use a Function to publish a CloudEvent, see the [Event object SDK specification](https://kyma-project.io/#/serverless-manager/user/technical-reference/07-70-function-specification?id=event-object-sdk).
9696
9797
## Verify the legacy event delivery
9898

0 commit comments

Comments
 (0)