Skip to content

Commit

Permalink
Merge pull request #19 from plusserver/fix_pske_references
Browse files Browse the repository at this point in the history
changed pske references to more generic
  • Loading branch information
r3m1n0x authored Jan 23, 2024
2 parents eab74d1 + 4e677ba commit 26e2cec
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To contribute, follow these steps:
2. Clone the forked repository to your local machine using the following command:

```bash
git clone https://github.com/pluscloudopen/pske-docs.git
git clone https://github.com/plusserver/docs.git
```

3. Create a new branch to work on your changes:
Expand Down Expand Up @@ -68,7 +68,7 @@ Ref: [Developing inside a Container](https://code.visualstudio.com/docs/devconta
1. Clone the GitHub repo to your local machine by running the following command in your terminal:

```bash
git clone https://github.com/pluscloudopen/pske-docs.git
git clone https://github.com/plusserver/docs.git
```

2. Make sure you have Visual Studio Code (VSCode) installed on your machine. If you don't have it already, you can download it from the [official website](https://code.visualstudio.com/).
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/pluscloudopen/pske-docs
module github.com/plusserver/docs

go 1.19

Expand Down
34 changes: 17 additions & 17 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ disable = false
privacyEnhanced = false

[params]
copyright = "PlusServer GmbH"
copyright = "plusserver gmbh"
privacy_policy = "https://www.plusserver.com/en/privacy-policy"

# First one is picked as the Twitter card image if not set on page.
Expand All @@ -124,13 +124,13 @@ privacy_policy = "https://www.plusserver.com/en/privacy-policy"
#weight=30


# Flag used in the "version-banner" partial to decide whether to display a
# Flag used in the "version-banner" partial to decide whether to display a
# banner on every page indicating that this is an archived version of the docs.
# Set this flag to "true" if you want to display the banner.
#archived_version = false

# The version number for the version of the docs represented in this doc set.
# Used in the "version-banner" partial to display a version number for the
# Used in the "version-banner" partial to display a version number for the
# current doc set.
#version = "0.0"

Expand All @@ -139,7 +139,7 @@ privacy_policy = "https://www.plusserver.com/en/privacy-policy"
#url_latest_version = "https://example.com"

# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
github_repo = "https://github.com/pluscloudopen/pske-docs"
github_repo = "https://github.com/plusserver/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/pluscloudopen/docs"

Expand All @@ -164,7 +164,7 @@ prism_syntax_highlighting = true

# User interface configuration
[params.ui]
# Set to true to disable breadcrumb navigation.
# Set to true to disable breadcrumb navigation.
breadcrumb_disable = false
taxonomy_breadcrumb_disable = true
# Set to true to disable the About link in the site footer
Expand All @@ -187,38 +187,38 @@ ul_show = 2
[params.ui.feedback]
enable = false
# The responses that the user sees after clicking "yes" (the page was helpful) or "no" (the page was not helpful).
yes = 'Glad to hear it! Please <a href="https://github.com/pluscloudopen/pske-docs/issues/new">tell us how we can improve</a>.'
no = 'Sorry to hear that. Please <a href="https://github.com/pluscloudopen/pske-docs/issues/new">tell us how we can improve</a>.'
yes = 'Glad to hear it! Please <a href="https://github.com/plusserver/docs/issues/new">tell us how we can improve</a>.'
no = 'Sorry to hear that. Please <a href="https://github.com/plusserver/docs/issues/new">tell us how we can improve</a>.'

# Adds a reading time to the top of each doc.
# If you want this feature, but occasionally need to remove the Reading time from a single page,
# If you want this feature, but occasionally need to remove the Reading time from a single page,
# add "hide_readingtime: true" to the page's front matter
[params.ui.readingtime]
enable = true

[params.links]
# End user relevant links. These will show up on left side of footer and in the community page if you have one.
[[params.links.user]]
name = "plusserver Kubernetes Engine"
url = "https://www.plusserver.com/en/produkte/managed-kubernetes"
name = "plusserver"
url = "https://www.plusserver.com/en/"
icon = "fa-solid fa-house"
desc = "plusserver Kubernetes Engine product page"
desc = "plusserver homepage"
[[params.links.user]]
name = "GitHub"
url = "https://github.com/pluscloudopen"
url = "https://github.com/plusserver"
icon = "fab fa-github"
desc = "Development takes place here!"
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.
[[params.links.developer]]
name = "Contact"
url = "https://www.plusserver.com/en/about-us/plusserver-contact"
url = "https://www.plusserver.com/en/support/"
icon = "fa-solid fa-phone"
desc = "PlusServer GmbH Contact"
desc = "plusserver gmbh Contact"
[[params.links.developer]]
name = "Company Information"
url = "https://www.plusserver.com/en/company-information"
name = "Imprint"
url = "https://www.plusserver.com/en/imprint/"
icon = "fa-solid fa-gavel"
desc = "PlusServer GmbH Legal notice"
desc = "plusserver gmbh Legal notice"

# hugo module configuration

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 26e2cec

Please sign in to comment.