docs: rename opencode to OpenCode

This commit is contained in:
Jay V
2025-10-03 13:46:56 -04:00
parent 4159db4549
commit 6378e6c06f
19 changed files with 133 additions and 133 deletions

View File

@@ -1,13 +1,13 @@
---
title: Enterprise
description: Using opencode in your organization.
description: Using OpenCode in your organization.
---
import config from "../../../config.mjs"
export const email = `mailto:${config.email}`
opencode does not store any of your code or context data. This makes it easy for
you to use opencode at your organization.
OpenCode does not store any of your code or context data. This makes it easy for
you to use OpenCode at your organization.
To get started, we recommend:
@@ -18,7 +18,7 @@ To get started, we recommend:
## Trial
Since opencode is open source and does not store any of your code or context data, your developers can simply [get started](/docs/) and carry out a trial.
Since OpenCode is open source and does not store any of your code or context data, your developers can simply [get started](/docs/) and carry out a trial.
---