squash and nuke dev

This commit is contained in:
outfoxxed 2026-02-18 02:40:40 -08:00
parent b2d43ad425
commit f26e76c114
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
93 changed files with 33827 additions and 7831 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.org](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