tools,v.doc: move vlib/v/doc/ to cmd/tools/vdoc/doc/ to reduce the runtime of the CI runs, when v doc is changed (#23483)

This commit is contained in:
Delyan Angelov 2025-01-16 14:40:28 +02:00 committed by GitHub
parent c6809844bd
commit 40b574b409
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 29 additions and 29 deletions

View file

@ -188,7 +188,7 @@ tests in the main V repository, for example:
> [!NOTE]
The VDOC test vdoc_file_test.v now also supports VAUTOFIX, which is
useful, if you change anything inside cmd/tools/vdoc or vlib/v/doc/,
useful, if you change anything inside cmd/tools/vdoc,
or inside the modules that it depends on (like markdown).
After such changes, just run this command *2 times*, and commit the
resulting changes in `cmd/tools/vdoc/testdata` as well: