Creation of a sample browser#175
Draft
pkbullock wants to merge 8 commits into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is an astro based site and most generated by Copilot.
References issue #86
--- Copilot Description
This pull request introduces a new Astro-based documentation/catalog site for browsing and contributing Microsoft 365 Copilot sample projects. It sets up the project structure, configuration, and core pages, and implements a dynamic sample browser with search and filter capabilities. The site reads sample metadata from a consolidated JSON file and provides contribution guidelines and stats.
The most important changes are:
Project Setup and Configuration
astro.config.mjs,package.json, and.gitignorefor build artifacts and dependencies. [1] [2] [3]Sample Data Handling
src/lib/samples.tsto read, parse, and provide utility functions for sample metadata from a consolidatedpublic/samples.jsonfile.UI Components and Pages
SampleBrowser.astroandLatestSamples.astrofor interactive browsing, searching, and filtering of samples. [1] [2]SiteLayout.astro). [1] [2]Documentation
README.mdand developer/contributor guidance inAGENTS.md. [1] [2]Miscellaneous
CLAUDE.mdreferencingAGENTS.md.