LGUG2Z / komorebi

A tiling window manager for Windows 🍉
https://lgug2z.github.io/komorebi/
Other
9.58k stars 198 forks source link

docs(mkdocs): add new cli docs for new windows behaviour related commands #1062

Closed alex-ds13 closed 1 month ago

alex-ds13 commented 1 month ago

Adds documentation for the new cli commands:

LGUG2Z commented 1 month ago

I hope you didn't do this by hand 😅

https://github.com/LGUG2Z/komorebi/blob/c0c3c81d69d43c4db3e3d26e674bffbfde8504e8/justfile#L44

The docgen command also prints out a yaml list which you can update here so that the new pages get added to the CLI index: https://github.com/LGUG2Z/komorebi/blob/c0c3c81d69d43c4db3e3d26e674bffbfde8504e8/mkdocs.yml#L78

alex-ds13 commented 1 month ago

I hope you didn't do this by hand 😅

I did! 😅 Oops

Didn't know about just. That just install will save me some time! lol

This means this PR is completely useless right?! I guess you update these automatically when building the release?

LGUG2Z commented 1 month ago

Since the master docs aren't getting published anywhere (deliberately for now, I think it'll only add to the confusion for new users unfortunately...) I tend to do these updates in one big commit as part of the pre-release process: https://github.com/LGUG2Z/komorebi/commit/d6ae81af13340eca4f8fbd4a381bcada988ab4e9

Will close this and make a larger commit with other new docs that need to be added (multi-monitor bars, eol features etc)