Skip to content

Commit

Permalink
docs: update and bump docs to v2.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Jun 22, 2024
1 parent a2261a6 commit 6c63060
Show file tree
Hide file tree
Showing 53 changed files with 5,872 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/docs/connect/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ The `egressPolicies` section of the Domain resource handles the routing. The exa
geoInfo:
city: Durham, NC
country: USA
countryISOCode: US
countryIsoCode: US
spec:
trunkRef: trunk-01
location:
Expand All @@ -107,7 +107,7 @@ The `from-pstn` routing type outlines how a call from the PSTN connects to an Ag
geoInfo:
city: Durham, NC
country: USA
countryISOCode: US
countryIsoCode: US
spec:
trunkRef: trunk-01
location:
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/development/components/apiserver.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Numbers are used to route calls from and to the PSTN. The Numbers configuration
| `metadata.name` | A friendly name for the Number | Yes |
| `metadata.geoInfo.city` | The city where the Number is located | No |
| `metadata.geoInfo.country` | The country where the Number is located | No |
| `metadata.geoInfo.countryISOCode` | The ISO code of the country | No |
| `metadata.geoInfo.countryIsoCode` | The ISO code of the country | No |
| `spec.trunkRef` | Reference to the Trunk | Yes |
| `spec.location.telUrl` | The tel URL of the Number | Yes |
| `spec.location.aorLink` | The Address of Record (AOR) of the Number | Yes |
Expand All @@ -152,7 +152,7 @@ Filename: `numbers.yaml`
geoInfo:
city: Columbus, GA
country: USA
countryISOCode: US
countryIsoCode: US
spec:
trunkRef: trunk-01
location:
Expand Down
4 changes: 2 additions & 2 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ const config = {
lastVersion: "current",
versions: {
current: {
label: "2.0.0",
path: "2.0.0"
label: "2.11.5",
path: "2.11.5"
}
},
sidebarPath: require.resolve("./sidebars.js"),
Expand Down
3 changes: 3 additions & 0 deletions docs/versioned_docs/version-2.0.0/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Changelog

Coming soon.
36 changes: 36 additions & 0 deletions docs/versioned_docs/version-2.0.0/community.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Community

We are developing Routr in the open. These are the channels we use for communication and contribution:

- [Discord community](https://discord.com/invite/4QWgSz4hTC)
- [GitHub discussions](https://github.com/fonoster/routr/discussions)

**Twitter:** [@Fonoster](https://twitter.com/fonoster)

**Issue tracker:** Use the GitHub issue tracker for [Routr repository](https://github.com/fonoster/routr/issues) to file bugs and feature requests. If you need support or have a question, please start a discussion in GitHub or Discord rather than create an issue.

> Please do not ask individual project members for support. Use the channels above instead, where the whole community can help you and benefit from the solutions provided. Please refer to the Commercial Support section below if more than community support is required.
## Contributing

We welcome community contributions! Please see the [CONTRIBUTING.md](https://github.com/fonoster/routr/blob/main/CONTRIBUTING.md) file in the Routr repository for instructions on submitting changes. If you plan on making more elaborate or controversial changes, please discuss them on Discord or GitHub Discussions before sending a pull request.

Development: [GitHub Discussions](https://github.com/fonoster/routr/discussions) – for discussions around Routr development

## Developer Summits

We strive to be as open as possible. Technical discussions happen on Discord and GitHub Discussions; our office-hours meeting notes are public. Please subscribe to the #announcement channel in Discord for the next office-hour meeting.

## Code of Conduct

To make Routr a welcoming and harassment-free experience for everyone, we follow the [Contributor Covenant Code of Conduct](https://github.com/fonoster/routr/blob/master/CODE_OF_CONDUCT.md).

## Commercial Support

The following is a list of third-party companies and individuals who provide products or services related to Routr. Routr is an independent open-source project which does not endorse any company. This list goes down alphabetically.

[Pedro Sanders](https://github.com/psanders) (creator and maintainer)

## Acknowledgments

Routr was developed initially by [Pedro Sanders](https://github.com/psanders). [Fonoster](https://fonoster.com) and [Camanio AB](https://camanio.com) sponsored the majority of its development.
Loading

0 comments on commit 6c63060

Please sign in to comment.