docs: fix broken links by adding missing READMEs (#22636)

This commit is contained in:
alexey semenyuk 2024-10-26 15:15:50 +05:00 committed by GitHub
parent 419645a045
commit bfee824860
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,3 @@
## Description
`coroutines` is a namespace for a wrapper around third party/photon.

4
vlib/db/README.md Normal file
View File

@ -0,0 +1,4 @@
## Description
`db` is a namespace that contains several useful modules
for operating with databases (SQLite, MySQL, MSQL, etc.)

3
vlib/v2/README.md Normal file
View File

@ -0,0 +1,3 @@
## Description
`v2` is a namespace containing a new version of the compiler (still in development).