diff --git a/docs/web/site/docs.js b/docs/web/site/docs.js index 4758b76..8b404bf 100644 --- a/docs/web/site/docs.js +++ b/docs/web/site/docs.js @@ -1,3 +1,10 @@ +// This file is part of Dream, released under the MIT license. See LICENSE.md +// for details, or visit https://github.com/aantron/dream. +// +// Copyright 2021 Anton Bachin *) + + + console.log("foo"); function current_section() { diff --git a/docs/web/templates/index.html b/docs/web/templates/index.html index 32062fd..4c38317 100644 --- a/docs/web/templates/index.html +++ b/docs/web/templates/index.html @@ -1,3 +1,10 @@ + + + +
diff --git a/example/README.md b/example/README.md index 5f6b826..3851a83 100644 --- a/example/README.md +++ b/example/README.md @@ -106,6 +106,8 @@ if something is missing! — benchmarks sending WebSocket messages quickly. - [**`w-multipart-dump`**](w-multipart-dump#files) — echoes `multipart/form-data` bodies for debugging. +- [**`z-playground`**](z-playground#files) — source code of + the Dream playground.