diff --git a/docs/content/structures/messages.md b/docs/content/structures/messages.md index 6e04f7d..bc10544 100644 --- a/docs/content/structures/messages.md +++ b/docs/content/structures/messages.md @@ -9,7 +9,7 @@ weight: 40 id | `u64` time | `i64` content | `String` - type | `String` + content_type | `String` author_id | `u64` channel_id | `u64` diff --git a/docs/readme.md b/docs/readme.md new file mode 100644 index 0000000..73b1314 --- /dev/null +++ b/docs/readme.md @@ -0,0 +1,11 @@ + # Freechat Wiki Source Code + + This directory basically contains all the required code to build the wiki page + which is found at https://freechat.shockrah.xyz + +## Printing/PDF Format + +While I don't provide a pdf format of the documentation at the moment the main +API reference is somewhat printer friendly. +If anyone wants to provide a script to provide the website in other formats +it would be greatly appreciated.