1
0
Fork 0
forked from Skynet/wiki
Webpage explaining membership options to Alumni members
  • CSS 57.8%
  • Nix 42.2%
Find a file
2026-03-16 18:12:53 +00:00
.forgejo/workflows fix: the vars for the ci pipelines changed 2026-03-01 18:27:01 +00:00
src feat: add commands to actually use 2026-03-16 18:12:53 +00:00
.gitattributes feat: some small changes relating to making it look better 2024-09-15 00:23:52 +01:00
.gitignore restructure 2024-08-19 22:48:10 +01:00
flake.lock fix : update alejandra , remove version 2024-08-26 20:21:04 +01:00
flake.nix feat: abandon the use of the git information in the repo itself 2025-04-24 04:45:39 +01:00
LICENSE feat: add license 2024-09-23 20:07:44 +00:00
mkdocs.yml fmt: slight improvements to mkdocs 2026-02-17 09:19:33 +00:00
README.md doc: improved the docs 2026-01-04 16:21:58 +00:00

Skynet Wiki

Wiki for Skynet

Uses mkdocs to generate the site.

Local Dev

  1. Use nix develop to setup the local env.
  2. Use mkdocs serve to run the wiki locally.
  3. Go to http://127.0.0.1:8000
    • This page will reload with changes as you make them.