mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 04:48:33 +07:00
Remove authors file and corresponding scripts
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
This commit is contained in:
50
AUTHORS
50
AUTHORS
@@ -1,50 +0,0 @@
|
||||
Amir Abushareb <yields@icloud.com>
|
||||
Amir Abu Shareb <yields@icloud.com>
|
||||
Bill Wang <bill.wang@myob.com>
|
||||
Bill Wang <ozbillwang@gmail.com>
|
||||
chenrui <rui@meetup.com>
|
||||
Chris Faulkner <thefaulkner@gmail.com>
|
||||
Chris Marchesi <cmarchesi@paybyphone.com>
|
||||
Daniel Ciaglia <daniel.ciaglia@kreuzwerker.de>
|
||||
Daniel Fagnan <dnfagnan@gmail.com>
|
||||
David Lewis <davlewis@starbucks.com>
|
||||
David Lewis <highwayoflife@gmail.com>
|
||||
Franklin Hu <franklin@stripe.com>
|
||||
Gavin Williams <fatmcgav@gmail.com>
|
||||
Gretchen Shelby-Dormer <gshelby@coveo.com>
|
||||
hmalphettes <hmalphettes@gmail.com>
|
||||
Hugues Malphettes <hmalphettes@gmail.com>
|
||||
Igor Souza <igordcsouza@me.com>
|
||||
Ilia Lazebnik <Ilia.lazebnik@gmail.com>
|
||||
Jacob Gillespie <jacobwgillespie@gmail.com>
|
||||
James S Perrin <james.s.perrin@manchester.ac.uk>
|
||||
JamesUoM <james.perrin@manchester.ac.uk>
|
||||
Jocelyn Giroux <jgiroux@coveo.com>
|
||||
John Boggs <john.boggs@segment.com>
|
||||
Joseph Herlant <aerostitch@debian.org>
|
||||
Josh Mahowald <josh.mahowald@code42.com>
|
||||
Joshua Bussdieker <joshua.bussdieker@mulesoft.com>
|
||||
Julien Duchesne <jduchesne@coveo.com>
|
||||
Julien Duchesne <julienduchesne@live.com>
|
||||
Khosrow Moossavi <khos2ow@gmail.com>
|
||||
Louis-Philippe Bedard <lpbedard@coveo.com>
|
||||
Martin Etmajer <martin@etmajer.com>
|
||||
Martin Etmajer <metmajer@getcloudnative.io>
|
||||
Martin Řezník <marez@microsoft.com>
|
||||
Martin Řezník <martin@yosarin.net>
|
||||
Martyn Ranyard <m@rtyn.berlin>
|
||||
Matthew Baker <mbaker@cozero.com.au>
|
||||
Matthew <mu.beta.06@gmail.com>
|
||||
Maxime VISONNEAU <maxime.visonneau@gmail.com>
|
||||
Nick Walke <nwalke@smg.com>
|
||||
Robert James Hernandez <rob@sarcasticadmin.com>
|
||||
Rui Chen <chenrui333@gmail.com>
|
||||
Sergiusz Urbaniak <sergiusz.urbaniak@gmail.com>
|
||||
sheather <admcSHx@investec.co.uk>
|
||||
Stuart Auld <sauld@cozero.com.au>
|
||||
Stuart Auld <sja@marsupialmusic.net>
|
||||
Thomas Alton <thomas.alton@gmail.com>
|
||||
Unknown <jgiroux@coveo.com>
|
||||
Vlad Ionescu <vionescu@fb.com>
|
||||
yutachaos <y_kimura@r.recruit.co.jp>
|
||||
yutaChaos <y_kimura@r.recruit.co.jp>
|
||||
4
Makefile
4
Makefile
@@ -141,10 +141,6 @@ major: release ## Prepare Major release
|
||||
####################
|
||||
## Helper targets ##
|
||||
####################
|
||||
.PHONY: authors
|
||||
authors: ## Generate Authors
|
||||
git log --all --format='%aN <%aE>' | sort -u | egrep -v noreply > AUTHORS
|
||||
|
||||
.PHONY: goimports
|
||||
goimports:
|
||||
ifeq (, $(shell which goimports))
|
||||
|
||||
29
README.md
29
README.md
@@ -8,22 +8,6 @@
|
||||
|
||||
A utility to generate documentation from Terraform modules in various output formats.
|
||||
|
||||
```bash
|
||||
terraform-docs asciidoc ./my-terraform-module # generate asciidoc table
|
||||
terraform-docs asciidoc table ./my-terraform-module # generate asciidoc table
|
||||
terraform-docs asciidoc document ./my-terraform-module # generate asciidoc document
|
||||
terraform-docs json ./my-terraform-module # generate json
|
||||
terraform-docs markdown ./my-terraform-module # generate markdown table
|
||||
terraform-docs markdown table ./my-terraform-module # generate markdown table
|
||||
terraform-docs markdown document ./my-terraform-module # generate markdown document
|
||||
terraform-docs pretty ./my-terraform-module # generate colorized pretty
|
||||
terraform-docs tfvars hcl ./my-terraform-module # generate hcl format of terraform.tfvars
|
||||
terraform-docs tfvars json ./my-terraform-module # generate json format of terraform.tfvars
|
||||
terraform-docs toml ./my-terraform-module # generate toml
|
||||
terraform-docs xml ./my-terraform-module # generate xml
|
||||
terraform-docs yaml ./my-terraform-module # generate yaml
|
||||
```
|
||||
|
||||
## Documentation
|
||||
|
||||
- **Users**
|
||||
@@ -112,13 +96,6 @@ refers to HEAD of `master` at any given point in time.
|
||||
|
||||
- Discuss terraform-docs on [Slack]
|
||||
|
||||
## Maintenance
|
||||
|
||||
This project was originally developed by [Segment] but now is no longer maintained
|
||||
by them. Instead, [Martin Etmajer] from [GetCloudnative] and [Khosrow Moossavi] from
|
||||
[CloudOps] are maintaining the project with help from these awesome [contributors].
|
||||
Note that maintainers are unaffiliated with Segment.
|
||||
|
||||
## License
|
||||
|
||||
MIT License - Copyright (c) 2021 The terraform-docs Authors.
|
||||
@@ -134,9 +111,3 @@ MIT License - Copyright (c) 2021 The terraform-docs Authors.
|
||||
[Scoop]: https://scoop.sh/
|
||||
[Chocolatey]: https://www.chocolatey.org
|
||||
[Slack]: https://slack.terraform-docs.io/
|
||||
[Segment]: https://github.com/segmentio/
|
||||
[Martin Etmajer]: https://github.com/metmajer
|
||||
[GetCloudnative]: https://github.com/getcloudnative
|
||||
[Khosrow Moossavi]: https://github.com/khos2ow
|
||||
[CloudOps]: https://github.com/cloudops
|
||||
[contributors]: AUTHORS
|
||||
|
||||
Reference in New Issue
Block a user