File tree 6 files changed +9
-0
lines changed
6 files changed +9
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/check-mkdocs-task.md
1
2
name : Check Website
2
3
3
4
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
Original file line number Diff line number Diff line change
1
+ # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/deploy-cobra-mkdocs-versioned-poetry.md
1
2
name : Deploy Website
2
3
3
4
on :
Original file line number Diff line number Diff line change @@ -226,13 +226,15 @@ tasks:
226
226
cmds :
227
227
- poetry run black .
228
228
229
+ # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/deploy-cobra-mkdocs-versioned-poetry/Taskfile.yml
229
230
docs:generate :
230
231
desc : Create all generated documentation content
231
232
deps :
232
233
- task : go:cli-docs
233
234
# Make the formatting consistent with the non-generated Markdown
234
235
- task : general:format-prettier
235
236
237
+ # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/deploy-cobra-mkdocs-versioned-poetry/Taskfile.yml
236
238
go:cli-docs :
237
239
desc : Generate command line interface reference documentation
238
240
dir : ./docsgen
@@ -242,6 +244,7 @@ tasks:
242
244
# The binary is invoked like this instead of `./{{.PROJECT_NAME}}` to remove the `./` chars from the examples
243
245
- PATH=. {{.PROJECT_NAME}} ../docs/commands
244
246
247
+ # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-mkdocs-task/Taskfile.yml
245
248
website:check :
246
249
desc : Check whether the MkDocs-based website will build
247
250
deps :
@@ -250,6 +253,7 @@ tasks:
250
253
cmds :
251
254
- poetry run mkdocs build --strict
252
255
256
+ # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-mkdocs-task/Taskfile.yml
253
257
website:serve :
254
258
desc : Run website locally
255
259
deps :
Original file line number Diff line number Diff line change
1
+ // Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/cobra/docsgen/go.mod
1
2
module github.com/arduino/arduino-lint/docsgen
2
3
3
4
go 1.16
Original file line number Diff line number Diff line change
1
+ // Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/cobra/docsgen/main.go
1
2
//
2
3
// Copyright 2020 ARDUINO SA (http://www.arduino.cc/)
3
4
//
Original file line number Diff line number Diff line change
1
+ # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/mkdocs/mkdocs.yml
1
2
# See: https://www.mkdocs.org/user-guide/configuration/
2
3
site_name : Arduino Lint
3
4
site_description : Tool to check for problems with Arduino projects
You can’t perform that action at this time.
0 commit comments