Skip to content

feat: examples page #139

Draft
luigidenora wants to merge 4 commits into
masterfrom
feat/example-grid
Draft

feat: examples page #139
luigidenora wants to merge 4 commits into
masterfrom
feat/example-grid

Conversation

@luigidenora
Copy link
Copy Markdown
Collaborator

@luigidenora luigidenora commented Sep 9, 2025

Hi, we need more examples right now to fill the page <3

Draft integration in astro docs :

image

The process is completely automated: whenever we drop a new example in the public folder or tweak the generator script, the previews are generated automatically.

  • We need to test if the workflow can update the Git tree automatically.
 - name: Commit thumbs & manifest 
        run: |
          git config user.name "ci-bot"
          git config user.email "ci@example"
          git add public/examples src/data/examples.manifest.json
          git commit -m "chore: update example previews" || echo "no changes"
          git push || true

i also add this button to navigate easly in this examples page :

image

@luigidenora luigidenora requested a review from agargaro September 9, 2025 20:26
@luigidenora luigidenora marked this pull request as draft September 20, 2025 12:11
@sonarqubecloud
Copy link
Copy Markdown

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 this pull request may close these issues.

1 participant