diff options
author | Aylur <[email protected]> | 2024-11-12 01:22:51 +0000 |
---|---|---|
committer | Aylur <[email protected]> | 2024-11-12 01:23:13 +0000 |
commit | 17aeb9ef945848befdbce0be76ffbeffe27c24d6 (patch) | |
tree | d9ef10f45e95339d6479d975edec1104acae0191 /docs/guide/lua/theming.md | |
parent | 2a9bb96f056f25c95b330984cfe7ac484db6c9c6 (diff) |
docs: remove ags related docs
ags documentation will live on its own site
Diffstat (limited to 'docs/guide/lua/theming.md')
-rw-r--r-- | docs/guide/lua/theming.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/lua/theming.md b/docs/guide/lua/theming.md index 502e8e9..4f556fc 100644 --- a/docs/guide/lua/theming.md +++ b/docs/guide/lua/theming.md @@ -39,7 +39,7 @@ App:start({ ::: :::warning -When using relative paths, so for example `./style.css` keep in mind that they +When using relative paths, for example `./style.css` keep in mind that they will be relative to the current working directory. ::: |