misc: remove the docs and examples submodules

They have not been correctly updated in lock-step for a while now.
This commit is contained in:
outfoxxed 2024-06-02 15:23:19 -07:00
parent bd504daf56
commit 7d20b472dd
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
6 changed files with 5 additions and 22 deletions

View file

@ -60,7 +60,7 @@ cannot handle random line breaks and will usually require you to disable clang-f
lines are too long.
Before submitting an MR, if adding new features please make sure the documentation is generated
reasonably using the `quickshell-docs` repo.
reasonably using the `quickshell-docs` repo. We recommend checking it out at `/docs` in this repo.
Doc comments take the form `///` or `///!` (summary) and work with markdown.
Look at existing code for how it works.