Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Cloud Native Toolkit - Developer Guide

[![Publish](https://github.com/cloud-native-toolkit/developer-guide/actions/workflows/publish.yaml/badge.svg)](https://github.com/cloud-native-toolkit/developer-guide/actions/workflows/publish.yaml)
[![Publish](https://github.com/cloud-native-toolkit/site-developer-guide/actions/workflows/publish.yaml/badge.svg)](https://github.com/cloud-native-toolkit/developer-guide/actions/workflows/publish.yaml)

[![Publish Beta](https://github.com/cloud-native-toolkit/developer-guide/actions/workflows/publish-beta.yaml/badge.svg)](https://github.com/cloud-native-toolkit/developer-guide/actions/workflows/publish-beta.yaml)
[![Publish Beta](https://github.com/cloud-native-toolkit/site-developer-guide/actions/workflows/publish-beta.yaml/badge.svg)](https://github.com/cloud-native-toolkit/developer-guide/actions/workflows/publish-beta.yaml)

![Release](https://img.shields.io/github/v/release/cloud-native-toolkit/developer-guide)
![Release](https://img.shields.io/github/v/release/cloud-native-toolkit/site-developer-guide)

[![Docker Repository on Quay](https://quay.io/repository/ibmgaragecloud/toolkit-guide/status "Docker Repository on Quay")](https://quay.io/repository/ibmgaragecloud/toolkit-guide)

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The Toolkit can be installed using a number of different approaches, but they al

## Documentation

The source for this site can be found in the [developer guide repository](https://github.com/cloud-native-toolkit/ibm-garage-developer-guide){: target=_blank}
The source for this site can be found in the [developer guide repository](https://github.com/cloud-native-toolkit/site-developer-guide){: target=_blank}

## Command Line Interface

Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
site_name: Cloud Native Toolkit
site_description: >-
The Cloud-Native Toolkit is an open-source collection of assets that enable application development and support teams to deliver business value quickly using Red Hat OpenShift or Kubernetes
site_url: https://cloudnativetoolkit.dev
site_url: https://develop.cloudnativetoolkit.dev
site_author: Cloud-Native Toolkit development team
repo_name: ""
repo_url: https://github.com/cloud-native-toolkit/developer-guide
repo_url: https://github.com/cloud-native-toolkit/site-developer-guide
docs_dir: docs
site_dir: public
edit_uri: edit/main/docs
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "developer-guide",
"version": "1.0.0",
"description": "[![Publish](https://github.com/cloud-native-toolkit/developer-guide/actions/workflows/publish.yaml/badge.svg)](https://github.com/cloud-native-toolkit/developer-guide/actions/workflows/publish.yaml)",
"description": "[![Publish](https://github.com/cloud-native-toolkit/site-developer-guide/actions/workflows/publish.yaml/badge.svg)](https://github.com/cloud-native-toolkit/developer-guide/actions/workflows/publish.yaml)",
"main": "index.js",
"directories": {
"doc": "docs"
Expand Down Expand Up @@ -31,15 +31,15 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/ibm-garage-cloud/developer-guide.git"
"url": "git+https://github.com/cloud-native-toolkit/site-developer-guide.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cloud-native-toolkit/developer-guide/issues"
"url": "https://github.com/cloud-native-toolkit/site-developer-guide/issues"
},
"homepage": "https://github.com/cloud-native-toolkit/developer-guide#readme",
"homepage": "https://github.com/cloud-native-toolkit/site-developer-guide#readme",
"devDependencies": {
"cspell": "^5.4.1",
"run-script-os": "^1.1.6"
Expand Down