diff --git a/config.toml b/config.toml index 631dbd6..5659492 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ baseURL = "/" -title = "LocalStack Docs" +title = "LocalStack for Snowflake Docs" # Language settings contentDir = "content/en" @@ -61,7 +61,7 @@ id = "UA-101988473-1" [languages] [languages.en] title = "Docs" -description = "LocalStack Documentation" +description = "LocalStack for Snowflake Documentation" languageName ="English" # Weight used for sorting. weight = 1 @@ -108,12 +108,7 @@ version = "0.0" # A link to latest version of the docs. Used in the "version-banner" partial to # point people to the main doc site. -url_latest_version = "https://localstack.cloud/docs/" - -# Repository configuration (URLs for in-page links to opening issues and suggesting changes) -github_repo = "https://github.com/localstack/docs" -# An optional link to a related project repo. For example, the sibling repository where your product code lives. -github_project_repo = "https://github.com/localstack/localstack" +url_latest_version = "https://snowflake.localstack.cloud/" # Specify a value here if your content directory is not in your repo's root directory # github_subdir = "" @@ -122,9 +117,6 @@ github_project_repo = "https://github.com/localstack/localstack" # or specify a new value if you want to reference another branch in your GitHub links github_branch= "main" -# Google Custom Search Engine ID. Remove or comment out to disable search. -# gcs_engine_id = "d72aa9b2712488cc3" - # Enable Algolia DocSearch algolia_docsearch = false @@ -211,25 +203,6 @@ enable = true # LocalStack specific configuration values latest_version = "3.1.0" -[params.localstack.cli_links] -# Configure the different download links for the cli-binary-download shortcode -[[params.localstack.cli_links.macos]] - name = "Intel (AMD64)" - url = "https://github.com/localstack/localstack-cli/releases/download/v/localstack-cli--darwin-amd64-onefile.tar.gz" - icon = "fab fa-apple" -[[params.localstack.cli_links.linux]] - name = "x86-64" - url = "https://github.com/localstack/localstack-cli/releases/download/v/localstack-cli--linux-amd64-onefile.tar.gz" - icon = "fab fa-linux" -[[params.localstack.cli_links.linux]] - name = "ARM64" - url = "https://github.com/localstack/localstack-cli/releases/download/v/localstack-cli--linux-arm64-onefile.tar.gz" - icon = "fab fa-linux" -[[params.localstack.cli_links.windows]] - name = "64-bit" - url = "https://github.com/localstack/localstack-cli/releases/download/v/localstack-cli--windows-amd64-onefile.zip" - icon = "fab fa-windows" - # hugo module configuration [module]