Clean documentation

This commit is contained in:
Romaric Mourgues
2023-04-17 17:00:03 +02:00
parent a46c6ca0a8
commit 88bd3b2a32
80 changed files with 138 additions and 2492 deletions
+4 -99
View File
@@ -1,21 +1,17 @@
export default {
base: "/Twake/",
base: "/TDrive/",
title: "Documentation",
description: "Public API documentation",
themeConfig: {
logo: "https://twake.app/images/logo-twake.svg",
logo: "https://tdrive.app/images/logo-tdrive.svg",
sidebar: [
{
text: "Getting started",
items: [
{
text: "☀️ Welcome to Twake",
text: "☀️ Welcome to TDrive",
link: "index",
},
{
text: "⬇️ Desktop and mobile apps",
link: "download",
},
],
},
{
@@ -27,86 +23,7 @@ export default {
},
{
text: "⚙️ Server configuration",
link: "/onprem/configuration/README.md",
},
],
},
{
text: "How to use Twake",
items: [
{
text: "👋 Welcome to Twake !",
link: "/how-to-use-it/welcome",
},
{
text: "🖥 Desktop and mobile app",
link: "/how-to-use-it/desktop-and-mobile-app",
},
{
text: "🔒 Privacy and security",
link: "/how-to-use-it/privacy-security",
},
{
text: "Console",
link: "/how-to-use-it/console/README.md",
items: [
{
text: "Users",
link: "/how-to-use-it/console/users",
},
],
},
{
text: "Company & workspace",
link: "/how-to-use-it/company-and-workspace/README.md",
items: [
{
text: "Invite user",
link: "/how-to-use-it/company-and-workspace/invite-user-from-chat",
},
{
text: "Rights",
link: "/how-to-use-it/company-and-workspace/rights",
},
],
},
{
text: "Chat",
link: "/how-to-use-it/applications/how-to-use-chat/README.md",
items: [
{
text: "Channels",
link: "/how-to-use-it/applications/how-to-use-chat/channels",
},
{
text: "Message",
link: "/how-to-use-it/applications/how-to-use-chat/message",
},
],
},
{
text: "Drive",
link: "/how-to-use-it/applications/drive/README.md",
items: [
{
text: "File and folder",
link: "/how-to-use-it/applications/drive/file-and-folder",
},
{
text: "Share file with public link",
link: "/how-to-use-it/applications/drive/share-file-with-public-link",
},
],
},
{
text: "Connectors",
link: "/how-to-use-it/applications/connectors/README.md",
items: [
{
text: "n8n",
link: "/how-to-use-it/applications/connectors/n8n",
},
],
link: "/onprem/configuration/index.md",
},
],
},
@@ -132,10 +49,6 @@ export default {
text: "Applications",
link: "/internal-documentation/backend-services/applications/README.md",
},
{
text: "Channels",
link: "/internal-documentation/backend-services/channels/README.md",
},
{
text: "Documents",
link: "/internal-documentation/backend-services/documents/README.md",
@@ -148,14 +61,6 @@ export default {
text: "Tags",
link: "/internal-documentation/backend-services/tags/README.md",
},
{
text: "Knowledge graph",
link: "/internal-documentation/backend-services/knowledge-graph/README.md",
},
{
text: "Notifications",
link: "/internal-documentation/backend-services/notifications/README.md",
},
],
},