From faa7786979044dd19c3d64879dbddae25dfee46d Mon Sep 17 00:00:00 2001 From: LGUG2Z Date: Sat, 13 Jul 2024 14:40:43 -0700 Subject: [PATCH] docs(mkdocs): add updates for v0.1.28 features --- README.md | 2 +- docs/cli/ahk-library.md | 12 --- docs/cli/border-implementation.md | 20 ++++ docs/cli/border-style.md | 21 ++++ docs/cli/clear-all-workspace-rules.md | 12 +++ docs/cli/clear-named-workspace-rules.md | 16 +++ docs/cli/clear-workspace-rules.md | 19 ++++ docs/cli/window-hiding-behaviour.md | 2 +- docs/common-workflows/animations.md | 25 +++++ docs/komorebi.example.json | 2 +- mkdocs.yml | 6 ++ schema.json | 130 ++++++++++++++++++++++-- 12 files changed, 242 insertions(+), 25 deletions(-) delete mode 100644 docs/cli/ahk-library.md create mode 100644 docs/cli/border-implementation.md create mode 100644 docs/cli/border-style.md create mode 100644 docs/cli/clear-all-workspace-rules.md create mode 100644 docs/cli/clear-named-workspace-rules.md create mode 100644 docs/cli/clear-workspace-rules.md create mode 100644 docs/common-workflows/animations.md diff --git a/README.md b/README.md index df6379c5..3e64de64 100644 --- a/README.md +++ b/README.md @@ -358,7 +358,7 @@ every `WindowManagerEvent` and `SocketMessage` handled by `komorebi` in a Rust c Below is a simple example of how to use `komorebi-client` in a basic Rust application. ```rust -// komorebi-client = { git = "https://github.com/LGUG2Z/komorebi", tag = "v0.1.25"} +// komorebi-client = { git = "https://github.com/LGUG2Z/komorebi", tag = "v0.1.28"} use anyhow::Result; use komorebi_client::Notification; diff --git a/docs/cli/ahk-library.md b/docs/cli/ahk-library.md deleted file mode 100644 index bae05042..00000000 --- a/docs/cli/ahk-library.md +++ /dev/null @@ -1,12 +0,0 @@ -# ahk-library - -``` -Generate a library of AutoHotKey helper functions - -Usage: komorebic.exe komorebic.exe ahk-library - -Options: - -h, --help - Print help - -``` diff --git a/docs/cli/border-implementation.md b/docs/cli/border-implementation.md new file mode 100644 index 00000000..3f955bab --- /dev/null +++ b/docs/cli/border-implementation.md @@ -0,0 +1,20 @@ +# border-implementation + +``` +Set the border implementation + +Usage: komorebic.exe border-implementation