Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update the docs configurations #34

Merged
merged 2 commits into from
May 28, 2024
Merged
Changes from 1 commit
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
35 changes: 4 additions & 31 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
baseURL = "/"
title = "LocalStack Docs"
title = "LocalStack for Snowflake Docs"

# Language settings
contentDir = "content/en"
Expand Down Expand Up @@ -54,14 +54,14 @@ anchor = "smart"
[services]
[services.googleAnalytics]
# Comment out the next line to disable GA tracking. Also disables the feature described in [params.ui.feedback].
id = "UA-101988473-1"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be nice if we could track Web activity as well here over time. Do you see an issue in re-using the same token here, shouldn't GA be able to distinguish that this is coming from a different side/domain..? 🤔 (not a blocker for now, though..)

id = ""

# Language configuration

[languages]
[languages.en]
title = "Docs"
description = "LocalStack Documentation"
description = "LocalStack for Snowflake Documentation"
languageName ="English"
# Weight used for sorting.
weight = 1
Expand Down Expand Up @@ -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 = ""
Expand All @@ -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

Expand Down Expand Up @@ -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<latest-version>/localstack-cli-<latest-version>-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<latest-version>/localstack-cli-<latest-version>-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<latest-version>/localstack-cli-<latest-version>-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<latest-version>/localstack-cli-<latest-version>-windows-amd64-onefile.zip"
icon = "fab fa-windows"

# hugo module configuration

[module]
Expand Down
Loading