Compare commits

..

2 Commits

Author SHA1 Message Date
Bram 8a5861e251 Hotifx: redirect custom GitHub Pages URL 2024-01-24 18:29:22 +01:00
Bram db0f0ead7a Show documentation page v1 2024-01-24 18:24:45 +01:00
2 changed files with 17741 additions and 0 deletions

View File

@ -49,6 +49,8 @@ routeParser =
P.oneOf P.oneOf
[ P.top [ P.top
|> P.map Home |> P.map Home
, P.s "elm-matrix-sdk-beta"
|> P.map Home
, P.s "home" , P.s "home"
|> P.map Home |> P.map Home
, P.s "index" , P.s "index"
@ -56,6 +58,9 @@ routeParser =
, P.s "dev" , P.s "dev"
</> P.s "Main.elm" </> P.s "Main.elm"
|> P.map Home |> P.map Home
, P.s "elm-matrix-sdk-beta"
</> P.top
|> P.map Home
, P.s "object" , P.s "object"
</> P.string </> P.string
|> P.map ViewObject |> P.map ViewObject

17736
index.html Normal file

File diff suppressed because it is too large Load Diff