Skip to content

Commit

Permalink
enh: Automate the doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
smutel committed Jun 17, 2022
1 parent 491f1ae commit bc82477
Show file tree
Hide file tree
Showing 631 changed files with 52,404 additions and 6,357 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,19 @@ jobs:
go fmt netbox/*
shell: bash

- name: Go generate
run: |
cd "$(dirname $GITHUB_WORKSPACE)/src/github.com/smutel/terraform-provider-netbox"
go generate
shell: bash

- name: Commit changes
uses: EndBug/[email protected]
with:
add: 'netbox'
add: 'netbox docs'
author_name: smutel
default_author: github_actor
message: 'ci: Go fmt'
message: 'ci: Go fmt & go generate'

- name: Build
run: |
Expand Down
22 changes: 0 additions & 22 deletions docs/data-sources/dcim_platform.md

This file was deleted.

22 changes: 0 additions & 22 deletions docs/data-sources/dcim_site.md

This file was deleted.

24 changes: 0 additions & 24 deletions docs/data-sources/ipam_aggregate.md

This file was deleted.

22 changes: 0 additions & 22 deletions docs/data-sources/ipam_ip_addresses.md

This file was deleted.

22 changes: 0 additions & 22 deletions docs/data-sources/ipam_role.md

This file was deleted.

29 changes: 0 additions & 29 deletions docs/data-sources/ipam_service.md

This file was deleted.

24 changes: 0 additions & 24 deletions docs/data-sources/ipam_vlan.md

This file was deleted.

24 changes: 0 additions & 24 deletions docs/data-sources/ipam_vlan_group.md

This file was deleted.

24 changes: 0 additions & 24 deletions docs/data-sources/json_circuits_circuit_terminations_list.md

This file was deleted.

24 changes: 0 additions & 24 deletions docs/data-sources/json_circuits_circuit_types_list.md

This file was deleted.

24 changes: 0 additions & 24 deletions docs/data-sources/json_circuits_circuits_list.md

This file was deleted.

24 changes: 0 additions & 24 deletions docs/data-sources/json_circuits_provider_networks_list.md

This file was deleted.

24 changes: 0 additions & 24 deletions docs/data-sources/json_circuits_providers_list.md

This file was deleted.

24 changes: 0 additions & 24 deletions docs/data-sources/json_dcim_cables_list.md

This file was deleted.

24 changes: 0 additions & 24 deletions docs/data-sources/json_dcim_console_port_templates_list.md

This file was deleted.

Loading

0 comments on commit bc82477

Please sign in to comment.