Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions site2/docs/deploy-bare-metal.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ Once you appropriately modify the `zkServers` parameter, you can provide any oth

> ##### NOTES
>
> Since Pulsar 2.1.0 releases, Pulsar introduces [stateful function](functions-state.md) for Pulsar Functions. If you want to enable that feature,
> Since Pulsar 2.1.0 releases, Pulsar introduces [stateful function](functions-develop.md#state-storage) for Pulsar Functions. If you want to enable that feature,
> you need to enable table service on BookKeeper by doing the following setting in `conf/bookkeeper.conf` file.
>
> ```conf
Expand Down Expand Up @@ -447,7 +447,7 @@ bin/pulsar-admin functions create \
--name exclamation
```

Check if the function runs as expected by [triggering](functions-deploying.md#triggering-pulsar-functions) the function.
Check if the function runs as expected by [triggering](functions-deploy.md#triggering-pulsar-functions) the function.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Check if the function runs as expected by [triggering](functions-deploy.md#triggering-pulsar-functions) the function.
Check if the function runs as expected by [triggering](functions-deploy.md#trigger-pulsar-functions) the function.


```bash
bin/pulsar-admin functions trigger --name exclamation --trigger-value "hello world"
Expand Down
126 changes: 0 additions & 126 deletions site2/docs/functions-debugging.md

This file was deleted.

228 changes: 0 additions & 228 deletions site2/docs/functions-deploying.md

This file was deleted.