Skip to content
Merged
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
76 changes: 0 additions & 76 deletions docs/api/server-sent-events.md

This file was deleted.

1 change: 0 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ module.exports = {
items: [
{ label: "REST-API", to: "docs/api/rest" },
{ label: "WebSocket API", to: "docs/api/websocket" },
{ label: "Server Sent Events", to: "docs/api/server-sent-events" },
{
label: "Native App Integration",
to: "docs/api/native-app-integration",
Expand Down
1 change: 0 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ module.exports = {
API: [
"api/rest",
"api/websocket",
"api/server-sent-events",
{
type: "category",
label: "Native App Integration",
Expand Down
1 change: 0 additions & 1 deletion static/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
/docs/app_integration_setup /docs/api/native-app-integration/setup
/docs/app_integration_webview /docs/api/native-app-integration/webview
/docs/external_api_rest /docs/api/rest
/docs/external_api_server_sent_events /docs/api/server-sent-events
/docs/external_api_websocket /docs/api/websocket
/docs/internationalization_backend_localization /docs/internationalization/core
/docs/internationalization_custom_component_localization /docs/internationalization/custom_integration
Expand Down