2024-08-23 13:09:00 +01:00
|
|
|
# Skynet Wiki
|
2024-08-20 08:52:08 +01:00
|
|
|
[Wiki for Skynet][1]
|
2020-08-17 12:26:17 +01:00
|
|
|
|
2024-09-14 21:26:19 +01:00
|
|
|
|
2024-08-20 08:58:03 +01:00
|
|
|
Uses [mkdocs][2] to generate the site.
|
|
|
|
|
2024-08-20 08:52:08 +01:00
|
|
|
[1]: https://wiki.skynet.ie
|
2024-08-20 08:58:03 +01:00
|
|
|
[2]: https://www.mkdocs.org
|
2024-09-14 21:26:19 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Hooks
|
|
|
|
Run this command to set up the hooks properly so teh git information can be stored within the repo
|
|
|
|
|
|
|
|
```bash
|
|
|
|
git config --local core.hooksPath .githooks/
|
|
|
|
```
|