Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
f29b88f
feat(website): rebuild site on Primer Brand design prototype
aaronpowell Aug 14, 2026
49cdb7e
fix(website): resolve accessibility violations in ported detail pages
aaronpowell Aug 14, 2026
21db471
fix(website): collapse long filter facets and unpin detail-page footer
aaronpowell Aug 14, 2026
23f8fde
fix(website): source contributor count from .all-contributorsrc
aaronpowell Aug 16, 2026
5fcbea7
Merge remote-tracking branch 'origin/main' into aaronpowell-cautious-…
aaronpowell Aug 16, 2026
6393e3f
Removing playwright-mcp files
aaronpowell Aug 17, 2026
8fc4806
fix(website): resolve article text colour inside themed scope
aaronpowell Aug 17, 2026
8807070
fix(website): drop 'In this article' TOC from resource detail pages
aaronpowell Aug 17, 2026
4238dd7
style(website): thin the sidebar scrollbar on detail pages
aaronpowell Aug 17, 2026
e78d479
fix(website): use themed link colour for markdown links in dark mode
aaronpowell Aug 17, 2026
cc3c5aa
fix(website): apply ThemeProvider to Playbook article layout so dark …
aaronpowell Aug 17, 2026
8d31163
fix(website): align raw markdown code blocks with prototype styling
aaronpowell Aug 17, 2026
31f5864
fix(website): show real contributor count on every page shell
aaronpowell Aug 17, 2026
28201bf
style(website): soften catalog filter list scrollbars
aaronpowell Aug 17, 2026
8c99585
refactor(website): remove Access from tools panel from plugins catalog
aaronpowell Aug 17, 2026
8261522
feat(website): make Copilot app deep link the default plugin install
aaronpowell Aug 17, 2026
6f43c94
fix(website): migrate markdown remark plugins to unified processor
aaronpowell Aug 17, 2026
14fc807
fix(website): fail the build when the contributor manifest is unreadable
aaronpowell Aug 17, 2026
5c50251
Fix codespell and CodeQL findings in website components
aaronpowell Aug 19, 2026
960df5c
fix(website): harden detail heading sanitization
aaronpowell Aug 19, 2026
cc02051
github-app settings
aaronpowell Aug 19, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/github-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
scripts:
- name: Generate readme
command: npm run build
- name: Run website
command: "npm run website:dev"
- name: Install dependencies
command: npm install && cd website && npm install
automation:
auto_issue_session: true
remote_control: false
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ website/public/llms.txt
obj/
bin/
.impeccable
.playwright-mcp
343 changes: 96 additions & 247 deletions website/astro.config.mjs

Large diffs are not rendered by default.

Loading
Loading