Skip to content

Commit

Permalink
Remove terraform-modules-public package (#10416)
Browse files Browse the repository at this point in the history
* Remove terraform-modules-public package

* Remove terraform library in celotool

* remove reference to deleted packages

* Update cannonical readme

* Updated phone-utils package doc
  • Loading branch information
jcortejoso authored Jul 17, 2023
1 parent 5023851 commit 2c59388
Show file tree
Hide file tree
Showing 103 changed files with 22 additions and 8,613 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,10 @@ The repository has the following packages (sub projects):
- [cli](packages/cli) - tool that uses ContractKit to interact with the Celo protocol ([docs](https://docs.celo.org/command-line-interface/introduction))
- [dev-utils](packages/dev-utils) - a utils package for use as a dev dependency
- [docs](packages/docs) - technical documentation for the Celo project ([live](https://docs.celo.org/))
- [helm-charts](packages/helm-charts) - templatized deployments of entire environments to Kubernetes clusters
- [helm-charts](packages/helm-charts) - (DEPRECATED) templatized deployments of entire environments to Kubernetes clusters. Check [celo-org/charts](https://github.com/celo-org/charts) instead.
- [protocol](packages/protocol) - identity, stability and other smart contracts for the Celo protocol ([docs](https://docs.celo.org/celo-codebase/protocol))
- [sdk](packages/sdk) - Typescript packages for interacting with Celo, including Contracts, Wallets, Crypto++
- [contractkit](packages/sdk/contractkit) - library to help developers and validators interact with the protocol and its smart contracts ([docs](https://docs.celo.org/developer-guide/contractkit))
- [terraform-modules](packages/terraform-modules) - templatized deployments of entire VM-based testnets for Google Cloud Platform
- [typescript](packages/typescript) - no README available (improve?)

Code owners for each package can be found in [.github/CODEOWNERS](.github/CODEOWNERS).
Expand Down
206 changes: 0 additions & 206 deletions packages/celotool/src/lib/terraform.ts

This file was deleted.

9 changes: 1 addition & 8 deletions packages/docs/developer-resources/utils/reference/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

### getCountryEmoji

**getCountryEmoji**(`e164PhoneNumber`: string, `countryCodePossible?`: undefined | number, `regionCodePossible?`: undefined | string): *string*
**getCountryEmoji**(`e164PhoneNumber`: string, `countryCodePossible?`: undefined | number, `regionCodePossible?`: undefined | string): *[getCountryEmoji](_getcountryemoji_.md#getcountryemoji)*

*Defined in [getCountryEmoji.ts:4](https://github.com/celo-org/celo-monorepo/blob/master/packages/sdk/phone-utils/src/getCountryEmoji.ts#L4)*

Expand All @@ -24,4 +24,4 @@ Name | Type |
`countryCodePossible?` | undefined | number |
`regionCodePossible?` | undefined | string |

**Returns:** *string*
**Returns:** *[getCountryEmoji](_getcountryemoji_.md#getcountryemoji)*
Loading

0 comments on commit 2c59388

Please sign in to comment.