Skip to content

Commit 71b4537

Browse files
holmofyholmofy
authored andcommitted
chore: clean up README.md by removing outdated summer-rs examples section
1 parent b912553 commit 71b4537

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,6 @@
44
[![Documentation](https://docs.rs/spring-utoipa/badge.svg)](https://docs.rs/spring-utoipa):
55
Utoipa offers compile time generated OpenAPI documentation for Rust.
66

7-
## summer-rs examples
8-
9-
These crates sit next to a [summer-rs](https://github.com/summer-rs/summer-rs) checkout (sibling directory `summer-rs/`). They are **not** members of the `summer-rs` Cargo workspace; each `Cargo.toml` pins versions and uses `path` into `../summer-rs/...`.
10-
11-
Examples for contrib plugins live next to each crate under `<crate>/examples/`:
12-
13-
- [`summer-opendal/examples/opendal-example`](summer-opendal/examples/opendal-example) — run from `summer-opendal/`: `cargo run --example opendal-example --features services-fs`
14-
- [`summer-pubsub/examples/pubsub-example`](summer-pubsub/examples/pubsub-example) — run from `summer-pubsub/`: `cargo run --example pubsub-example`
15-
- [`summer-sa-token/examples/sa-token-example`](summer-sa-token/examples/sa-token-example) — run from `summer-sa-token/`: `cargo run --example sa-token-example`
16-
17-
```shell
18-
# Layout: parent/summer-rs and parent/contrib-plugins
19-
cd contrib-plugins/summer-opendal && cargo run --example opendal-example --features services-fs
20-
```
21-
22-
For `summer-rs` workspace examples that reference contrib (e.g. `plugin-example`), clone this repo under `summer-rs/contrib-plugins`, or symlink `summer-rs/contrib-plugins``../contrib-plugins`.
23-
247
## Spring utoipa
258

269
[spring-utoipa](spring-utoipa) ingegrates

0 commit comments

Comments
 (0)