Skip to content

Commit

Permalink
docs: interim landing page (keptn#2672)
Browse files Browse the repository at this point in the history
  • Loading branch information
mowies committed Dec 18, 2023
1 parent 14b1adf commit 3248deb
Show file tree
Hide file tree
Showing 16 changed files with 350 additions and 90 deletions.
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.
File renamed without changes
File renamed without changes
Loading

0 comments on commit 3248deb

Please sign in to comment.