Skip to content

Commit b7f12a6

Browse files
drganjooFahad Zubair
andauthored
Fix Server README to remove stale warning on unstable good generation (#3658)
The Server README had a stale warning: ``` ** This is a work in progress and generates serialization/de-serialization code that is probably unusable for the time being. ``` --------- Co-authored-by: Fahad Zubair <fahadzub@amazon.com>
1 parent 4176e80 commit b7f12a6

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

CHANGELOG.next.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# message = "Fix typos in module documentation for generated crates"
1010
# references = ["smithy-rs#920"]
1111
# meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client | server | all"}
12-
# author = "rcoh"
12+
# author = "rcoh"

codegen-server/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22

33
Server-side Smithy code generator
44

5-
** This is a work in progress and generates serialization/de-serialization code that is probably unusable for the time being. **
6-
7-
[Design documentation (WIP)](https://smithy-lang.github.io/smithy-rs/)
5+
[Design documentation](https://smithy-lang.github.io/smithy-rs/design/server/overview.html)
86

97
## Project Layout
108

11-
* `codegen-server`: Server-side code generation
12-
* `codegen-server-test`: Server-side Smithy test and validation generation
9+
* `codegen-server`: Server-side code generation.
10+
* `codegen-server-test`: Server-side Smithy test and validation generation.
1311
Common commands:
1412
* `./gradlew :codegen-server-test:test` Generate code and run tests against it

0 commit comments

Comments
 (0)