From dbee10adfd847ea27f373252d89cc18c81ee08ee Mon Sep 17 00:00:00 2001 From: Art Moskvin Date: Mon, 10 Feb 2025 20:17:05 +0100 Subject: [PATCH] docs: new domain --- README.md | 2 +- cmd/root.go | 2 +- docs/CNAME | 1 + mkdocs.yml | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 docs/CNAME diff --git a/README.md b/README.md index b20b3257..2adb9bf7 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 4654891b..4aae3fd5 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 00000000..80325fdb --- /dev/null +++ b/docs/CNAME @@ -0,0 +1 @@ +docs.hide.sh diff --git a/mkdocs.yml b/mkdocs.yml index b8613046..305f8e82 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: