Commit graph

7 commits

Author SHA1 Message Date
oatbiscuits
55a504e33a Add search functionality (#370)
This should solve #23.

This is a fully static search implementation powered by [Pagefind](https://pagefind.app/).

In terms of UI, I found and implemented a section in the sidebar for searching the documentation. It was hidden presumably waiting for implementation. It mentioned using the slash (/) key for searching, so I implemented the hotkey as well.

I made the indexing command required by Pagefind run after Eleventy finishes building using the `.after` hook.

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/370
Co-authored-by: oatbiscuits <oatbiscuits@noreply.codeberg.org>
Co-committed-by: oatbiscuits <oatbiscuits@noreply.codeberg.org>
2023-11-30 21:33:22 +00:00
Jeremy
0483a1ff6d Fix contribution_invitation.njk 2022-07-26 21:46:39 +02:00
n
ae684fbad4 Migrate to Codeberg Design Kit (#132) (#149)
TODO:
- [x] Hide navbar items on small screens
- [x] Fix `<blockquote>` rendering
- [x] Fix `<code>` rendering
- [ ] LibreJS Compatibility

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/149
Co-authored-by: n <n@noreply.codeberg.org>
Co-committed-by: n <n@noreply.codeberg.org>
2021-07-26 12:07:23 +02:00
Lucas Hinderberger
17121e0a1b Missing close tag 2020-10-05 00:43:55 +02:00
Lucas Hinderberger
7668e109a7 Contributor FAQ 2020-10-05 00:42:23 +02:00
Lucas Hinderberger
a0071b676b Removed text-align justify, added auto hypens instead 2020-08-31 15:26:06 +02:00
Lucas Hinderberger
a352313f3a Added a Contribution Invitation 2020-08-22 21:02:04 +02:00