fix: fixed doc name and replaced eww with ewwii

This commit is contained in:
Byson94
2025-08-16 14:07:27 +05:30
parent c9cbc606e4
commit 882dc2bab8
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ authors = ["byson94"]
language = "en"
multilingual = false
src = "src"
title = "Ewii documentation"
title = "Ewwii documentation"
[output.html]
default-theme = "navy"

View File

@@ -46,7 +46,7 @@ enter([ // Add all defwindow inside enter. Enter is the root of the config.
Here, we are defining a window named `example`, which we then define a set of properties for. Additionally, we set the content of the window to be the text `"example content"`.
You can now open your first window by running `eww open example`! Glorious!
You can now open your first window by running `ewwii open example`! Glorious!
### `defwindow`-properties