Conversation
Contributor
Reviewer's GuideAdds a new VitePress-based documentation website for the Talker ecosystem, including English and Russian home pages, getting-started guides, package references, integrations, advanced guides, examples, and configuration/theme files for the docs site. Flow diagram for documentation sections and page relationshipsflowchart TD
Home_en["Home /index.md"]
Home_ru["Home /ru/index.md"]
subgraph GettingStarted_en["Getting started (en)"]
EN_installation["/getting-started/installation"]
EN_quick_start["/getting-started/quick-start"]
EN_why_talker["/getting-started/why-talker"]
end
subgraph GettingStarted_ru["Getting started (ru)"]
RU_installation["/ru/getting-started/installation"]
RU_quick_start["/ru/getting-started/quick-start"]
RU_why_talker["/ru/getting-started/why-talker"]
end
subgraph Packages_en["Packages (en)"]
EN_talker["/packages/talker"]
EN_talker_flutter["/packages/talker-flutter"]
EN_talker_logger["/packages/talker-logger"]
end
subgraph Packages_ru["Packages (ru)"]
RU_talker["/ru/packages/talker"]
RU_talker_flutter["/ru/packages/talker-flutter"]
RU_talker_logger["/ru/packages/talker-logger"]
end
subgraph Integrations_en["Integrations (en)"]
EN_dio["/integrations/dio"]
EN_http["/integrations/http"]
EN_bloc["/integrations/bloc"]
EN_riverpod["/integrations/riverpod"]
EN_chopper["/integrations/chopper"]
EN_grpc["/integrations/grpc"]
end
subgraph Integrations_ru["Integrations (ru)"]
RU_dio["/ru/integrations/dio"]
RU_http["/ru/integrations/http"]
RU_bloc["/ru/integrations/bloc"]
RU_riverpod["/ru/integrations/riverpod"]
RU_chopper["/ru/integrations/chopper"]
RU_grpc["/ru/integrations/grpc"]
end
subgraph Guides_en["Guides (en)"]
EN_custom_logs["/guides/custom-logs"]
EN_crashlytics["/guides/crashlytics"]
EN_routing["/guides/routing"]
EN_custom_errors["/guides/custom-error-messages"]
end
subgraph Guides_ru["Guides (ru)"]
RU_custom_logs["/ru/guides/custom-logs"]
RU_crashlytics["/ru/guides/crashlytics"]
RU_routing["/ru/guides/routing"]
RU_custom_errors["/ru/guides/custom-error-messages"]
end
EN_examples["/examples.md"]
RU_examples["/ru/examples.md"]
Home_en --> GettingStarted_en
Home_en --> Packages_en
Home_en --> Integrations_en
Home_en --> Guides_en
Home_en --> EN_examples
Home_ru --> GettingStarted_ru
Home_ru --> Packages_ru
Home_ru --> Integrations_ru
Home_ru --> Guides_ru
Home_ru --> RU_examples
EN_talker --> EN_custom_logs
EN_talker_flutter --> EN_custom_errors
EN_talker_flutter --> EN_routing
EN_talker --> EN_crashlytics
RU_talker --> RU_custom_logs
RU_talker_flutter --> RU_custom_errors
RU_talker_flutter --> RU_routing
RU_talker --> RU_crashlytics
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary by Sourcery
Add a VitePress-based documentation website for the Talker ecosystem with English and Russian content, including package docs, guides, integrations, and examples.
New Features:
Enhancements:
Build:
Documentation: