bravo six, going insano style

This commit is contained in:
Oleksandr 2025-11-22 05:49:00 +02:00
parent 9b2ec20636
commit 7f75bba052
Signed by: Xanazf
GPG key ID: 821EEC32761AC17C
28 changed files with 8620 additions and 10546 deletions

View file

@ -1,18 +1,62 @@
# Quickshell Docs
Quickshell Docs
===============
Documentation for [quickshell](https://git.outfoxxed.me/outfoxxed/quickshell)
Hosted version at [quickshell.outfoxxed.me](https://quickshell.outfoxxed.me)
Documentation for [quickshell](https://git.outfoxxed.me/outfoxxed/quickshell) Hosted version at [quickshell.outfoxxed.me](https://quickshell.outfoxxed.me)
Frontend rewritten by [Xanazf](https://github.com/Xanazf)
## Notes for future updates
---
Development
-----------
### Install language server attribution
> [!INFO] Yarn
>
> ```bash
> yarn dlx @yarnpkg/sdks base
> ```
======
> [!INFO] NPM
>
> ```bash
> npx @yarnpkg/sdks base
> ```
---
### Enable the language server to use yarn sdks
> [!NOTE] Example for Neovim
>
> ```lua
> {
> -- ...
> typescript = {
> -- ...
> tsdk = "./.yarn/sdks/typescript/lib",
> -- ...
> },
> -- or whatever language server you're using
> vtsls = {
> autoUseWorkspaceTsdk = true,
> }
> }
> ```
Notes for future updates
------------------------
~- improve Head~
- improve light theme
- QtQML docs search
- page metadata:
- lastUpdatedAt
- prevUpdate?
- editURL
- typedocs clearer borders between layout parts
- improve light theme
- QtQML docs search
- page metadata:
- `min_version`
- `max_version`
- `edit_URL`
- typedocs clearer borders between layout parts
- better front page styling