You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/articles/devs/architecture/index.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Design patterns are covered within the main architecture documents:
22
22
23
23
## Architecture Diagram
24
24
25
-
The complete system architecture is documented in the [Architecture Diagram](../../resources/diagrams/architecture.puml), which provides a visual overview of all components and their relationships.
Copy file name to clipboardExpand all lines: docs/articles/devs/contribution_guides/index.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,21 +4,21 @@ This section provides process-focused guidance for contributing to the Hatch pro
4
4
5
5
## Overview
6
6
7
-
These guidelines focus on the contribution process, community standards, and project policies rather than technical implementation details. For technical how-to guides, see [Implementation Guides](../implementation_guides/).
7
+
These guidelines focus on the contribution process, community standards, and project policies rather than technical implementation details. For technical how-to guides, see [Implementation Guides](../implementation_guides/index.md).
8
8
9
9
## Available Guidelines
10
10
11
11
### Core Contribution Process
12
12
13
13
-**[How to Contribute](./how_to_contribute.md)** - General contribution workflow, branch naming, and submission process
14
-
-**[Release and Dependency Policy](./release_and_dependency_policy.md)** - Release management policies and dependency guidelines
14
+
-**[Release and Dependency Policy](./release_policy.md)** - Release management policies and dependency guidelines
15
15
16
16
## Before Contributing
17
17
18
-
1.**Review the Architecture** - Understand the system by reading [Architecture Documentation](../architecture/)
19
-
2.**Set Up Development Environment** - Follow [Development Environment Setup](../development_processes/development_environment_setup.md)
18
+
1.**Review the Architecture** - Understand the system by reading [Architecture Documentation](../architecture/index.md)
19
+
2.**Set Up Development Environment** - Follow [Development Environment Setup](../development_processes/developer_onboarding.md)
Hatch provides comprehensive synchronization capabilities for managing MCP configurations across environments and hosts. For hands-on learning, see [Tutorial: Environment Synchronization](tutorials/04-mcp-host-configuration/04-environment-synchronization.md) and [Tutorial: Advanced Synchronization](tutorials/04-mcp-host-configuration/05-advanced-synchronization.md).
160
-
161
157
#### Quick Examples
162
158
163
159
```bash
@@ -472,4 +468,4 @@ The system validates host names against available MCP host types:
472
468
473
469
Invalid host names result in clear error messages with available options listed.
474
470
475
-
For complete command syntax and all available options, see [CLI Reference](CLIReference.md#mcp-commands).
471
+
For complete command syntax and all available options, see [CLI Reference](CLIReference.md).
0 commit comments