Skip to content

Commit 3ad0947

Browse files
committed
improve python intro and scala web docs
1 parent 35b24b1 commit 3ad0947

File tree

41 files changed

+21
-11
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+21
-11
lines changed

docs/modules/ROOT/pages/pythonlib/intro.adoc

+9-2

docs/modules/ROOT/pages/scalalib/web-examples.adoc

+10-8

example/scalalib/web/9-todo-http4s/build.mill example/scalalib/web/3-todo-http4s/build.mill

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ object `package` extends RootModule with ScalaModule {
2121
}
2222
}
2323

24-
// This example demonstrates how to set up a simple Scala webserver
24+
// This example demonstrates how to set up a Scala webserver using the popular
25+
// https://http4s.org/[Http4S] web framework and associated libraries.
2526
// implementing the popular Todo-MVC demo application. It includes a test suite
2627
// that spins up the web server locally and makes HTTP requests against it.
2728

File renamed without changes.

0 commit comments

Comments
 (0)