Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add subscription section #166

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,13 @@ export default defineConfig({
{
label: 'Misc',
items: [
// {
// label: 'Subscription',
// link: '/misc/subscription',
// attrs: {
// icon: 'daytona.svg',
// },
// },
{
label: 'Telemetry',
link: '/misc/telemetry',
Expand Down
3 changes: 3 additions & 0 deletions src/assets/sidebar/daytona.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions src/content/docs/misc/subscription.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: Subscription
description: Learn how to manage your Daytona subscription.
---

{/* Daytona is a subscription-based platform that offers a range of features and services to help you manage your development environments.

Daytona subscriptions determine the resources available in your development environments:

- **vCPU**

Defines the processing power available for your development environments.

- **Memory (GB)**

Defines the amount of memory available for your development environments.

- **Available Usage (Hours)**

Defines the amount of available usage available for your development environments.

- **Add-on Packages**

Defines the additional packages available for your development environments. Available add-on packages: `+40 Computer Hours`, `+100,000 Tokens for API`.

Subscription can be upgraded or downgraded based on your requirements.

[Contact us](https://go.daytona.io/slack) to learn more about the subscription and how it can help you manage your development environments effectively. */}