Skip to content
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

docs: interim landing page #2672

Merged
merged 32 commits into from
Dec 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
f19dd91
adjust color scheme to use keptn colors
mowies Dec 12, 2023
0b17de2
WIP
mowies Dec 12, 2023
3fc6b2b
WIP
mowies Dec 13, 2023
2f71d7f
new look of landing page with lots of adjustments
mowies Dec 13, 2023
a7c877d
fix htmltest errors
mowies Dec 13, 2023
ac726d7
add html cspell dictionary
mowies Dec 13, 2023
8d95a79
try adding the home.css file to the mkdocs config
mowies Dec 13, 2023
dda25cd
move images into a separate folder
mowies Dec 13, 2023
d4ba556
try adding back the site_url
mowies Dec 13, 2023
fb78a9a
add https
mowies Dec 13, 2023
63c4f5a
add dummy images to dummy index page
mowies Dec 14, 2023
e4577d3
try to fix urls, switch to pytohn 3.11
mowies Dec 14, 2023
f66a99b
try to add different assets folder
mowies Dec 14, 2023
f4d3d93
try using env variables
mowies Dec 14, 2023
39e180c
try workaround
mowies Dec 14, 2023
400b539
override full rtd docs
mowies Dec 14, 2023
0f347ff
try again
mowies Dec 14, 2023
a02eeb0
try adjusting urls
mowies Dec 14, 2023
f68bf12
try again
mowies Dec 14, 2023
89bbaa2
try again
mowies Dec 14, 2023
c258cb6
try again
mowies Dec 14, 2023
f047e76
try different url formats
mowies Dec 14, 2023
caeb502
fix cta links
mowies Dec 14, 2023
e98114c
fix some more dark mode colors
mowies Dec 14, 2023
93dd3e3
change index title
mowies Dec 14, 2023
79e14a6
update background color in dark mode slightly
mowies Dec 18, 2023
058c30a
change html override theme slightly
mowies Dec 18, 2023
a36aeaf
add ignore attributes for htmltest, fix htmltest error
mowies Dec 18, 2023
4fa3bb0
fix spelling issues
mowies Dec 18, 2023
525e522
fix spelling issues
mowies Dec 18, 2023
a5e23fa
add pip caching to docs makefile cmds
mowies Dec 18, 2023
f5f5e63
remove hyphen
mowies Dec 18, 2023
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
5 changes: 2 additions & 3 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,6 @@ Lato
lfc
Lifcycle
lifecyclekeptnsh
linecap
linejoin
linkedin
linktitle
linting
Expand Down Expand Up @@ -563,6 +561,7 @@ serrors
serviceaccount
serviceaccountspec
serviceport
setuptools
shellcheck
SHELLFLAGS
shortcode
Expand All @@ -588,7 +587,6 @@ statefultest
stdouttrace
storageclasses
storageversion
striptags
sts
stylesheet
subchart
Expand Down Expand Up @@ -658,6 +656,7 @@ vcluster
Vec
versioned
versioning
virtualenv
visualise
visualised
vkeptnmetric
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/spell-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ jobs:
cspell:software-terms/dict/softwareTerms.txt
cspell:k8s/dict/k8s.txt
cspell:golang/dict/go.txt
cspell:html/dict/html.txt
10 changes: 9 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,18 @@ version: "2"
build:
os: ubuntu-22.04
tools:
python: "3.12"
python: "3.11"
commands:
- python -m virtualenv $READTHEDOCS_VIRTUALENV_PATH
- python -m pip install --upgrade --no-cache-dir pip setuptools
- python -m pip install --upgrade --no-cache-dir mkdocs
- python -m pip install --exists-action=w --no-cache-dir -r requirements.txt
- cat mkdocs.yml
- python -m mkdocs build --clean --site-dir $READTHEDOCS_OUTPUT/html --config-file mkdocs.yml --strict

mkdocs:
configuration: mkdocs.yml
fail_on_warning: true

python:
install:
Expand Down
4 changes: 3 additions & 1 deletion docs-new/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ docs-build:
-v ${PWD}/requirements.txt:/requirements.txt \
-v ${PWD}/site:/site \
-v ${PWD}/.git:/.git \
-v ${PWD}/tmp/.pip-cache:/root/.cache/pip \
--entrypoint "" \
${MKDOCS_DOCKER_IMAGE}:${MKDOCS_DOCKER_IMAGE_VERSION} \
sh -c 'cd /; pip install -r requirements.txt -q; mkdocs build'
Expand All @@ -37,9 +38,10 @@ docs-serve:
-v ${PWD}/requirements.txt:/requirements.txt \
-v ${PWD}/site:/site \
-v ${PWD}/.git:/.git \
-v ${PWD}/tmp/.pip-cache:/root/.cache/pip \
--entrypoint "" \
${MKDOCS_DOCKER_IMAGE}:${MKDOCS_DOCKER_IMAGE_VERSION} \
sh -c 'cd /; pip install -r requirements.txt -q; mkdocs serve -a 0.0.0.0:$(PORT)'
sh -c 'cd /; pip install -r requirements.txt -q; mkdocs serve --dirty -a 0.0.0.0:$(PORT)'

.PHONY: htmltest

Expand Down
1 change: 1 addition & 0 deletions docs-new/assets/images/capabilities-01.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs-new/assets/images/capabilities-03.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs-new/assets/images/capabilities-04.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading