Skip to content

Commit b7b72be

Browse files
author
Sean Sundberg
authored
Updates cname in mkdocs to learning-journey.cloudnativetoolkit.dev (#242)
* Updates cname in mkdocs to learning-journey.cloudnativetoolkit.dev * Adds redirect to cname host if accessed from old url * Makes all internal links relative path * Renames all pages to index.md under named path (e.g. k8s-overview.md becomes k8s-overview/index.md) - it turns out everything works better when the files are named index.md; uncovered a huge amount of broken links; also follows best practice of having an index page in every folder * Fixes spelling errors * Fixes broken links Signed-off-by: Sean Sundberg <[email protected]>
1 parent 17b6b4c commit b7b72be

File tree

289 files changed

+2422
-986
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

289 files changed

+2422
-986
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
with:
2525
personal_token: ${{ secrets.TOKEN }}
2626
publish_dir: ./public
27+
cname: learning-journey.cloudnativetoolkit.dev
2728

2829
release:
2930
needs:

cspell.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,20 @@
9494
"clusterroles",
9595
"clusterrolebindings",
9696
"machinesets",
97-
"CICD"
97+
"CICD",
98+
"maxconn",
99+
"ibmcase",
100+
"xwing",
101+
"jsonpath",
102+
"busyboxplus",
103+
"healthz",
104+
"bitnami",
105+
"localdisk",
106+
"myapp",
107+
"minikube",
108+
"Katacoda",
109+
"throughs",
110+
"devenvsetup"
98111
],
99112
// flagWords - list of words to be always considered incorrect
100113
// This is useful for offensive words and common spelling errors.
55.6 KB
Loading
161 KB
Loading
172 KB
Loading
64.4 KB
Loading
173 KB
Loading
48.6 KB
Loading
174 KB
Loading
66.5 KB
Loading

0 commit comments

Comments
 (0)