Skip to content

Commit

Permalink
[website]Fixed website error (apache#6125)
Browse files Browse the repository at this point in the history
Fixed:
apache#6115
apache#6110
apache#6108
apache#6100

### Motivation

There are some errors in the content of the current document due to the adjustment of the architecture, so we will fix it.

### Modifications

* The display is inconsistent with the downloaded content.
* Document display error
* Add io-use.md for version 2.5.0
  • Loading branch information
tuteng authored and sijie committed Jan 24, 2020
1 parent c078a55 commit 9db9605
Show file tree
Hide file tree
Showing 8 changed files with 1,533 additions and 29 deletions.
2 changes: 1 addition & 1 deletion site2/docs/io-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ At the end of this tutorial, you are able to:

Before connecting Pulsar to a database, you need to install Pulsar and the desired built-in connector.

For more information about **how to install a standalone Pulsar and built-in connectors**, see [here](standalone/#installing-pulsar).
For more information about **how to install a standalone Pulsar and built-in connectors**, see [here](getting-started-standalone.md/#installing-pulsar).

## Start Pulsar standalone

Expand Down
44 changes: 22 additions & 22 deletions site2/docs/io-use.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Use the `reload` subcommand.
$ pulsar-admin sources reload
```

For more information, see [`here`](reference-connector-admin/#reload).
For more information, see [`here`](io-cli/#reload).

#### Sink

Expand All @@ -128,7 +128,7 @@ Use the `reload` subcommand.
$ pulsar-admin sinks reload
```

For more information, see [`here`](reference-connector-admin/#reload-1).
For more information, see [`here`](io-cli/#reload-1).

### `available`

Expand Down Expand Up @@ -178,7 +178,7 @@ Use the `create` subcommand.
$ pulsar-admin sources create options
```

For more information, see [here](reference-connector-admin.md#create).
For more information, see [here](io-cli.md#create).

<!--REST API-->

Expand Down Expand Up @@ -255,7 +255,7 @@ Use the `create` subcommand.
$ pulsar-admin sinks create options
```

For more information, see [here](reference-connector-admin.md#create-1).
For more information, see [here](io-cli.md#create-1).

<!--REST API-->

Expand Down Expand Up @@ -336,7 +336,7 @@ Use the `start` subcommand.
$ pulsar-admin sources start options
```

For more information, see [here](reference-connector-admin.md#start).
For more information, see [here](io-cli.md#start).

<!--REST API-->

Expand Down Expand Up @@ -364,7 +364,7 @@ Use the `start` subcommand.
$ pulsar-admin sinks start options
```

For more information, see [here](reference-connector-admin.md#start-1).
For more information, see [here](io-cli.md#start-1).

<!--REST API-->

Expand Down Expand Up @@ -396,7 +396,7 @@ Use the `localrun` subcommand.
$ pulsar-admin sources localrun options
```

For more information, see [here](reference-connector-admin.md#localrun).
For more information, see [here](io-cli.md#localrun).

<!--END_DOCUSAURUS_CODE_TABS-->

Expand All @@ -414,7 +414,7 @@ Use the `localrun` subcommand.
$ pulsar-admin sinks localrun options
```

For more information, see [here](reference-connector-admin.md#localrun-1).
For more information, see [here](io-cli.md#localrun-1).

<!--END_DOCUSAURUS_CODE_TABS-->

Expand Down Expand Up @@ -446,7 +446,7 @@ Use the `get` subcommand.
$ pulsar-admin sources get options
```

For more information, see [here](reference-connector-admin.md#get).
For more information, see [here](io-cli.md#get).

<!--REST API-->

Expand Down Expand Up @@ -543,7 +543,7 @@ Use the `get` subcommand.
$ pulsar-admin sinks get options
```

For more information, see [here](reference-connector-admin.md#get-1).
For more information, see [here](io-cli.md#get-1).

<!--REST API-->

Expand Down Expand Up @@ -637,7 +637,7 @@ Use the `list` subcommand.
$ pulsar-admin sources list options
```

For more information, see [here](reference-connector-admin.md#list).
For more information, see [here](io-cli.md#list).

<!--REST API-->

Expand Down Expand Up @@ -682,7 +682,7 @@ Use the `list` subcommand.
$ pulsar-admin sinks list options
```
For more information, see [here](reference-connector-admin.md#list-1).
For more information, see [here](io-cli.md#list-1).
<!--REST API-->
Expand Down Expand Up @@ -731,7 +731,7 @@ Use the `status` subcommand.
$ pulsar-admin sources status options
```

For more information, see [here](reference-connector-admin.md#status).
For more information, see [here](io-cli.md#status).

<!--REST API-->

Expand Down Expand Up @@ -813,7 +813,7 @@ Use the `status` subcommand.
$ pulsar-admin sinks status options
```

For more information, see [here](reference-connector-admin.md#status-1).
For more information, see [here](io-cli.md#status-1).

<!--REST API-->

Expand Down Expand Up @@ -901,7 +901,7 @@ Use the `update` subcommand.
$ pulsar-admin sources update options
```

For more information, see [here](reference-connector-admin.md#update).
For more information, see [here](io-cli.md#update).

<!--REST API-->

Expand Down Expand Up @@ -982,7 +982,7 @@ Use the `update` subcommand.
$ pulsar-admin sinks update options
```

For more information, see [here](reference-connector-admin.md#update-1).
For more information, see [here](io-cli.md#update-1).

<!--REST API-->

Expand Down Expand Up @@ -1069,7 +1069,7 @@ Use the `stop` subcommand.
$ pulsar-admin sources stop options
```

For more information, see [here](reference-connector-admin.md#stop).
For more information, see [here](io-cli.md#stop).

<!--REST API-->

Expand Down Expand Up @@ -1151,7 +1151,7 @@ Use the `stop` subcommand.
$ pulsar-admin sinks stop options
```

For more information, see [here](reference-connector-admin.md#stop-1).
For more information, see [here](io-cli.md#stop-1).

<!--REST API-->

Expand Down Expand Up @@ -1239,7 +1239,7 @@ Use the `restart` subcommand.
$ pulsar-admin sources restart options
```

For more information, see [here](reference-connector-admin.md#restart).
For more information, see [here](io-cli.md#restart).

<!--REST API-->

Expand Down Expand Up @@ -1321,7 +1321,7 @@ Use the `restart` subcommand.
$ pulsar-admin sinks restart options
```

For more information, see [here](reference-connector-admin.md#restart-1).
For more information, see [here](io-cli.md#restart-1).

<!--REST API-->

Expand Down Expand Up @@ -1409,7 +1409,7 @@ Use the `delete` subcommand.
$ pulsar-admin sources delete options
```

For more information, see [here](reference-connector-admin.md#delete).
For more information, see [here](io-cli.md#delete).

<!--REST API-->

Expand Down Expand Up @@ -1463,7 +1463,7 @@ Use the `delete` subcommand.
$ pulsar-admin sinks delete options
```

For more information, see [here](reference-connector-admin.md#delete-1).
For more information, see [here](io-cli.md#delete-1).

<!--REST API-->

Expand Down
4 changes: 2 additions & 2 deletions site2/website/pages/en/download.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,12 +251,12 @@ class Download extends React.Component {
<tr key={info.version}>
<th>{info.version}</th>
<td>
<a href={info.binArchiveUrl}>apache-pulsar-{info.version}-bin-tar.gz</a> &nbsp;
<a href={info.binArchiveUrl}>apache-pulsar-{info.version}-bin.tar.gz</a> &nbsp;
(<a href={`${info.binArchiveUrl}.asc`}>asc</a>,&nbsp;
<a href={`${info.binArchiveUrl}.${sha}`}>{`${sha}`}</a>)
</td>
<td>
<a href={info.srcArchiveUrl}>apache-pulsar-{info.version}-src-tar.gz</a>
<a href={info.srcArchiveUrl}>apache-pulsar-{info.version}-src.tar.gz</a>
&nbsp;
(<a href={`${info.srcArchiveUrl}.asc`}>asc</a>,&nbsp;
<a href={`${info.srcArchiveUrl}.${sha}`}>{`${sha}`}</a>)
Expand Down
1 change: 0 additions & 1 deletion site2/website/sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@
"reference-terminology",
"reference-cli-tools",
"pulsar-admin",
"reference-connector-admin",
"reference-configuration",
"reference-metrics"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ At the end of this tutorial, you will be able to:

Before connecting Pulsar to a database, we need to install Pulsar and the desired builtin connector.

For more information about how to install a standalone Pulsar and builtin connectors, see [here](standalone/#installing-pulsar).
For more information about how to install a standalone Pulsar and builtin connectors, see [here](getting-started-standalone.md/#installing-pulsar).

## Start a standalone Pulsar

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ At the end of this tutorial, you are able to:

Before connecting Pulsar to a database, you need to install Pulsar and the desired built-in connector.

For more information about **how to install a standalone Pulsar and built-in connectors**, see [here](standalone/#installing-pulsar).
For more information about **how to install a standalone Pulsar and built-in connectors**, see [here](getting-started-standalone.md/#installing-pulsar).

## Start Pulsar standalone

Expand Down
Loading

0 comments on commit 9db9605

Please sign in to comment.