This is an automated email from the ASF dual-hosted git repository. asorokoumov pushed a commit to branch website-poc-from-asf-template in repository https://gitbox.apache.org/repos/asf/otava-website.git
commit e720ffb28a212fdadc522fa8b5bbecb60356521f Author: Alex Sorokoumov <[email protected]> AuthorDate: Sat Mar 22 17:12:31 2025 -0700 Add Community page --- docs/community.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ docusaurus.config.ts | 6 ++++++ 2 files changed, 52 insertions(+) diff --git a/docs/community.md b/docs/community.md new file mode 100644 index 0000000..8406dce --- /dev/null +++ b/docs/community.md @@ -0,0 +1,46 @@ +# Join Otava Community + +Apache Otava is an open source community and we welcome anyone who wants to participate and contribute to the project. + +## Get Involved + +There are several ways to get involved: + +- Join the discussion on our mailing list +- Report issues and suggest new features +- Contribute code or documentation +- Help other users + +## Mailing List + +**Dev/User List**: [[email protected]](mailto:[email protected]). This is a single mailing list for both general user questions and +development discussions. + +* Subscribe: send an email to [[email protected]](mailto:[email protected]) +* Unsubscribe: send an email to +[[email protected]](mailto:[email protected]) +* Archives: [https://lists.apache.org/[email protected]](https://lists.apache.org/[email protected]) + +**Commit list**: [[email protected]](mailto:[email protected]). This list tracks Apache Otava commits. + +* Subscribe: send an emailto [[email protected]](mailto:[email protected]) +* Unsubscribe: send an email to +[[email protected]](mailto:[email protected]) +* Archives: [https://lists.apache.org/[email protected]](https://lists.apache.org/[email protected]) + +## Report Issues + +Found a bug? Missing a feature? Let us know by creating an issue in our [GitHub repository](https://github.com/apache/otava/issues). + +## Contribute + +We welcome contributions! Please check our [contribution guidelines](/docs/contribute) to get started. + +## Slack + +You can also join the community on `#otava` channel in official ASF Slack. [Sign up for an ASF Slack account](https://s.apache.org/slack-invite). + +## Code of Conduct + +The Apache Otava community adheres to the [Apache Code of Conduct](https://www.apache.org/foundation/policies/conduct.html). We expect all +participants to follow these guidelines to maintain a welcoming and inclusive environment. diff --git a/docusaurus.config.ts b/docusaurus.config.ts index fb8d7e4..5c51c90 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -84,6 +84,12 @@ const config: Config = { position: "right", label: "Docs", }, + { + type: "doc", + docId: "community", + position: "right", + label: "Community", + }, { type: "dropdown", label: "ASF",
