Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs new structure #2900

Merged
merged 9 commits into from
Nov 27, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docusaurus/docs/iOS/basics/integration.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Integration
title: Installation
---

# Integration
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Would be nice to update the h1 (#) from # Integration to # Installation
  • Would be nice to update the text check our Integration page on the pages /chat/docs/sdk/ios/client/, /chat/docs/sdk/ios/uikit/ and /chat/docs/sdk/ios/swiftui/
  • Do we need to update the file name as well? If so, keep in mind that there are a lot of references across the docs and Readme.

Expand Down
208 changes: 96 additions & 112 deletions docusaurus/sidebars-ios.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,65 +8,80 @@
]
},
{
"UIKit": [
"uikit/uikit-overview",
"uikit/getting-started",
"Core Concepts": [
"client/llc-client-overview",
"client/offline-support",
"client/extra-data",
"client/importance-of-synchronize",
{
"Core Principles": [
"uikit/localization",
"uikit/theming",
"uikit/custom-components",
"uikit/data-formatting"
"Audio Support": [
"client/audio-support/audio-recording-and-playback-overview",
"client/audio-support/audio-recording",
"client/audio-support/audio-analysis",
"client/audio-support/audio-playback"
]
},
{
"Core Components": [
"uikit/components/channel-list",
"uikit/components/message-list",
"uikit/components/channel",
"uikit/components/thread",
"uikit/components/message",
"uikit/components/message-composer",
"uikit/components/voice-recording"
"Controllers and Delegates": [
"client/controllers/controllers-overview",
"client/controllers/connection",
"client/controllers/channels",
"client/controllers/users",
"client/controllers/messages",
"client/controllers/events"
]
},
}
]
},
{
"UIKit Components": [
"uikit/uikit-overview",
"uikit/getting-started",
"uikit/theming",
"uikit/custom-components",
{
"Views": [
"uikit/views/channel-list-item-view",
"Channel List": [
"uikit/components/channel-list",
"uikit/views/channel-list-item-view"
],
"Channel": [
"uikit/views/channel-header-view",
"uikit/views/thread-header-view",
"uikit/views/message-layout-options-resolver",
"uikit/views/avatar",
"uikit/views/reactions"
"uikit/components/channel",
{
"Message List": [
"uikit/components/message-list",
"uikit/components/thread",
"uikit/components/message",
"uikit/views/thread-header-view",
"uikit/views/message-layout-options-resolver",
"uikit/views/avatar",
"uikit/views/reactions",
"uikit/guides/customize-message-actions",
"uikit/guides/message-list-delivery-status",
"uikit/guides/customize-message-delivery-status"
],
"Message Composer": [
"uikit/components/message-composer",
"uikit/guides/working-with-attachments",
"uikit/guides/customize-message-composer",
"uikit/guides/message-composer-custom-attachments"
]
},
"uikit/components/voice-recording"
]
},
"uikit/navigation",
{
"Guides": [
"uikit/guides/customize-message-actions",
"uikit/guides/working-with-attachments",
"uikit/guides/customize-message-composer",
"uikit/guides/message-composer-custom-attachments",
"uikit/guides/message-list-delivery-status",
"uikit/guides/customize-message-delivery-status"
]
}

"uikit/localization",
"uikit/data-formatting"
]
},
{
"SwiftUI": [
"SwiftUI Components": [
"swiftui/swiftui-overview",
"swiftui/getting-started",
"swiftui/view-customizations",
{
"Core Principles": [
"swiftui/localization",
"swiftui/dependency-injection",
"swiftui/view-customizations"
]
},
{
"Channel List Components": [
"Channel List": [
"swiftui/channel-list-components/channel-list-header",
"swiftui/channel-list-components/helper-views",
"swiftui/channel-list-components/list-tap-events",
Expand All @@ -75,71 +90,51 @@
]
},
{
"Chat Channel Components": [
"Channel": [
"swiftui/chat-channel-components/overview",
"swiftui/chat-channel-components/channel-header",
"swiftui/chat-channel-components/message-list",
"swiftui/chat-channel-components/message-composer",
"swiftui/chat-channel-components/composer-commands"
{
"Message List": [
"swiftui/chat-channel-components/message-list",
"swiftui/message-components/message-display-options",
"swiftui/message-components/message-background",
"swiftui/message-components/custom-avatar",
"swiftui/message-components/attachments",
"swiftui/message-components/message-reactions",
"swiftui/message-components/message-threads",
"swiftui/message-components/inline-replies",
"swiftui/message-components/typing-indicators",
"swiftui/message-components/read-indicators"
]
},
{
"Message Composer": [
"swiftui/chat-channel-components/message-composer",
"swiftui/chat-channel-components/composer-commands"
]
}
]
},
{
"Message Components": [
"swiftui/message-components/message-display-options",
"swiftui/message-components/message-background",
"swiftui/message-components/custom-avatar",
"swiftui/message-components/attachments",
"swiftui/message-components/message-reactions",
"swiftui/message-components/message-threads",
"swiftui/message-components/inline-replies",
"swiftui/message-components/typing-indicators",
"swiftui/message-components/read-indicators"
]
},
{
"SwiftUI Cookbook": [
"swiftui/swiftui-cookbook/overview",
"swiftui/swiftui-cookbook/custom-channel-header",
"swiftui/swiftui-cookbook/custom-composer",
"swiftui/swiftui-cookbook/reactions-reordering",
"swiftui/swiftui-cookbook/list-alignment",
"swiftui/swiftui-cookbook/custom-message-list",
"swiftui/swiftui-cookbook/creating-channels"
]
}
"swiftui/localization",
"swiftui/dependency-injection"
]
},
{
"Client": [
"client/llc-client-overview",
"client/extra-data",
"client/offline-support",
"client/importance-of-synchronize",
"client/push-notifications",
"client/custom-cdn",
{
"Audio Support": [
"client/audio-support/audio-recording-and-playback-overview",
"client/audio-support/audio-recording",
"client/audio-support/audio-analysis",
"client/audio-support/audio-playback"
]
},
{
"Controllers and Delegates": [
"client/controllers/controllers-overview",
"client/controllers/connection",
"client/controllers/channels",
"client/controllers/users",
"client/controllers/messages",
"client/controllers/events"
]
}
"SwiftUI Cookbook": [
"swiftui/swiftui-cookbook/overview",
"swiftui/swiftui-cookbook/custom-channel-header",
"swiftui/swiftui-cookbook/custom-composer",
"swiftui/swiftui-cookbook/reactions-reordering",
"swiftui/swiftui-cookbook/list-alignment",
"swiftui/swiftui-cookbook/custom-message-list",
"swiftui/swiftui-cookbook/creating-channels"
]
},
{
"Advanced":
[
"Advanced Guides": [
"client/push-notifications",
"client/custom-cdn",
"guides/share-extension",
"advanced/assertions",
{
"Combine": [
Expand All @@ -154,20 +149,9 @@
]
},
{
"Guides": [
{
"Third Party Video": [
"guides/video-100ms",
"guides/video-agora"
]
},
{
"Major version upgrades": [
"guides/migrating-from-3-to-4",
"guides/migrating-from-1.x-and-2.x"
]
},
"guides/share-extension"
"Migration Guides": [
"guides/migrating-from-3-to-4",
"guides/migrating-from-1.x-and-2.x"
]
},
{
Expand Down
Loading