keptn / lifecycle-toolkit

Toolkit for cloud-native application lifecycle management
https://keptn.sh
Apache License 2.0
310 stars 122 forks source link

Keptn v1 docs no longer available #2620

Closed agardnerIT closed 10 months ago

agardnerIT commented 10 months ago
  1. Navigate to https://keptn.sh
  2. Click "Keptn v1which redirects tohttps://v1.keptn.sh`
  3. You are immediately redirected back to https://keptn.sh
sambhavgupta0705 commented 10 months ago

@agardnerIT can I work on this one.

kancherlanagaraju commented 10 months ago

@Sambhav Gupta , I think, “Keptn V1” link is useful to redirect to the landing page i.e. https://lifecycle.keptn.sh/ . I think, “Keptn V1" link may not be required in the landing page.

KeptnKeptn Keptn Kubernetes Orchestration - Supercharge Your Deployments Achieve cloud-native application lifecycle orchestration with Keptn. Enhance Kubernetes monitoring, streamline metrics ingestion, and automate deployment validation. Join the Keptn community for insights.

mowies commented 10 months ago

The old landing page not being available is the first step towards sunsetting keptn v1. The docs are still reachable though when you add /docs to the url. I'll look into it further on Monday

Cc @thisthat

thisthat commented 10 months ago

the link to Keptn v1 will be removed by December 22 when Keptn v1 will be officially EOL. For the moment, I suggest moving the URL to point towards /docs. Would that suffice for you @agardnerIT ?

mowies commented 10 months ago

Details

Change "Keptn v1" link on lifecycle.keptn.sh page to point to https://v1.keptn.sh/docs and the link text should be "Keptn v1 Docs"

If you wanna do that I can assign you @sambhavgupta0705

sambhavgupta0705 commented 10 months ago

@mowies yes I would like to do that.

sambhavgupta0705 commented 10 months ago

@mowies I am not able to find the correct documentation to host the website locally

mowies commented 10 months ago

you should be able to run the page using make server from the repo root

mowies commented 10 months ago

here is the part of the contribution guide that contains this info: https://lifecycle.keptn.sh/contribute/docs/local-building/

sambhavgupta0705 commented 10 months ago

@mowies I am getting this error while running command make server

rror: Error building site: TOCSS: failed to transform "scss/style.scss" (text/x-scss): "/src/assets/scss/style.scss:5:1": File to import not found or unreadable: bootstrap/functions. Built in 82202 ms make: *** [makefile:11: server] Error 255

mowies commented 10 months ago

are you sure that you're running make server from the docs folder? It works for me..

sambhavgupta0705 commented 10 months ago

I forked keptn.github.io project is that correct?

sambhavgupta0705 commented 10 months ago

or do need to work with docs-tooling project?

kancherlanagaraju commented 10 months ago

@sambhavgupta0705 , It worked for me on MAC : Install the Docker Desktop on your respective OS [https://lifecycle.keptn.sh/contribute/docs/local-building/] git clone https://github.com/keptn/lifecycle-toolkit.git cd lifecycle-toolkit cd docs make server http://localhost:1314

If you still face issue , lets connect via google meeting this weekend , hyderabad.pm@gmail.com

sambhavgupta0705 commented 10 months ago

Ohhh I got it where I was making the mistake. Thanks!!!!