kurtosis-tech / kurtosis

A platform for packaging and launching ephemeral backend stacks with a focus on approachability for the average developer.
https://docs.kurtosistech.com/
Apache License 2.0
319 stars 42 forks source link

Page not found #1238

Closed Prathiksha-Nataraja closed 9 months ago

Prathiksha-Nataraja commented 10 months ago

Where did you see the issue in our documentation?

https://docs.kurtosis.com/0.80.11/SDK

Issue description

Kurtosis SDK page not working

Screenshot 2023-09-05 at 5 28 57 PM
leeederek commented 10 months ago

Thank you for surfacing this, @Prathiksha-Nataraja! I will look into this.

mieubrisse commented 10 months ago

Verified with @leeederek that what's happening here is, Google is indexing old versions of the SDK and so folks arriving to the SDK from Google are getting stale versions that have been deleted

mieubrisse commented 10 months ago

@h4ck3rk3y , there's probably an easy fix here which is, rather than deleting the oldest X versions chronologically, keep the latest X.Y.Z, X.(Y-1).Z, X.(Y-2).Z, etc. with the highest Z version. This would let us keep less versions (hopefully breaking Algolia less) and also mean that the old versions stick around for longer

leeederek commented 9 months ago

Hey I'm not seeing this issue anymore - perhaps @h4ck3rk3y's removal of versioned docs fixed this :) closing out!