Skip to content
Merged
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Hide provides containerized development environments for codebases and exposes A

A typical installation for Hide consists of 2 parts: a runtime that runs on a local or remote Docker host, and an SDK that interacts with it. Runtime is the backend system responsible for managing development containers and executing tasks. SDK is a set of APIs and toolkits designed for coding agents to interact with the codebase.

This repository contains the source code for the Hide Runtime. For more information on how to use Hide and Hide SDK, go to our documentation site: https://hide.sh
This repository contains the source code for the Hide Runtime. For more information on how to use Hide and Hide SDK, go to our documentation site: https://docs.hide.sh

## Installation

Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var rootCmd = &cobra.Command{
Use: "hide",
Long: fmt.Sprintf(`%s
%s is a headless IDE for coding agents.
`, splash, termlink.ColorLink("Hide", "https://hide.sh", "blue")),
`, splash, termlink.ColorLink("Hide", "https://docs.hide.sh", "blue")),
CompletionOptions: cobra.CompletionOptions{
HiddenDefaultCmd: true,
},
Expand Down
1 change: 1 addition & 0 deletions docs/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docs.hide.sh
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
site_name: Hide
site_url: https://hide.sh
site_url: https://docs.hide.sh
repo_url: https://github.com/hide-org/hide
repo_name: hide-org/hide
nav:
Expand Down