File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
# How to Contribute
2
2
3
- We'd love to see contributions from you. Please visit the [ contribution section] ( https://github.com/spinkube/documentation /blob/f4e640e7093f737e634b2a43ee2220ca7760570c/content/en/docs/contribution-guidelines/_index.md ) for more information about contributing to individual SpinKube projects and overarching documentation.
3
+ We'd love to see contributions from you. Please visit the [ contribution section] ( https://github.com/spinframework/spinkube-docs /blob/f4e640e7093f737e634b2a43ee2220ca7760570c/content/en/docs/contribution-guidelines/_index.md ) for more information about contributing to individual SpinKube projects and overarching documentation.
Original file line number Diff line number Diff line change 1
1
# spinkube.dev
2
2
3
- ![ Status badge: Deploy to Github Pages] ( https://github.com/spinkube/documentation /actions/workflows/deploy.yaml/badge.svg )
3
+ ![ Status badge: Deploy to Github Pages] ( https://github.com/spinframework/spinkube-docs /actions/workflows/deploy.yaml/badge.svg )
4
4
5
5
This project contains the source code for spinkube.dev.
6
6
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ lightly-formatted plain-text documentation is transformed into HTML through a pr
32
32
33
33
If you want to run your own local Hugo server to preview your changes as you work:
34
34
35
- 1 . Fork the [ ` spinkube/documentation ` ] ( https://github.com/spinkube/documentation ) repository on
35
+ 1 . Fork the [ ` spinframework/spinkube-docs ` ] ( https://github.com/spinframework/spinkube-docs ) repository on
36
36
GitHub.
37
37
1 . Clone your fork to your computer.
38
38
1 . Read the ` README.md ` file for instructions on how to build the site from source.
@@ -53,6 +53,6 @@ a shortcut for you:
53
53
## Filing issues
54
54
55
55
If you've found a problem in the documentation, but you're not sure how to fix it yourself, please
56
- file an issue in the [ documentation repository] ( https://github.com/spinkube/documentation /issues ) .
56
+ file an issue in the [ documentation repository] ( https://github.com/spinframework/spinkube-docs /issues ) .
57
57
You can also file an issue about a specific page by clicking the ** Create Issue** button in the top
58
58
right-hand corner of the page.
Original file line number Diff line number Diff line change 1
- module github.com/spinkube/documentation
1
+ module github.com/spinframework/spinkube-docs
2
2
3
3
go 1.22
4
4
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ version = "0.0.0"
108
108
url_latest_version = " https://spinkube.dev"
109
109
110
110
# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
111
- github_repo = " https://github.com/spinkube/documentation "
111
+ github_repo = " https://github.com/spinframework/spinkube-docs "
112
112
# An optional link to a related project repo. For example, the sibling repository where your product code lives.
113
113
github_project_repo = " https://github.com/spinkube/spin-operator"
114
114
@@ -156,7 +156,7 @@ sidebar_search_disable = true
156
156
enable = true
157
157
# The responses that the user sees after clicking "yes" (the page was helpful) or "no" (the page was not helpful).
158
158
yes = ' Glad to hear it!'
159
- no = ' Sorry to hear that. Please <a href="https://github.com/spinkube/documentation /issues/new">tell us how we can improve</a>.'
159
+ no = ' Sorry to hear that. Please <a href="https://github.com/spinframework/spinkube-docs /issues/new">tell us how we can improve</a>.'
160
160
161
161
# Adds a reading time to the top of each doc.
162
162
# If you want this feature, but occasionally need to remove the Reading time from a single page,
Original file line number Diff line number Diff line change 3
3
"version" : " 0.1.0" ,
4
4
"version.next" : " 0.1.1-dev.0-unreleased" ,
5
5
"description" : " Documentation website for SpinKube projects" ,
6
- "repository" : " github:spinkube/documentation " ,
6
+ "repository" : " github:spinframework/spinkube-docs " ,
7
7
"homepage" : " https://spinkube.dev" ,
8
8
"author" : " SpinKube maintainers" ,
9
9
"license" : " Apache-2.0" ,
10
- "bugs" : " https://github.com/spinkube/documentation /issues" ,
10
+ "bugs" : " https://github.com/spinframework/spinkube-docs /issues" ,
11
11
"spelling" : " cSpell:ignore HTMLTEST precheck postbuild -" ,
12
12
"scripts" : {
13
13
"_build" : " npm run _hugo-dev --" ,
You can’t perform that action at this time.
0 commit comments