+ Readme
* Fixing message field name to reflect its actualy key name type -> content_type
This commit is contained in:
parent
fcd48a36a1
commit
3cf77300b6
@ -9,7 +9,7 @@ weight: 40
|
||||
id | `u64`
|
||||
time | `i64`
|
||||
content | `String`
|
||||
type | `String`
|
||||
content_type | `String`
|
||||
author_id | `u64`
|
||||
channel_id | `u64`
|
||||
|
||||
|
11
docs/readme.md
Normal file
11
docs/readme.md
Normal 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.
|
Loading…
Reference in New Issue
Block a user