mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-04 06:56:12 +00:00
* website: downloads page * link * website: fix h2 headers issue * website: fix sidebar issue * website: fix language changer for downloads page in navbar * update, add security assessment section --------- Co-authored-by: M Sarmad Qadeer <MSarmadQadeer@gmail.com>
40 lines
986 B
JSON
40 lines
986 B
JSON
{
|
|
"items": [
|
|
{
|
|
"menu": "Guide",
|
|
"data": [
|
|
"README.md",
|
|
"send-messages.md",
|
|
"secret-groups.md",
|
|
"chat-profiles.md",
|
|
"managing-data.md",
|
|
"audio-video-calls.md",
|
|
"privacy-security.md",
|
|
"app-settings.md",
|
|
"making-connections.md"
|
|
]
|
|
},
|
|
{
|
|
"menu": "Reference",
|
|
"data": [
|
|
"SIMPLEX.md",
|
|
"DIRECTORY.md",
|
|
"ANDROID.md",
|
|
"CLI.md",
|
|
"SQL.md",
|
|
"CONTRIBUTING.md",
|
|
"SERVER.md",
|
|
"TRANSLATIONS.md",
|
|
"WEBRTC.md",
|
|
"XFTP-SERVER.md",
|
|
"DOWNLOADS.md"
|
|
]
|
|
},
|
|
{
|
|
"menu": "Protocol",
|
|
"data": [
|
|
"simplex-chat.md"
|
|
]
|
|
}
|
|
]
|
|
} |