docs: added banners and icons (#443)

* added banners and icons

* fix: formatting

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5322205174

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
Simon Hyll
2023-06-20 11:57:14 +00:00
committed by tauri-bot
parent 35b456b46d
commit 2b421a9191

View File

@@ -2,6 +2,15 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
//! [![](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/process/banner.png)](https://github.com/tauri-apps/plugins-workspace/tree/v2/plugins/process)
//!
//! This plugin provides APIs to access the current process. To spawn child processes, see the [`shell`](https://github.com/tauri-apps/tauri-plugin-shell) plugin.
#![doc(
html_logo_url = "https://github.com/tauri-apps/tauri/raw/dev/app-icon.png",
html_favicon_url = "https://github.com/tauri-apps/tauri/raw/dev/app-icon.png"
)]
use tauri::{
plugin::{Builder, TauriPlugin},
Runtime,