6 Commits

Author SHA1 Message Date
Stephan Behnke
268e3122ff Document CHASM (#9689)
WISOTT

Rendered:
https://github.com/temporalio/temporal/blob/stephanos/chasm-graph/docs/architecture/chasm.md
2026-04-02 22:04:42 +00:00
Stephan Behnke
648daa7d2e Define layout engine in d2 file (#9697)
## What changed?

Moved decision which d2 layout engine to use into file.

## Why?

Allows each file to pick the right layout engine for itself.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-30 17:08:45 +00:00
Yichao Yang
7e38efb7a9 Fix workflow lifecycle and matching doc diagrams (#9210)
## What changed?
- Fix issues in architecture doc diagrams

## Why?
- Fix issues in architecture doc diagrams

## How did you test it?
- [x] built
- [ ] run locally and tested manually
- [ ] covered by existing tests
- [ ] added new unit test(s)
- [ ] added new functional test(s)
2026-02-06 22:47:04 -08:00
Yichao Yang
9c51e0f57f Update history service architecture doc (#8301)
## What changed?
- Add diagram for queue processing
- Add diagram for history state transitions
- Improve history shard explanation
2025-09-10 11:37:24 -07:00
Stephan Behnke
e0b88a8127 Tweak retry documentation (#5998)
## What changed?
<!-- Describe what has changed in this PR -->

Added a diagram to the retries.md docs.

## Why?
<!-- Tell your future self why have you made these changes -->

To make it clearer what's going on.

## How did you test it?
<!-- How have you verified this change? Tested locally? Added a unit
test? Checked in staging env? -->

## Potential risks
<!-- Assuming the worst case, what can be broken when deploying this
change to production? -->

## Documentation
<!-- Have you made sure this change doesn't falsify anything currently
stated in `docs/`? If significant
new behavior is added, have you described that in `docs/`? -->

## Is hotfix candidate?
<!-- Is this PR a hotfix candidate or does it require a notification to
be sent to the broader community? (Yes/No) -->
2024-05-24 14:25:19 -07:00
Michael Snowden
676657cbf4 Reorganize docs (#5535)
## What changed?
<!-- Describe what has changed in this PR -->
I reorganized our docs into `docs/{admin,architecture,development}`.

## Why?
<!-- Tell your future self why have you made these changes -->
We discussed this internally, but I believe this is a better
segmentation for the different audiences looking at our docs. I plan on
adding more stuff to docs/admin like metrics and dynamic config docs.

## How did you test it?
<!-- How have you verified this change? Tested locally? Added a unit
test? Checked in staging env? -->
I'm mainly looking for broken links.
- I went through each markdown file in docs manually. 
- I looked through all inspection errors in the IDE.
- I looked at all references to "docs/" or "develop/" in our code.

## Potential risks
<!-- Assuming the worst case, what can be broken when deploying this
change to production? -->

## Documentation
<!-- Have you made sure this change doesn't falsify anything currently
stated in `docs/`? If significant
new behavior is added, have you described that in `docs/`? -->

## Is hotfix candidate?
<!-- Is this PR a hotfix candidate or does it require a notification to
be sent to the broader community? (Yes/No) -->
2024-03-18 23:13:02 -07:00