docs: Remove header image from inline docs (#2045)

This commit is contained in:
Fabian-Lars
2024-11-13 16:07:29 +01:00
committed by GitHub
parent 9741b97e8c
commit 51856e9e0a
23 changed files with 1 additions and 47 deletions
+1 -3
View File
@@ -2,9 +2,7 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
//! [![](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/websocket/banner.png)](https://github.com/tauri-apps/plugins-workspace/tree/v2/plugins/websocket)
//!
//! Expose a WebSocket server to your Tauri frontend.
//! Open a WebSocket connection using a Rust client in JS.
#![doc(
html_logo_url = "https://github.com/tauri-apps/tauri/raw/dev/app-icon.png",