bravo six, going insano style
This commit is contained in:
parent
9b2ec20636
commit
7f75bba052
28 changed files with 8620 additions and 10546 deletions
66
README.md
66
README.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue