Skip to content

Commit bae8a8e

Browse files
authored
Merge pull request ovh#3 from ovh/dev/aamstutz/clean-examples
doc: Clean commands examples + remove doc footer
2 parents 6390c1c + db57d07 commit bae8a8e

425 files changed

Lines changed: 19 additions & 436 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,13 @@ test:
1818
fmt:
1919
go fmt ./...
2020

21+
doc:
22+
go run cmd/docgen/main.go
23+
2124
release-snapshot:
2225
goreleaser release --snapshot --clean --parallelism 1
2326

2427
release:
2528
goreleaser release --clean
2629

27-
.PHONY: all wasm
30+
.PHONY: all wasm doc

doc/ovhcloud_account.md

Lines changed: 0 additions & 1 deletion

doc/ovhcloud_account_api.md

Lines changed: 0 additions & 1 deletion

doc/ovhcloud_account_api_oauth2.md

Lines changed: 0 additions & 1 deletion

doc/ovhcloud_account_api_oauth2_client.md

Lines changed: 0 additions & 1 deletion

doc/ovhcloud_account_api_oauth2_client_create.md

Lines changed: 0 additions & 1 deletion

doc/ovhcloud_account_api_oauth2_client_delete.md

Lines changed: 0 additions & 1 deletion

doc/ovhcloud_account_api_oauth2_client_edit.md

Lines changed: 0 additions & 1 deletion

doc/ovhcloud_account_api_oauth2_client_get.md

Lines changed: 0 additions & 1 deletion

doc/ovhcloud_account_api_oauth2_client_list.md

Lines changed: 0 additions & 1 deletion

0 commit comments

Comments
 (0)