2
1
Fork 0

rename: QuickShell => Quickshell

This commit is contained in:
outfoxxed 2024-02-26 00:57:10 -08:00
parent 230f73d607
commit 5aaacb9a1e
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
5 changed files with 13 additions and 13 deletions

View file

@ -1,17 +1,17 @@
clean:
rm -rf build
rm -rf data/modules/QuickShell
rm -rf content/docs/types/QuickShell
rm -rf data/modules/QuickShell.Wayland
rm -rf content/docs/types/QuickShell.Wayland
rm -rf data/modules/Quickshell
rm -rf content/docs/types/Quickshell
rm -rf data/modules/Quickshell.Wayland
rm -rf content/docs/types/Quickshell.Wayland
typedocs: clean
cd typegen && cargo build
mkdir -p build/types/types
./typegen/target/debug/typegen gentypes ../src/core/module.md build/types/types/QuickShell.json
./typegen/target/debug/typegen gentypes ../src/wayland/module.md build/types/types/QuickShell.Wayland.json
sh -c './typegen/target/debug/typegen gendocs ../src/core/module.md data/modules/QuickShell content/docs/types/QuickShell types/* build/types/types/*'
sh -c './typegen/target/debug/typegen gendocs ../src/wayland/module.md data/modules/QuickShell.Wayland content/docs/types/QuickShell.Wayland types/* build/types/types/*'
./typegen/target/debug/typegen gentypes ../src/core/module.md build/types/types/Quickshell.json
./typegen/target/debug/typegen gentypes ../src/wayland/module.md build/types/types/Quickshell.Wayland.json
sh -c './typegen/target/debug/typegen gendocs ../src/core/module.md data/modules/Quickshell content/docs/types/Quickshell types/* build/types/types/*'
sh -c './typegen/target/debug/typegen gendocs ../src/wayland/module.md data/modules/Quickshell.Wayland content/docs/types/Quickshell.Wayland types/* build/types/types/*'
serve: typedocs
hugo server --buildDrafts --disableFastRender