diff --git a/apps/docs/content/company/about.mdx b/apps/docs/content/company/about.mdx new file mode 100644 index 00000000..e2cbee9b --- /dev/null +++ b/apps/docs/content/company/about.mdx @@ -0,0 +1,34 @@ +--- +title: About Zerops +--- + +## Our Story + +Zerops, originally founded in 2018, began as an internal project at [vshosting.eu](https://vshosting.eu), one of the largest providers of managed hosting solutions in Central Europe. In June 2024, after a period when the project had been shut down following corporate restructuring, Zerops was re-launched as an independent startup. Now headed by the original development team and backed by strong partners, Zerops continues its mission with renewed focus and independence. + +## Technology & Infrastructure + +Zerops runs on bare metal, with the platform built from the ground up using Golang and [Incus](https://linuxcontainers.org/incus/) containerization. Our servers are currently located in Prague, Czech Republic, leveraging vshosting's state-of-the-art datacenter facilities. + +## Financial Backing & Partners + +Zerops is financially backed by established venture capital firms: +- [Presto Ventures](https://www.prestoventures.com/) - A leading Central European venture capital firm +- [Gi21 Capital](https://gi21capital.com/) - A technology-focused investment firm + +Our primary infrastructure partner is [vshosting.eu](https://vshosting.eu), which itself is part of [Contabo](https://contabo.com/en/), owned by global investment firm [KKR](https://www.kkr.com/). This strategic partnership provides Zerops with enterprise-grade infrastructure stability. + +## Looking Ahead + +We're committed to continually improving the Zerops platform with a focus on: + +- **Multiregional Deployment**: Beginning with built-in CDN capabilities, followed by the ability to run entire projects in different regions +- **Enhanced Performance**: Ongoing optimization of our container orchestration and resource management +- **Developer Experience**: Continuous improvement of our UI, CLI, and API interfaces + +## Connect With Us + +- [Discord](https://discord.com/invite/WDvCZ54) +- [X.com](https://x.com/zeropsio) +- [LinkedIn](https://www.linkedin.com/company/zerops) +- [Contact Us](mailto:team@zerops.io) \ No newline at end of file diff --git a/apps/docs/content/help/branding.mdx b/apps/docs/content/company/branding.mdx similarity index 100% rename from apps/docs/content/help/branding.mdx rename to apps/docs/content/company/branding.mdx diff --git a/apps/docs/content/features/payment.mdx b/apps/docs/content/company/payment.mdx similarity index 100% rename from apps/docs/content/features/payment.mdx rename to apps/docs/content/company/payment.mdx diff --git a/apps/docs/content/features/pricing.mdx b/apps/docs/content/company/pricing.mdx similarity index 100% rename from apps/docs/content/features/pricing.mdx rename to apps/docs/content/company/pricing.mdx diff --git a/apps/docs/content/homepage.mdx b/apps/docs/content/homepage.mdx index fa03c448..888d2c80 100644 --- a/apps/docs/content/homepage.mdx +++ b/apps/docs/content/homepage.mdx @@ -60,12 +60,9 @@ export const storages = [ ]
-# Zerops Documentation Zerops is a **developer-first Platform-as-a-Service**, running on bare metal, with every part built from scratch. Zerops aims to be the perfect mix of **developer experience**, **flexibility**, **scalability** and **affordability**, making it a great fit for applications of any size, complexity and traffic. -Currently, Zerops operates from a state-of-the-art datacenter in Prague, Czechia. Multi-region support is an active focus in our development pipeline. - ## Natively supported services ### Runtimes & web servers diff --git a/apps/docs/sidebars.js b/apps/docs/sidebars.js index dce703ff..b3b486a5 100644 --- a/apps/docs/sidebars.js +++ b/apps/docs/sidebars.js @@ -126,28 +126,6 @@ module.exports = { }, className: 'homepage-sidebar-item', }, - { - type: 'category', - link: { - type: 'doc', - id: 'features/pricing', - }, - label: 'Pricing Plans & Calculator', - customProps: { - sidebar_icon: 'currency-dollar', - }, - className: 'homepage-sidebar-item', - items: [ - { - type: 'doc', - id: 'features/payment', - label: 'Top-up & Billing', - customProps: { - exclude_from_doc_list: false, - }, - }, - ], - }, { type: 'doc', id: 'features/backup', @@ -691,51 +669,54 @@ module.exports = { }, className: 'homepage-sidebar-item', }, + { + type: 'html', + value: 'Company', + customProps: { + sidebar_is_group_divider: true, + }, + className: 'homepage-sidebar-item', + }, { type: 'doc', - id: 'help/branding', - label: 'Branding', + id: 'company/about', + label: 'About', customProps: { - sidebar_icon: 'document-text', + sidebar_icon: 'information-circle-solid', }, className: 'homepage-sidebar-item', }, { - type: 'html', - value: 'Additional resources', + type: 'category', + link: { + type: 'doc', + id: 'company/pricing', + }, + label: 'Pricing', customProps: { - sidebar_is_group_divider: true, - sidebar_is_soon: true, + sidebar_icon: 'currency-dollar', + }, + className: 'homepage-sidebar-item', + items: [ + { + type: 'doc', + id: 'company/payment', + label: 'Top-up & Billing', + customProps: { + exclude_from_doc_list: false, + }, + }, + ], + }, + { + type: 'doc', + id: 'company/branding', + label: 'Branding', + customProps: { + sidebar_icon: 'tag-solid', }, className: 'homepage-sidebar-item', }, - // { - // type: "doc", - // id: "additional-resources/utility-recipes", - // label: "Utility recipes", - // customProps: { - // sidebar_icon: "swatch", - // }, - // className: "homepage-sidebar-item", - // }, - // { - // type: "doc", - // id: "additional-resources/glossary", - // label: "Glossary", - // customProps: { - // sidebar_icon: "list-bullet", - // }, - // className: "homepage-sidebar-item", - // }, - // { - // type: "doc", - // id: "additional-resources/roadmap", - // label: "Roadmap", - // customProps: { - // sidebar_icon: "map", - // }, - // className: "homepage-sidebar-item", - // }, ], nodejs: [ {