Skip to content

Commit bdfb20e

Browse files
authored
Merge pull request #461 from temporalio/nexus-tutorial-sync
[DO NOT MERGE] Nexus rough walkthrough
2 parents 07ba9cc + ff7c8ba commit bdfb20e

16 files changed

Lines changed: 5612 additions & 0 deletions

docs/tutorials/nexus/index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
id: nexus-tutorials
3+
sidebar_position: 1
4+
keywords: [temporal, nexus]
5+
tags: [temporal, nexus]
6+
last_update:
7+
date: 2026-03-25
8+
author: Nikolay Advolodkin
9+
title: "Nexus Tutorials"
10+
description: Learn how to decouple Temporal services with Nexus and the Java SDK
11+
image: /img/temporal-logo-twitter-card.png
12+
---
13+
14+
Learn how to decouple teams and services using Temporal Nexus.
15+
16+
import DocCardList from '@theme/DocCardList';
17+
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
18+
19+
<DocCardList items={useCurrentSidebarCategory().items}/>

docs/tutorials/nexus/sync-nexus-tutorial.md

Lines changed: 970 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 141 additions & 0 deletions
Loading
127 KB
Loading

0 commit comments

Comments
 (0)