Commit graph

15 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
René Wagner
d182737311 add contributors reference to README
closes #275
2023-02-14 16:52:04 +00:00
René W
b276cfcca9 Update 'README.md' 2022-07-21 16:47:59 +02:00
Jan Klippel
2e087e8c0c
Fix: typo in docker run command 2022-05-21 12:34:47 +02:00
Jan Klippel
5bdac45ee5 Create a new section documentation
Extract important articles from the now lengthy FAQ.
This helps to find the documented basics.
Move the Docs-Contributor-FAQ to the new documentation section.
2022-04-14 12:34:58 +02:00
Jan Klippel
29cae330d0 Add Dockerfile to serve documentation
Use a container to preview the documentation for those of us who cannot or do not want to install npm/nodejs on their machines.

- Add a Dockefile to create a docker image containing nodejs and the software needed to serve the documentation
- Extend README.md with the option to use the Dockerfile to preview the documentation
2022-04-14 12:34:21 +02:00
Lucas Hinderberger
7668e109a7 Contributor FAQ 2020-10-05 00:42:23 +02:00
Lucas Hinderberger
541ad779bb Integrating deploy script into npm workflow 2020-08-25 11:54:12 +02:00
Lucas Hinderberger
cfa9cbbbf5 Blending together codeberg-docs-prototype and original Codeberg/Documentation 2020-08-13 12:31:45 +02:00
codeberg.org
ec1ef2713f Organize docs 2020-08-02 17:13:08 +02:00
n
241300bd54 Move documentation from Wiki to main repo 2020-06-27 13:07:05 +09:00
buhtz
aaccae3333 Pointing directly to the Overview landing page of the wiki 2020-05-27 14:21:49 +02:00
hw
ee7c064b24 reference to documentation wiki, the README text is already part thereof 2019-12-12 15:33:56 +01:00
buhtz
701da37d30 Clone & Commit via HTTP
Simple example about how to clone and commit/push via HTTP with Username and Password.
2019-06-04 23:44:55 +02:00
Christian Buhtz
8b2fb8ebde empty README.md 2019-06-04 23:36:23 +02:00