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

Screenshots being overwritten #5127

Closed
vishalvivekm opened this issue Nov 15, 2023 · 0 comments · Fixed by #5129
Closed

Screenshots being overwritten #5127

vishalvivekm opened this issue Nov 15, 2023 · 0 comments · Fixed by #5129
Assignees
Labels
framework/graphql kind/bug Something isn't working

Comments

@vishalvivekm
Copy link
Contributor

Description

On the site, Meshery Integrations are displayed both as a collection and as individual pages (e.g. Backstage), sourced from the integrations collection in the filesystem.
Currently, the same two screenshots of the designer and visualizer are featured in the 'How it Works See It in Action' section of various individual integration pages.

workingSlides: [
    ../_images/meshmap-visualizer.png,
    ../_images/meshmap-designer.png]

A number of good-first issues are open to update the images in See It in Action section of the individual integration pages.

Issue

The frontmatter variable workingSlides , which contains references to the screenshots, is being overwritten by a workflow that runs every midnight.
As a result, new screenshots uploaded to update the old ones are being replaced, reverting back to the same two screenshots. (Example commit: be9656d).

Expected Behavior

The new screenshots capturing the latest version of the software (MeshMap) should be retained without being overwritten.

Environment:

  • Host OS:
  • Browser:

Contributor Resources and Handbook

The layer5.io website uses Gatsby, React, and GitHub Pages. Site content is found under the master branch.

Join the Layer5 Community by submitting your community member form.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
framework/graphql kind/bug Something isn't working
Development

Successfully merging a pull request may close this issue.

1 participant