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 11# How to Contribute
22
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 11# spinkube.dev
22
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 )
44
55This project contains the source code for spinkube.dev.
66
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
3232
3333If you want to run your own local Hugo server to preview your changes as you work:
3434
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
3636 GitHub.
37371 . Clone your fork to your computer.
38381 . Read the ` README.md ` file for instructions on how to build the site from source.
@@ -53,6 +53,6 @@ a shortcut for you:
5353## Filing issues
5454
5555If 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 ) .
5757You can also file an issue about a specific page by clicking the ** Create Issue** button in the top
5858right-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
22
33go 1.22
44
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ version = "0.0.0"
108108url_latest_version = " https://spinkube.dev"
109109
110110# 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 "
112112# An optional link to a related project repo. For example, the sibling repository where your product code lives.
113113github_project_repo = " https://github.com/spinkube/spin-operator"
114114
@@ -156,7 +156,7 @@ sidebar_search_disable = true
156156enable = true
157157# The responses that the user sees after clicking "yes" (the page was helpful) or "no" (the page was not helpful).
158158yes = ' 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>.'
160160
161161# Adds a reading time to the top of each doc.
162162# 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 33 "version" : " 0.1.0" ,
44 "version.next" : " 0.1.1-dev.0-unreleased" ,
55 "description" : " Documentation website for SpinKube projects" ,
6- "repository" : " github:spinkube/documentation " ,
6+ "repository" : " github:spinframework/spinkube-docs " ,
77 "homepage" : " https://spinkube.dev" ,
88 "author" : " SpinKube maintainers" ,
99 "license" : " Apache-2.0" ,
10- "bugs" : " https://github.com/spinkube/documentation /issues" ,
10+ "bugs" : " https://github.com/spinframework/spinkube-docs /issues" ,
1111 "spelling" : " cSpell:ignore HTMLTEST precheck postbuild -" ,
1212 "scripts" : {
1313 "_build" : " npm run _hugo-dev --" ,
You can’t perform that action at this time.
0 commit comments