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

Versioned docs are referring to assets in "latest" #207

Open
jawnsy opened this issue Jun 13, 2023 · 2 comments · Fixed by #370
Open

Versioned docs are referring to assets in "latest" #207

jawnsy opened this issue Jun 13, 2023 · 2 comments · Fixed by #370

Comments

@jawnsy
Copy link
Contributor

jawnsy commented Jun 13, 2023

Our versioned docs are attempting to load an image from latest, but due to #206, it does not exist there. This is a related but separate issue, as the versioned docs should be fully self-contained (only refer to content within the same folder), otherwise, old versions of our docs can change unexpectedly.

image

jawnsy added a commit that referenced this issue Jun 13, 2023
Something is broken with our build, where mike is not correctly
updating the assets stored in latest (#206) and the versioned
docs are referring to assets in latest (#207) instead of the
assets in the same version.

To work around this for now, this change manually synchronizes
changes using:

cp -rf 2.10.13/assets/ latest/
cp -rf 2.10.13/img/ latest/
jawnsy added a commit that referenced this issue Jun 13, 2023
Something is broken with our build, where mike is not correctly
updating the assets stored in latest (#206) and the versioned
docs are referring to assets in latest (#207) instead of the
assets in the same version.

To work around this for now, this change manually synchronizes
changes using:

cp -rf 2.10.13/assets/ latest/
cp -rf 2.10.13/img/ latest/
@jawnsy
Copy link
Contributor Author

jawnsy commented Jun 13, 2023

This issue is possibly related to #81

@discdiver
Copy link
Collaborator

Mike plugin has plans to fix. My attempt was unsuccessful. Will continue to manually copy latest version to latest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants