Skip to content

Commit 48b5b0d

Browse files
authored
Merge pull request #36 from restatedev/docs
Fix docs landing page
2 parents ff4e30b + ea2fcaa commit 48b5b0d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/lib.rs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
//!
2121
//! Have a look at the following SDK capabilities:
2222
//!
23+
//! - [SDK Overview](#sdk-overview): Overview of the SDK and how to implement services, virtual objects, and workflows.
2324
//! - [Service Communication][crate::context::ContextClient]: Durable RPC and messaging between services (optionally with a delay).
2425
//! - [Journaling Results][crate::context::ContextSideEffects]: Persist results in Restate's log to avoid re-execution on retries
2526
//! - State: [read][crate::context::ContextReadState] and [write](crate::context::ContextWriteState): Store and retrieve state in Restate's key-value store
@@ -208,11 +209,7 @@
208209
//!
209210
//! For more information, have a look at the [tracing subscriber doc](https://docs.rs/tracing-subscriber/latest/tracing_subscriber/fmt/index.html#filtering-events-with-environment-variables).
210211
//!
211-
//! # References
212-
//!
213-
//! For a general overview about Restate, check out the [Restate documentation](https://docs.restate.dev).
214-
//!
215-
//! You can find more Rust examples in the [examples repo](https://github.com/restatedev/examples)
212+
//! Next, have a look at the other [SDK features](#features).
216213
//!
217214
218215
pub mod endpoint;

0 commit comments

Comments
 (0)