Files
simplex-chat/website/src/_data/docs_sidebar.json
T
spaced4ndy 700f6fa663 core, docs: drop message views if they exist, remove mentions in docs (#3589)
* core, docs: drop message views if they exist, remove mentions in docs

* fix migration
2023-12-24 11:13:34 +00:00

39 lines
960 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",
"CONTRIBUTING.md",
"SERVER.md",
"TRANSLATIONS.md",
"WEBRTC.md",
"XFTP-SERVER.md",
"DOWNLOADS.md"
]
},
{
"menu": "Protocol",
"data": [
"simplex-chat.md"
]
}
]
}