Skip to content

Commit 894ce0d

Browse files
committed
Refactored target resources
1 parent a26913d commit 894ce0d

File tree

7 files changed

+16
-56
lines changed

7 files changed

+16
-56
lines changed

.github/workflows/ci-docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
- name: Set up Hugo
2424
uses: peaceiris/actions-hugo@6e295a6a0c9087bf374299e9d67f9d2edab9f18f # v3.0.0
2525
with:
26-
hugo-version: '0.110.0'
26+
hugo-version: 'latest'
2727
extended: true
2828

2929
- name: Set up Node
3030
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
3131
with:
32-
node-version: 16
32+
node-version: 20
3333

3434
- name: Set up PostCSS
3535
run: npm install --save-dev autoprefixer postcss-cli postcss

.github/workflows/publish-docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
- name: Set up Hugo
2727
uses: peaceiris/actions-hugo@6e295a6a0c9087bf374299e9d67f9d2edab9f18f # v3.0.0
2828
with:
29-
hugo-version: '0.110.0'
29+
hugo-version: 'latest'
3030
extended: true
3131

3232
- name: Set up Node
3333
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
3434
with:
35-
node-version: 16
35+
node-version: 20
3636

3737
- name: Set up PostCSS
3838
run: npm install --save-dev autoprefixer postcss-cli postcss

config/_default/config.toml

Lines changed: 6 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ weight = 1
7777
url_latest_version = "/"
7878

7979
# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
80-
github_repo = "https://github.com/banzaicloud/koperator-docs"
80+
github_repo = "https://github.com/adobe/koperator/tree/gh-pages"
8181
# An optional link to a related project repo. For example, the sibling repository where your product code lives.
82-
github_project_repo = "https://github.com/banzaicloud/koperator"
82+
github_project_repo = "https://github.com/adobe/koperator"
8383

8484
# Specify a value here if your content directory is not in your repo's root directory
8585
# github_subdir = ""
@@ -130,39 +130,12 @@ weight = 1
130130
enable = true
131131

132132
[params.links]
133-
# End user relevant links. These will show up on left side of footer and in the community page if you have one.
134-
#[[params.links.user]]
135-
# name = "Community forum"
136-
# url = "https://community.cisco.com/t5/application-networking-and/bd-p/dev-app-networking"
137-
# icon = "fa fa-envelope"
138-
# desc = "Discussion and help from your fellow users"
139-
#[[params.links.user]]
140-
# name ="Twitter"
141-
# url = "https://twitter.com/ciscoemerge"
142-
# icon = "fab fa-twitter"
143-
# desc = "Follow us on Twitter to get the latest news!"
144-
#[[params.links.user]]
145-
# name = "Linkedin"
146-
# url = "https://linkedin.com/cisco-emerging-technologies-and-incubation"
147-
# icon = "fab fa-linkedin"
148-
# desc = "Follow us on Twitter to get the latest news!"
149-
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.
150133
[[params.links.developer]]
151134
name = "GitHub"
152-
url = "https://github.com/banzaicloud/koperator"
135+
url = "https://github.com/adobe/koperator"
153136
icon = "fab fa-github"
154137
desc = "Get involved with Koperator development"
155-
[[params.links.developer]]
156-
name = "Slack"
157-
url = "https://outshift.slack.com"
158-
icon = "fab fa-slack"
159-
desc = "Chat with the project developers"
160-
#[[params.links.developer]]
161-
# name = "Developer mailing list"
162-
# url = "https://example.org/mail"
163-
# icon = "fa fa-envelope"
164-
# desc = "Discuss development issues around the project"
165-
138+
166139
###############################################################################
167140
# Hugo - Top-level navigation (horizontal)
168141
###############################################################################
@@ -171,22 +144,13 @@ weight = 1
171144
name = "Project page"
172145
weight = -110
173146
pre = "<i class='fab fa-github pr-2'></i>"
174-
url = "https://github.com/banzaicloud/koperator"
175-
# [[menu.main]]
176-
# name = "Blog"
177-
# weight = -120
178-
# pre = "<i class='fas fa-blog pr-2'></i>"
179-
# url = "https://github.com/bank-vaults/"
147+
url = "https://github.com/adobe/koperator"
180148
[[menu.main]]
181149
name = "Documentation"
182150
weight = -100
183151
pre = "<i class='fas fa-book pr-2'></i>"
184152
url = "/docs/"
185-
[[menu.main]]
186-
name = "Community"
187-
url = "https://outshift.slack.com"
188-
pre = "<i class='fab fa-slack pr-2'></i>"
189-
weight = 150
153+
190154

191155
###############################################################################
192156
# Misc customizations

config/production/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseurl = "https://banzaicloud.github.io/koperator-docs/"
1+
baseurl = "https://opensource.adobe.com/koperator/"
22
buildDrafts = false
33
#googleAnalytics = "G-FIXME"
44

@@ -9,4 +9,4 @@ buildDrafts = false
99

1010
[params]
1111

12-
url_latest_version = "https://banzaicloud.github.io/koperator-docs/"
12+
url_latest_version = "https://opensource.adobe.com/koperator/"

content/_index.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ title: Koperator
1919
Read the Koperator documentation.
2020
{{% /blocks/feature %}}
2121

22-
{{% blocks/feature icon="fa-brands fa-github" title="Contributions welcome!" url="https://github.com/banzaicloud/koperator" %}}
23-
We do a [Pull Request](https://github.com/banzaicloud/koperator/pulls) contributions workflow on **GitHub**. New users and developers are always welcome!
22+
{{% blocks/feature icon="fa-brands fa-github" title="Contributions welcome!" url="https://github.com/adobe/koperator" %}}
23+
We do a [Pull Request](https://github.com/adobe/koperator/pulls) contributions workflow on **GitHub**. New users and developers are always welcome!
2424
{{% /blocks/feature %}}
2525

26-
{{% blocks/feature icon="fa-brands fa-slack" title="Come chat with us!" url="https://outshift.slack.com/messages/koperator" url_text="Join Slack" %}}
27-
In case you need help, you can find us on <a href="https://outshift.slack.com/messages/koperator">Slack</a>.
28-
{{% /blocks/feature %}}
29-
{{< /blocks/section >}}

content/docs/support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ weight: 800
77

88
## Community support
99

10-
If you encounter problems while using Koperator that the documentation does not address, [open an issue](https://github.com/banzaicloud/kafka-operator/issues) or talk to us in our Slack channel [#kafka-operator](https://eti.cisco.com/slack).
10+
If you encounter problems while using Koperator that the documentation does not address, [open an issue](https://github.com/adobe/koperator/issues)

content/docs/troubleshooting/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ status:
185185

186186
## Getting Support
187187

188-
If you encounter any problems that the documentation does not address, [file an issue](https://github.com/banzaicloud/koperator/issues) or talk to us on the Banzai Cloud Slack channel [#kafka-operator](https://slack.banzaicloud.io/).
188+
If you encounter any problems that the documentation does not address, [file an issue](https://github.com/adobe/koperator/issues).
189189

190190
Various [support]({{< relref "/docs/support.md">}}) channels are also available for Koperator.
191191

0 commit comments

Comments
 (0)