-
Notifications
You must be signed in to change notification settings - Fork 53
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
Change to new branding #1466
Merged
Merged
Change to new branding #1466
Changes from 1 commit
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ The website content it is deployed automatically in the `gh-pages` branch by Git | |
After cloning the repo (with submodules), just run `make serve` to test the website locally. | ||
|
||
``` | ||
$> git clone --recurse-submodule https://github.com/rancher-sandbox/cos-toolkit | ||
$> cd cos-toolkit | ||
$> git clone --recurse-submodule https://github.com/rancher/elemental-toolkit | ||
$> cd elemental-toolkit | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. since we are here.. care to update it to only |
||
$> cd docs; make serve | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
baseURL = "https://rancher-sandbox.github.io/cos-toolkit/" # for local debugging / is enough | ||
baseURL = "https://rancher.github.io/elemental-toolkit/" # for local debugging / is enough | ||
# Set canonifyUrls to true when baseURL is containing subpaths | ||
canonifyurls = true | ||
|
||
languageCode = "en-us" | ||
title = "cOS toolkit" | ||
title = "Elemental toolkit" | ||
|
||
enableRobotsTXT = true | ||
|
||
|
@@ -58,21 +58,21 @@ id = "UA-00000000-0" | |
[languages] | ||
[languages.en] | ||
title = "cOS toolkit" | ||
description = "cOS toolkit documentation website" | ||
description = "Elemental toolkit documentation website" | ||
languageName ="English" | ||
# Weight used for sorting. | ||
weight = 1 | ||
|
||
[[menu.main]] | ||
name = "Github releases" | ||
weight = 50 | ||
url = "https://github.com/rancher-sandbox/cOS-toolkit/releases" | ||
url = "https://github.com/rancher/elemental-toolkit/releases" | ||
pre = "<i class='fab fa-github'></i>" | ||
post = "" | ||
[[menu.main]] | ||
name = "Browse packages" | ||
weight = 55 | ||
url = "https://rancher-sandbox.github.io/cos-toolkit-package-browser/" | ||
url = "https://rancher.github.io/elemental-toolkit-package-browser/" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ditto |
||
pre = "<i class='fa fa-toolbox'></i>" | ||
post = "" | ||
|
||
|
@@ -115,13 +115,13 @@ version = "0.5.8" | |
|
||
# 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://rancher-sandbox.github.io/cos-toolkit/" | ||
url_latest_version = "https://rancher.github.io/elemental-toolkit/" | ||
|
||
# Repository configuration (URLs for in-page links to opening issues and suggesting changes) | ||
github_repo = "https://github.com/rancher-sandbox/cOS-toolkit" | ||
github_repo = "https://rancher.github.io/elemental-toolkit" | ||
Itxaka marked this conversation as resolved.
Show resolved
Hide resolved
|
||
# An optional link to a related project repo. For example, the sibling repository where your product code lives. | ||
github_project_repo = "https://github.com/rancher-sandbox/cOS-toolkit" | ||
github = "https://github.com/rancher-sandbox/cOS-toolkit" | ||
github_project_repo = "https://rancher.github.io/elemental-toolkit" | ||
github = "https://rancher.github.io/elemental-toolkit" | ||
Itxaka marked this conversation as resolved.
Show resolved
Hide resolved
|
||
# Specify a value here if your content directory is not in your repo's root directory | ||
github_subdir = "docs" | ||
# Uncomment this if you have a newer GitHub repo with "main" as the default branch, | ||
|
@@ -160,8 +160,8 @@ footer_about_disable = false | |
[params.ui.feedback] | ||
enable = true | ||
# 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/rancher-sandbox/cOS-toolkit/issues/new">tell us how we can improve</a>.' | ||
no = 'Sorry to hear that. Please <a href="https://github.com/rancher-sandbox/cOS-toolkit/issues/new">tell us how we can improve</a>.' | ||
yes = 'Glad to hear it! Please <a href="https://github.com/rancher/elemental-toolkit/issues/new">tell us how we can improve</a>.' | ||
no = 'Sorry to hear that. Please <a href="https://github.com/rancher/elemental-toolkit/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, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
front README have still some references to cOS-toolkit!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wow, I been searching for those and could not find. You meant the main root README.md right? 🤣