Files
simplex-chat/website/src/_data/docs_sidebar.json
Evgeny Poberezkin 3419ce293b website: downloads page (#3088)
* 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>
2023-09-21 09:28:12 +01:00

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"
]
}
]
}