An open API service indexing awesome lists of open source software.

https://github.com/daytonaio/docs

Official Documentation for Daytona
https://github.com/daytonaio/docs

Last synced: 3 months ago
JSON representation

Official Documentation for Daytona

Awesome Lists containing this project

README

          

# Contents of this repository were transferred to the [Daytona](https://github.com/daytonaio/daytona) repo.




Daytona logo



[![Documentation](https://img.shields.io/github/v/release/daytonaio/docs?label=Docs&color=23cc71)](https://www.daytona.io/docs)
[![License](https://img.shields.io/badge/License-Apache--2.0-blue)](#license)
[![Issues - daytona](https://img.shields.io/github/issues/daytonaio/docs)](https://github.com/daytonaio/docs/issues)

Daytona Documentation



Daytona user and developer documentation.


Report Bug
·
Join Our Slack
·
Twitter

The Daytona Documentation is developed with Astro and Starlight.
Its core architecture leverages React, while documentation content is authored using Markdown (MDX).

## Getting Started

If Node.js or Yarn are installed and set up on your local machine, you can clone this repository and install the required dependencies and configurations:

```shell
git clone https://github.com/daytonaio/docs.git
```

```shell
yarn install
```

### Useful Commands

This repository utilizes `Yarn` to manage project dependencies and custom scripts. Below is a list of commonly used commands, defined in the `package.json`:

| Command | Action |
| :------------------------- | :-------------------------------------------------------------------------------------------------------- |
| `yarn dev` | Starts the local development server at `localhost:4321`. |
| `yarn build` | Builds the production site to the `./dist/` directory. |
| `yarn preview` | Previews the production build locally before deployment. |
| `yarn astro [command]` | Runs Astro CLI commands. |
| `yarn astro -- --help` | Displays help information for the Astro CLI. |
| `yarn update-cli-reference`| Updates the Daytona CLI reference using autogenerated CLI documentation. |
| `yarn update-search` | Updates the Daytona documentation search index. |
| `yarn update-llms` | Updates the Daytona documentation links index following the [`/llms.txt`](https://llmstxt.org/) standard. |

### Documentation Structure

The documentation is organized as `.mdx` files within the `/src/content/docs` directory.
Daytona documentation is divided into the following key sections:

- **`Home`**

Overview of Daytona's SDK interfaces and quick start instructions.

- **`Getting Started`**

Instructions for installing Daytona across various environments.

- **`Configuration`**

Guides to configuring Daytona's core options.

- **`Management`**

Practical instructions for managing Daytona sandboxes.

- **`Agent Toolbox`**

Information about the File System actions, Git Operations, the Language Server Protocol and Process & Code Execution.

## Contributing

Daytona is licensed under the [Apache License 2.0](LICENSE). If you would like to contribute to the software, you must:

1. Read the Developer Certificate of Origin Version 1.1 ()
2. Sign all commits to the Daytona project.

This ensures that users, distributors, and other contributors can rely on all the software related to Daytona being contributed under the terms of the [License](LICENSE). No contributions will be accepted without following this process.

## License

This repository contains Daytona's Documentation website, covered under the Apache License 2.0, except where noted (any Daytona logos or trademarks are not covered under the Apache License, and should be explicitly noted by a LICENSE file.)

Daytona is a product produced from this open source software, exclusively by Daytona Platforms, Inc. It is distributed under our commercial terms.

Others are allowed to make their own distribution of the software, but they cannot use any of the Daytona trademarks, cloud services, etc.

We explicitly grant permission for you to make a build that includes our trademarks while developing Daytona itself. You may not publish or share the build, and you may not use that build to run Daytona for any other purpose.

## Code of Conduct

This project has adapted the Code of Conduct from the [Contributor Covenant](https://www.contributor-covenant.org/). For more information see the [Code of Conduct](CODE_OF_CONDUCT.md) or contact [codeofconduct@daytona.io.](mailto:codeofconduct@daytona.io) with any additional questions or comments.

## Questions

If you need guidance on contributing to Daytona, talk to us on
[Slack](https://go.daytona.io/slack).