diff --git a/README.md b/README.md index b20b325..2adb9bf 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/cmd/root.go b/cmd/root.go index 4654891..4aae3fd 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -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, }, diff --git a/docs/CNAME b/docs/CNAME new file mode 100644 index 0000000..80325fd --- /dev/null +++ b/docs/CNAME @@ -0,0 +1 @@ +docs.hide.sh diff --git a/mkdocs.yml b/mkdocs.yml index b861304..305f8e8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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: