* Fixing message field name to reflect its actualy key name
type -> content_type
This commit is contained in:
shockrah 2021-08-28 14:23:27 -07:00
parent fcd48a36a1
commit 3cf77300b6
2 changed files with 12 additions and 1 deletions

View File

@ -9,7 +9,7 @@ weight: 40
id | `u64` id | `u64`
time | `i64` time | `i64`
content | `String` content | `String`
type | `String` content_type | `String`
author_id | `u64` author_id | `u64`
channel_id | `u64` channel_id | `u64`

11
docs/readme.md Normal file
View File

@ -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.