Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
gvdongen committed Mar 6, 2024
1 parent 7fcad5f commit f83324a
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 26 deletions.
4 changes: 2 additions & 2 deletions docs/concepts/deployments.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
sidebar_position: 9
sidebar_position: 10
description: ""
draft: "true"
---

# Deployments & versions
# Deployments & Versions

Visualization of the service deployment hierarchy:

Expand Down
7 changes: 7 additions & 0 deletions docs/concepts/durable_promises.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
sidebar_position: 5
description: ""
draft: "true"
---

# Durable Promises
4 changes: 2 additions & 2 deletions docs/concepts/durable_timers.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
sidebar_position: 8
sidebar_position: 6
description: ""
draft: "true"
---


# Scheduling
# Durable Timers & Scheduling

- Durable sleep
- Delayed calls
Expand Down
15 changes: 0 additions & 15 deletions docs/concepts/event_processing.mdx

This file was deleted.

4 changes: 2 additions & 2 deletions docs/concepts/integrating_external_systems.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
sidebar_position: 6
sidebar_position: 8
description: ""
draft: "true"
---


# Integrating systems
# Push vs. pull model


There are a few ways you can leverage Restate in external systems or facilitate communication between them and your Restate application.
Expand Down
2 changes: 1 addition & 1 deletion docs/concepts/invocations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ draft: "true"
---


# Invocations
# Durable RPC

Two main type of invocations: inbound invocations and service-to-service invocations.

Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/lambda_suspendable_tasks.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
sidebar_position: 5
sidebar_position: 7
description: ""
draft: "true"
---

# FaaS
# Serverless Functions

Restate works well with AWS Lambda because:
link to website page on AWS Lambda workflows and blog post
Expand Down
2 changes: 1 addition & 1 deletion docs/concepts/services_workflows_virtual_objects.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: ""
draft: "true"
---

# Building blocks
# Durable Functions, Workflows, Objects

Restate gives you some building blocks to build your application with.

Expand Down
2 changes: 1 addition & 1 deletion docs/concepts/state.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 7
sidebar_position: 9
description: ""
draft: "true"
---
Expand Down

0 comments on commit f83324a

Please sign in to comment.