[docs] refactor community and help pages in overview

This commit is contained in:
Keerthana
2025-06-02 18:16:58 +05:30
parent 088afe7f2a
commit 5fe0e424cd
6 changed files with 34 additions and 21 deletions

View File

@@ -9,13 +9,17 @@ export const sidebar = [
text: "Introduction",
link: "/overview/",
},
{
text: "Community",
link: "/overview/community",
},
{
text: "Contributing",
link: "/overview/contribute",
},
{
text: "Help",
link: "/overview/community",
link: "/overview/help",
},
],
},

View File

@@ -1,17 +1,10 @@
---
title: Get in touch
title: Community
description: >
Get in touch with Ente for support, stay updated, suggest new features and
join the community
Information regarding Ente's community channels
---
# Get in touch
## Support
If you have a support query that is not answered by these docs, please reach out
to our Customer Support by sending an email to
[support@ente.io](mailto:support@ente.io)
# Community
## Blog
@@ -19,12 +12,6 @@ To stay up to date with new product launches, and behind the scenes details of
how we're building Ente, you can read our [blog](https://ente.io/blog) (or
subscribe to it via [RSS](https://ente.io/blog/rss.xml))
## Suggest a feature
To suggest new features and/or offer your perspective on how we should design
planned and upcoming features, use our
[GitHub discussions](https://github.com/ente-io/ente/discussions)
## Community
Or if you'd just like to hang out, join our

View File

@@ -1,10 +1,18 @@
---
title: Contribute
description: Details about how to contribute to Ente's docs
description: Details about how to contribute to Ente
---
# Contributing
## Suggest a feature
To suggest new features and/or offer your perspective on how we should design
(planned and upcoming features), use our
[GitHub discussions](https://github.com/ente-io/ente/discussions)
## Documentation
To contribute to these docs, you can use the "Edit this page" button at the
bottom of each page. This will allow you to directly edit the markdown file that
is used to generate this documentation and open a quick pull request directly

View File

@@ -0,0 +1,13 @@
---
title: Help
description: Get help from Ente via customer support and community
---
# Help
If you encounter any issues with any of the products that's not answered by our
[documentation](/), please reach out to our Customer Support by sending an email
to [support@ente.io](mailto:support@ente.io)
For community support, please post your queries on
[Discord](https://discord.gg/z2YVKkycX3)

View File

@@ -16,8 +16,8 @@ this platform, Ente offers two products:
- **Ente Auth** - A free 2FA alternative to Authy
Both these apps are available for all desktop (Linux, Mac, Windows) and mobile
(Android, iOS and F-Droid) platforms. They also work directly in your web
browser without you needing to install anything.
(Android and iOS) platforms. They also work directly in your web browser without
you needing to install anything.
More products are in the pipeline.

View File

@@ -5,7 +5,8 @@
"dev": "vitepress dev docs",
"build": "vitepress build docs",
"preview": "vitepress preview docs",
"pretty": "prettier --write ."
"pretty": "prettier --write .",
"pretty:check": "prettier -c ."
},
"devDependencies": {
"prettier": "^3.3.4",