Skip to content

Commit

Permalink
[website] Resolve a blank page of schema (apache#8860)
Browse files Browse the repository at this point in the history
### Motivation
The "Manage Schema" content is merged into "Pulsar Schema" section, yet there are some links to it, and the blank content is still in the sidebar file. The changes was applied since 2.5.0.

### Modifications
- Resolve the link issues.
- Fix the sidebar since 2.5.0.
  • Loading branch information
Jennifer88huang-zz authored Dec 9, 2020
1 parent 06b9de6 commit 858109d
Show file tree
Hide file tree
Showing 16 changed files with 8 additions and 16 deletions.
1 change: 0 additions & 1 deletion site2/website/sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@
"admin-api-namespaces",
"admin-api-permissions",
"admin-api-topics",
"admin-api-schemas",
"admin-api-functions"
],
"Adaptors": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ For usage instructions, see the documentation for your preferred client library:
## Managing Schemas

You can use Pulsar's [admin tools](admin-api-schemas.md) for managing schemas for topics.
You can use Pulsar admin tools to manage schemas for topics.
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ For usage instructions, see the documentation for your preferred client library:
## Managing Schemas

You can use Pulsar's [admin tools](admin-api-schemas.md) for managing schemas for topics.
You can use Pulsar admin tools to manage schemas for topics.
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ For usage instructions, see the documentation for your preferred client library:
## Managing Schemas

You can use Pulsar's [admin tools](admin-api-schemas.md) for managing schemas for topics.
You can use Pulsar admin tools to manage schemas for topics.
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ For usage instructions, see the documentation for your preferred client library:
## Managing Schemas

You can use Pulsar's [admin tools](admin-api-schemas.md) for managing schemas for topics.
You can use Pulsar admin tools to manage schemas for topics.
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ The following example shows how to define an Avro schema using the `GenericSchem

## Managing Schemas

You can use Pulsar's [admin tools](admin-api-schemas.md) for managing schemas for topics.
You can use Pulsar admin tools to manage schemas for topics.
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ The following example shows how to define an Avro schema using the `GenericSchem

## Managing Schemas

You can use Pulsar's [admin tools](admin-api-schemas.md) for managing schemas for topics.
You can use Pulsar admin tools to manage schemas for topics.
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ The following example shows how to define an Avro schema using the `GenericSchem

## Managing Schemas

You can use Pulsar's [admin tools](admin-api-schemas.md) for managing schemas for topics.
You can use Pulsar admin tools to manage schemas for topics.
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ The following example shows how to define an Avro schema using the `GenericSchem

## Managing Schemas

You can use Pulsar's [admin tools](admin-api-schemas.md) for managing schemas for topics.
You can use Pulsar admin tools to manage schemas for topics.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
"version-2.5.0-admin-api-non-persistent-topics",
"version-2.5.0-admin-api-partitioned-topics",
"version-2.5.0-admin-api-non-partitioned-topics",
"version-2.5.0-admin-api-schemas",
"version-2.5.0-admin-api-functions"
],
"Adaptors": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@
"version-2.5.1-admin-api-non-persistent-topics",
"version-2.5.1-admin-api-partitioned-topics",
"version-2.5.1-admin-api-non-partitioned-topics",
"version-2.5.1-admin-api-schemas",
"version-2.5.1-admin-api-functions"
],
"Adaptors": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@
"version-2.5.2-admin-api-non-persistent-topics",
"version-2.5.2-admin-api-partitioned-topics",
"version-2.5.2-admin-api-non-partitioned-topics",
"version-2.5.2-admin-api-schemas",
"version-2.5.2-admin-api-functions"
],
"Adaptors": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@
"version-2.6.0-admin-api-non-persistent-topics",
"version-2.6.0-admin-api-partitioned-topics",
"version-2.6.0-admin-api-non-partitioned-topics",
"version-2.6.0-admin-api-schemas",
"version-2.6.0-admin-api-functions"
],
"Adaptors": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@
"version-2.6.1-admin-api-non-persistent-topics",
"version-2.6.1-admin-api-partitioned-topics",
"version-2.6.1-admin-api-non-partitioned-topics",
"version-2.6.1-admin-api-schemas",
"version-2.6.1-admin-api-functions"
],
"Adaptors": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@
"version-2.6.2-admin-api-non-persistent-topics",
"version-2.6.2-admin-api-partitioned-topics",
"version-2.6.2-admin-api-non-partitioned-topics",
"version-2.6.2-admin-api-schemas",
"version-2.6.2-admin-api-functions"
],
"Adaptors": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@
"version-2.7.0-admin-api-namespaces",
"version-2.7.0-admin-api-permissions",
"version-2.7.0-admin-api-topics",
"version-2.7.0-admin-api-schemas",
"version-2.7.0-admin-api-functions"
],
"Adaptors": [
Expand Down

0 comments on commit 858109d

Please sign in to comment.