File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 21
21
- " go.sum"
22
22
- " Taskfile.ya?ml"
23
23
- " **.go"
24
- - " docsgen/**"
24
+ - " internal/ docsgen/**"
25
25
- " rpc/**"
26
26
- " mkdocs.ya?ml"
27
27
- " poetry.lock"
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ __debug_bin*
28
28
# Mkdocs
29
29
/site /
30
30
/public /
31
- /docsgen /arduino-cli
32
- /docsgen /arduino-cli.exe
31
+ /internal / docsgen /arduino-cli
32
+ /internal / docsgen /arduino-cli.exe
33
33
/docs /rpc /* .md
34
34
/docs /commands /* .md
35
35
/docs /configuration.schema.json
Original file line number Diff line number Diff line change @@ -53,12 +53,12 @@ tasks:
53
53
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/deploy-cobra-mkdocs-versioned-poetry/Taskfile.yml
54
54
go:cli-docs :
55
55
desc : Generate command line interface reference documentation
56
- dir : ./docsgen
56
+ dir : ./internal/ docsgen
57
57
cmds :
58
58
# Command examples use os.Args[0] so the docs generation binary must have the same filename as the project
59
59
- go build -o {{.PROJECT_NAME}}{{exeExt}}
60
60
# The binary is invoked like this instead of `./{{.PROJECT_NAME}}` to remove the `./` chars from the examples
61
- - PATH=. {{.PROJECT_NAME}} ../docs/commands
61
+ - PATH=. {{.PROJECT_NAME}} ../../ docs/commands
62
62
63
63
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-go-task/Taskfile.yml
64
64
go:fix :
File renamed without changes.
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ at the source:
7
7
8
8
- ** en.po** - edit the string in the source code file indicated by the comment above it <br /> e.g., a comment
9
9
` #: commands/upload/upload.go:615 ` indicates the source string is at line 615 of the file
10
- [ ` commands/upload/upload.go ` ] ( ../../commands/upload/upload.go )
10
+ [ ` commands/upload/upload.go ` ] ( ../../../ commands/upload/upload.go )
11
11
- ** All other files** - the localization is done on ** Transifex** : <br />
12
12
https://explore.transifex.com/arduino-1/arduino-cli/
You can’t perform that action at this time.
0 commit comments