From bfee8248603cfbe4022de8364260133f90d1783b Mon Sep 17 00:00:00 2001 From: alexey semenyuk Date: Sat, 26 Oct 2024 15:15:50 +0500 Subject: [PATCH] docs: fix broken links by adding missing READMEs (#22636) --- vlib/coroutines/README.md | 3 +++ vlib/db/README.md | 4 ++++ vlib/v2/README.md | 3 +++ 3 files changed, 10 insertions(+) create mode 100644 vlib/coroutines/README.md create mode 100644 vlib/db/README.md create mode 100644 vlib/v2/README.md diff --git a/vlib/coroutines/README.md b/vlib/coroutines/README.md new file mode 100644 index 0000000000..5075e801a9 --- /dev/null +++ b/vlib/coroutines/README.md @@ -0,0 +1,3 @@ +## Description + +`coroutines` is a namespace for a wrapper around third party/photon. diff --git a/vlib/db/README.md b/vlib/db/README.md new file mode 100644 index 0000000000..ccaf9388ad --- /dev/null +++ b/vlib/db/README.md @@ -0,0 +1,4 @@ +## Description + +`db` is a namespace that contains several useful modules +for operating with databases (SQLite, MySQL, MSQL, etc.) diff --git a/vlib/v2/README.md b/vlib/v2/README.md new file mode 100644 index 0000000000..bd7a101694 --- /dev/null +++ b/vlib/v2/README.md @@ -0,0 +1,3 @@ +## Description + +`v2` is a namespace containing a new version of the compiler (still in development).