Skip to content

Commit

Permalink
Merge pull request #552 from czechian/web-4007-sitemap-ignore
Browse files Browse the repository at this point in the history
WEB-4007 Ignore dev version in sitemap

Reviewed-by: Nikola Čech
             https://github.com/czechian
  • Loading branch information
gdgate authored Feb 21, 2024
2 parents 9c0dbfc + a81578e commit 64ea0a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/config/production/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
version = "dev"
dirpath = "dev"
url = "/dev/"
sitemapExclude = true
[[versions]]
version = "1.13"
dirpath = "latest"
Expand Down
2 changes: 1 addition & 1 deletion docs/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2 // indirect
github.com/gooddata/gooddata-docs-theme v0.0.0-20231219150347-8d8030a5822b // indirect
github.com/gooddata/gooddata-docs-theme v0.0.0-20240221133123-7948ffa74656 // indirect
github.com/google/docsy v0.7.1 // indirect
github.com/google/docsy/dependencies v0.7.1 // indirect
github.com/twbs/bootstrap v5.3.1+incompatible // indirect
Expand Down
2 changes: 2 additions & 0 deletions docs/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ github.com/gooddata/gooddata-docs-theme v0.0.0-20231108114123-c9a40ae4f92a h1:o7
github.com/gooddata/gooddata-docs-theme v0.0.0-20231108114123-c9a40ae4f92a/go.mod h1:VVNP6Cmo+vC37RD3T/YHjyU/QdqftGY5z4G513LYyrA=
github.com/gooddata/gooddata-docs-theme v0.0.0-20231219150347-8d8030a5822b h1:a9DjtK0uc3EbaSMo8E7VMgZftfG6O6mAtOtdovhKYik=
github.com/gooddata/gooddata-docs-theme v0.0.0-20231219150347-8d8030a5822b/go.mod h1:VVNP6Cmo+vC37RD3T/YHjyU/QdqftGY5z4G513LYyrA=
github.com/gooddata/gooddata-docs-theme v0.0.0-20240221133123-7948ffa74656 h1:XGV0Yf/AzWZqIviGi6+Vb4NW9q35oupOlqqaezY1mzo=
github.com/gooddata/gooddata-docs-theme v0.0.0-20240221133123-7948ffa74656/go.mod h1:VVNP6Cmo+vC37RD3T/YHjyU/QdqftGY5z4G513LYyrA=
github.com/google/docsy v0.7.1 h1:DUriA7Nr3lJjNi9Ulev1SfiG1sUYmvyDeU4nTp7uDxY=
github.com/google/docsy v0.7.1/go.mod h1:JCmE+c+izhE0Rvzv3y+AzHhz1KdwlA9Oj5YBMklJcfc=
github.com/google/docsy/dependencies v0.7.1 h1:NbzYKJYMin2q50xdWSUzR2c9gCp7zR/XHDBcxklEcTQ=
Expand Down

0 comments on commit 64ea0a0

Please sign in to comment.