From ca0da488b14788c0def693a45e36d464e76727de Mon Sep 17 00:00:00 2001 From: Rene Floor Date: Wed, 10 Sep 2025 11:07:16 +0200 Subject: [PATCH] rename docs dir --- packages/stream_core/README.md | 2 +- packages/stream_core/{docs => doc}/web_socket.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename packages/stream_core/{docs => doc}/web_socket.md (100%) diff --git a/packages/stream_core/README.md b/packages/stream_core/README.md index 63c6af1..fae5fd3 100644 --- a/packages/stream_core/README.md +++ b/packages/stream_core/README.md @@ -25,4 +25,4 @@ This package is **not designed for direct use by customers**. It acts as the fou This library does follow semantic versioning. Breaking changes may be introduced at any time without warning. We reserve the right to refactor or remove functionality without deprecation periods. However, as all our products need to depend on the same version of the core packages we want to limit breaking changes as much as possible. ## Detailed docs -* [Websocket](./docs/web_socket.md) \ No newline at end of file +* [Websocket](./doc/web_socket.md) \ No newline at end of file diff --git a/packages/stream_core/docs/web_socket.md b/packages/stream_core/doc/web_socket.md similarity index 100% rename from packages/stream_core/docs/web_socket.md rename to packages/stream_core/doc/web_socket.md