Skip to content

Commit 2cf7583

Browse files
Adressing remaining comments from #1177 (#1182)
* Adressing remaining comments from #1177 Signed-off-by: Gergely Csatari <[email protected]> * Additional corrections Signed-off-by: Gergely Csatari <[email protected]> --------- Signed-off-by: Gergely Csatari <[email protected]>
1 parent a7f5458 commit 2cf7583

18 files changed

+3
-61854
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ node_modules
99
bin/
1010
__pycache__
1111
.docker
12+
documentation/resources
1213

1314
# We use sed -i.bak when doing in-line replace, because it works better cross-platform
1415
*.bak

documentation/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@ serve: copy-examples
1313
--gc
1414

1515
production-build: copy-examples
16-
git submodule update --init --recursive
1716
hugo version
1817
hugo \
1918
--minify
2019
npx -y pagefind --site public
2120

2221
preview-build: copy-examples
23-
git submodule update --init --recursive
2422
hugo \
2523
--baseURL $(DEPLOY_PRIME_URL) \
2624
--buildDrafts \

documentation/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL = "https://684fb170b24b590a22aa61e6--deluxe-horse-d10c96.netlify.app/"
1+
baseURL = "https://krm-function-catalog.netlify.app"
22
title = "kpt documentaion"
33

44
# Language settings

documentation/content/en/function-catalog/apply-replacements/v0.1/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ menu:
1717

1818
{{< listexamples >}}
1919

20-
{{< listversions >}}
21-
2220
### Overview
2321

2422
<!--mdtogo:Short-->

documentation/content/en/function-catalog/update_frontmatter.sh

Lines changed: 0 additions & 95 deletions
This file was deleted.

documentation/content/en/function-catalog/update_frontmatter_final.sh

Lines changed: 0 additions & 94 deletions
This file was deleted.

documentation/content/en/function-catalog/update_frontmatter_fixed.sh

Lines changed: 0 additions & 85 deletions
This file was deleted.

documentation/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/kptdev/docs
1+
module github.com/krm-functions-catalog/docs
22

33
go 1.24.3
44

0 commit comments

Comments
 (0)