mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
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:
parent
c6809844bd
commit
40b574b409
18 changed files with 29 additions and 29 deletions
|
@ -1,6 +1,6 @@
|
|||
module main
|
||||
|
||||
import v.doc
|
||||
import doc
|
||||
|
||||
@[inline]
|
||||
fn slug(title string) string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue