Skip to content

Commit d5b2c70

Browse files
authored
Fix rename pages 6303 (#6457)
* Renamed the pages * updated the YAML file * Updated the Page name * Updated the Page name * Modified Getting Started in Knative Functions and Eventing
1 parent f4022d6 commit d5b2c70

File tree

14 files changed

+22
-22
lines changed

14 files changed

+22
-22
lines changed

docs/versioned/.nav.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ nav:
66
###############################################################################
77
# Getting started
88
###############################################################################
9-
- Tutorial:
9+
- Tutorials:
1010
- Overview: getting-started/tutorial.md
1111
- Quickstart:
1212
- Tutorial introduction: getting-started/README.md
1313
- Install Knative using quickstart: getting-started/quickstart-install.md
1414
- Knative Functions:
15-
- About Knative Functions: getting-started/about-knative-functions.md
15+
- Getting Started: getting-started/about-knative-functions.md
1616
- Installing Knative Functions: getting-started/install-func.md
1717
- Creating a function: getting-started/create-a-function.md
1818
- Building, running, or deploying a function: getting-started/build-run-deploy-func.md
@@ -21,7 +21,7 @@ nav:
2121
- Autoscaling: getting-started/first-autoscale.md
2222
- Traffic splitting: getting-started/first-traffic-split.md
2323
- Knative Eventing:
24-
- About Knative Eventing: getting-started/getting-started-eventing.md
24+
- Getting Started: getting-started/getting-started-eventing.md
2525
- Sources, Brokers, and Triggers: getting-started/first-broker.md
2626
- Using a Knative Service as a source: getting-started/first-source.md
2727
- Using Triggers and sinks: getting-started/first-trigger.md
@@ -73,9 +73,9 @@ nav:
7373
- Additional autoscaling configuration for Knative Pod Autoscaler: serving/autoscaling/kpa-specific.md
7474
- Autoscale Sample App - Go: serving/autoscaling/autoscale-go/README.md
7575
# Serving - developer docs
76-
- Developer Topics:
76+
- Developer Tasks:
7777
- Services:
78-
- About Knative Services: serving/services/README.md
78+
- Knative Services: serving/services/README.md
7979
- Creating a Service: serving/services/creating-services.md
8080
- Configuring private Services: serving/services/private-services.md
8181
- Configuring ingress class: serving/services/ingress-class.md
@@ -130,7 +130,7 @@ nav:
130130
# add default IMC broker page, page explaining broker types
131131
- Channel based Broker: eventing/brokers/broker-types/channel-based-broker/README.md
132132
- Apache Kafka:
133-
- About Apache Kafka Broker: eventing/brokers/broker-types/kafka-broker/README.md
133+
- Knative Broker for Apache Kafka: eventing/brokers/broker-types/kafka-broker/README.md
134134
- RabbitMQ Broker: eventing/brokers/broker-types/rabbitmq-broker/README.md
135135
- Creating a Broker: eventing/brokers/create-broker.md
136136
- Developer configuration options: eventing/brokers/broker-developer-config-options.md
@@ -189,7 +189,7 @@ nav:
189189
# - Administrator configuration options: eventing/triggers/trigger-admin-config-options.md
190190
# - Developer configuration options: eventing/triggers/trigger-developer-config-options.md
191191
# Eventing - developer docs
192-
- Developer topics:
192+
- Developer Tasks:
193193
# BYO event source
194194
- Custom event sources:
195195
- Custom event sources overview: eventing/custom-event-source/README.md
@@ -224,7 +224,7 @@ nav:
224224
###############################################################################
225225
# CLI
226226
###############################################################################
227-
- Knative CLI:
227+
- CLI tools:
228228
- CLI tools: client/README.md
229229
- Installing the Knative CLI: client/install-kn.md
230230
- Customizing kn: client/configure-kn.md
@@ -238,7 +238,7 @@ nav:
238238
- Overview: install/README.md
239239
# YAML Installation
240240
- Install Knative with YAML:
241-
- About YAML-based installation: install/yaml-install/README.md
241+
- YAML-based installation: install/yaml-install/README.md
242242
- Install Knative Serving:
243243
- Install Serving with YAML: install/yaml-install/serving/install-serving-with-yaml.md
244244
- Knative Serving installation files: install/yaml-install/serving/serving-installation-files.md

docs/versioned/eventing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ components:
55
function: explanation
66
---
77

8-
# Knative Eventing - The Event-driven application platform for Kubernetes
8+
# Eventing
99

1010
--8<-- "about-eventing.md"
1111

docs/versioned/eventing/brokers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ components:
55
function: explanation
66
---
77

8-
# About Brokers
8+
# Brokers
99

1010
--8<-- "about-brokers.md"
1111

docs/versioned/eventing/configuration/broker-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ components:
55
function: how-to
66
---
77

8-
# Configure Broker defaults
8+
# Configuring Broker defaults
99

1010
If you have cluster administrator permissions for your Knative installation, you can modify ConfigMaps to change the global default configuration options for Brokers on the cluster.
1111

docs/versioned/eventing/sinks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ components:
55
function: how-to
66
---
77

8-
# About sinks
8+
# Sinks
99

1010
When you create an event source, you can specify a _sink_ where events are sent to from the source. A sink is an _Addressable_ or a _Callable_ resource that can receive incoming events from other resources. Knative Services, Channels, and Brokers are all examples of sinks.
1111

docs/versioned/eventing/sources/apiserversource/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ components:
55
function: explanation
66
---
77

8-
# About ApiServerSource
8+
# ApiServerSource
99

1010
![stage](https://img.shields.io/badge/Stage-stable-green?style=flat-square)
1111
![version](https://img.shields.io/badge/API_Version-v1-green?style=flat-square)

docs/versioned/eventing/sources/redis/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ components:
55
function: explanation
66
---
77

8-
# About RedisStreamSource
8+
# RedisStreamSource
99

1010
![stage](https://img.shields.io/badge/Stage-alpha-green?style=flat-square)
1111
![version](https://img.shields.io/badge/API_Version-v1alpha1-red?style=flat-square)

docs/versioned/getting-started/about-knative-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ components:
55
function: tutorial
66
---
77

8-
# About Knative Functions
8+
# Knative Functions
99

1010
--8<-- "about-functions.md"

docs/versioned/getting-started/getting-started-eventing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ components:
55
function: tutorial
66
---
77

8-
# About Knative Eventing
8+
# Knative Eventing
99

1010
Knative Eventing provides you with helpful tools that can be used to create event-driven applications, by easily attaching event sources, triggers, and other options to your Knative Services.
1111

docs/versioned/getting-started/quickstart-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ components:
77
function: tutorial
88
---
99

10-
# Install Knative using quickstart
10+
# Installing Knative using quickstart
1111

1212
Following this quickstart tutorial provides you with a simplified, local Knative installation by using the Knative `quickstart` plugin.
1313

0 commit comments

Comments
 (0)