-
Notifications
You must be signed in to change notification settings - Fork 1
Migrate to pssg static site generator #2
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
03fc286
Migrate to pssg static site generator
greynewell cedeb31
Merge remote-tracking branch 'origin/main' into pssg-conversion
greynewell 336aa64
Update templates with Supermodel brand logomark
greynewell f4abb37
Address CodeRabbit review feedback
greynewell 6f35921
Add PR build check and fix deploy workflow
greynewell File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| title: "RxJava" | ||
| description: "Reactive extensions for the JVM — composable asynchronous programming" | ||
| category: "Community" | ||
| pill: "Java" | ||
| pill_class: "pill-orange" | ||
| upstream: "ReactiveX/RxJava" | ||
| docs_url: "/RxJava/" | ||
| --- | ||
|
|
||
| Reactive extensions for the JVM — composable asynchronous programming |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| title: "anthropic-sdk-python" | ||
| description: "The official Python library for the Anthropic API" | ||
| category: "Community" | ||
| pill: "AI/ML" | ||
| pill_class: "pill-orange" | ||
| upstream: "anthropics/anthropic-sdk-python" | ||
| docs_url: "/anthropic-sdk-python/" | ||
| --- | ||
|
|
||
| The official Python library for the Anthropic API |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| title: "astro" | ||
| description: "The web framework for content-driven websites" | ||
| category: "Community" | ||
| pill: "Meta-framework" | ||
| pill_class: "pill-accent" | ||
| upstream: "withastro/astro" | ||
| docs_url: "/astro/" | ||
| --- | ||
|
|
||
| The web framework for content-driven websites |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| --- | ||
| title: "dead-code-hunter" | ||
| description: "GitHub Action to find unreachable functions using Supermodel call graphs." | ||
| category: "Supermodel Open Source" | ||
| pill: "GitHub Action" | ||
| pill_class: "pill-blue" | ||
| docs_url: "/dead-code-hunter/" | ||
| --- | ||
|
|
||
| GitHub Action to find unreachable functions using Supermodel call graphs. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| title: "drizzle-orm" | ||
| description: "TypeScript ORM that lets you think in SQL" | ||
| category: "Community" | ||
| pill: "Database" | ||
| pill_class: "pill-green" | ||
| upstream: "drizzle-team/drizzle-orm" | ||
| docs_url: "/drizzle-orm/" | ||
| --- | ||
|
|
||
| TypeScript ORM that lets you think in SQL |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| title: "express" | ||
| description: "Fast, unopinionated, minimalist web framework for Node.js" | ||
| category: "Community" | ||
| pill: "Backend" | ||
| pill_class: "pill-green" | ||
| upstream: "expressjs/express" | ||
| docs_url: "/express/" | ||
| --- | ||
|
|
||
| Fast, unopinionated, minimalist web framework for Node.js |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| title: "fastapi" | ||
| description: "Modern, fast web framework for building APIs with Python based on type hints" | ||
| category: "Community" | ||
| pill: "Python" | ||
| pill_class: "pill-green" | ||
| upstream: "tiangolo/fastapi" | ||
| docs_url: "/fastapi/" | ||
| --- | ||
|
|
||
| Modern, fast web framework for building APIs with Python based on type hints |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| title: "fastify" | ||
| description: "Fast and low overhead web framework for Node.js" | ||
| category: "Community" | ||
| pill: "Backend" | ||
| pill_class: "pill-green" | ||
| upstream: "fastify/fastify" | ||
| docs_url: "/fastify/" | ||
| --- | ||
|
|
||
| Fast and low overhead web framework for Node.js |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| title: "fiber" | ||
| description: "Express-inspired web framework written in Go" | ||
| category: "Community" | ||
| pill: "Go" | ||
| pill_class: "pill-accent" | ||
| upstream: "gofiber/fiber" | ||
| docs_url: "/fiber/" | ||
| --- | ||
|
|
||
| Express-inspired web framework written in Go |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| title: "flask" | ||
| description: "The Python micro framework for building web applications" | ||
| category: "Community" | ||
| pill: "Backend" | ||
| pill_class: "pill-green" | ||
| upstream: "pallets/flask" | ||
| docs_url: "/flask/" | ||
| --- | ||
|
|
||
| The Python micro framework for building web applications |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| title: "gin" | ||
| description: "The fastest full-featured HTTP web framework for Go" | ||
| category: "Community" | ||
| pill: "Go" | ||
| pill_class: "pill-accent" | ||
| upstream: "gin-gonic/gin" | ||
| docs_url: "/gin/" | ||
| --- | ||
|
|
||
| The fastest full-featured HTTP web framework for Go |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| --- | ||
| title: "graph2md" | ||
| description: "Convert Supermodel graph JSON to markdown entity files for static site generation." | ||
| category: "Supermodel Open Source" | ||
| pill: "CLI Tool" | ||
| pill_class: "pill-green" | ||
| docs_url: "/graph2md/" | ||
| --- | ||
|
|
||
| Convert Supermodel graph JSON to markdown entity files for static site generation. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| title: "langchain" | ||
| description: "Build context-aware reasoning applications" | ||
| category: "Community" | ||
| pill: "AI/ML" | ||
| pill_class: "pill-orange" | ||
| upstream: "langchain-ai/langchain" | ||
| docs_url: "/langchain/" | ||
| --- | ||
|
|
||
| Build context-aware reasoning applications |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| --- | ||
| title: "mcp" | ||
| description: "Supermodel Model Context Protocol server. Generate code graphs in Cursor, Codex or Claude Code!" | ||
| category: "Supermodel Open Source" | ||
| pill: "MCP Server" | ||
| pill_class: "pill-accent" | ||
| docs_url: "/mcp/" | ||
| --- | ||
|
|
||
| Supermodel Model Context Protocol server. Generate code graphs in Cursor, Codex or Claude Code! |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| --- | ||
| title: "mcpbr" | ||
| description: "Evaluate your MCP server with Model Context Protocol Benchmark Runner." | ||
| category: "Supermodel Open Source" | ||
| pill: "CLI Tool" | ||
| pill_class: "pill-green" | ||
| docs_url: "/mcpbr/" | ||
| --- | ||
|
|
||
| Evaluate your MCP server with Model Context Protocol Benchmark Runner. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| title: "netty" | ||
| description: "Asynchronous event-driven network application framework for Java" | ||
| category: "Community" | ||
| pill: "Java" | ||
| pill_class: "pill-orange" | ||
| upstream: "netty/netty" | ||
| docs_url: "/netty/" | ||
| --- | ||
|
|
||
| Asynchronous event-driven network application framework for Java |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| title: "okhttp" | ||
| description: "An efficient HTTP & HTTP/2 client for Android and Java" | ||
| category: "Community" | ||
| pill: "Java" | ||
| pill_class: "pill-orange" | ||
| upstream: "square/okhttp" | ||
| docs_url: "/okhttp/" | ||
| --- | ||
|
|
||
| An efficient HTTP & HTTP/2 client for Android and Java |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| --- | ||
| title: "openapi-spec" | ||
| description: "Spec for Supermodel public API in OpenAPI YAML. Use as a reference or generate your own clients." | ||
| category: "Supermodel Open Source" | ||
| pill: "Specification" | ||
| pill_class: "" | ||
| docs_url: "/openapi-spec/" | ||
| --- | ||
|
|
||
| Spec for Supermodel public API in OpenAPI YAML. Use as a reference or generate your own clients. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| title: "react" | ||
| description: "A JavaScript library for building user interfaces" | ||
| category: "Community" | ||
| pill: "Frontend" | ||
| pill_class: "pill-blue" | ||
| upstream: "facebook/react" | ||
| docs_url: "/react/" | ||
| --- | ||
|
|
||
| A JavaScript library for building user interfaces |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| title: "requests" | ||
| description: "A simple, yet elegant, HTTP library for Python" | ||
| category: "Community" | ||
| pill: "Python" | ||
| pill_class: "pill-green" | ||
| upstream: "psf/requests" | ||
| docs_url: "/requests/" | ||
| --- | ||
|
|
||
| A simple, yet elegant, HTTP library for Python |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| title: "retrofit" | ||
| description: "A type-safe HTTP client for Android and Java" | ||
| category: "Community" | ||
| pill: "Java" | ||
| pill_class: "pill-orange" | ||
| upstream: "square/retrofit" | ||
| docs_url: "/retrofit/" | ||
| --- | ||
|
|
||
| A type-safe HTTP client for Android and Java |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| title: "scikit-learn" | ||
| description: "Machine learning in Python — simple and efficient tools for data analysis" | ||
| category: "Community" | ||
| pill: "AI/ML" | ||
| pill_class: "pill-orange" | ||
| upstream: "scikit-learn/scikit-learn" | ||
| docs_url: "/scikit-learn/" | ||
| --- | ||
|
|
||
| Machine learning in Python — simple and efficient tools for data analysis |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| --- | ||
| title: "software-agent-sdk" | ||
| description: "A clean, modular SDK for building AI agents with OpenHands V1." | ||
| category: "Supermodel Open Source" | ||
| pill: "SDK" | ||
| pill_class: "pill-accent" | ||
| docs_url: "/software-agent-sdk/" | ||
| --- | ||
|
|
||
| A clean, modular SDK for building AI agents with OpenHands V1. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| --- | ||
| title: "supermodel-api-docs" | ||
| description: "Official documentation for the Supermodel Code Graph API." | ||
| category: "Supermodel Open Source" | ||
| pill: "Documentation" | ||
| pill_class: "" | ||
| docs_url: "/supermodel-api-docs/" | ||
| --- | ||
|
|
||
| Official documentation for the Supermodel Code Graph API. | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| title: "svelte" | ||
| description: "Cybernetically enhanced web apps" | ||
| category: "Community" | ||
| pill: "Frontend" | ||
| pill_class: "pill-blue" | ||
| upstream: "sveltejs/svelte" | ||
| docs_url: "/svelte/" | ||
| --- | ||
|
|
||
| Cybernetically enhanced web apps |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| title: "tailwindcss" | ||
| description: "A utility-first CSS framework for rapid UI development" | ||
| category: "Community" | ||
| pill: "CSS" | ||
| pill_class: "pill-blue" | ||
| upstream: "tailwindlabs/tailwindcss" | ||
| docs_url: "/tailwindcss/" | ||
| --- | ||
|
|
||
| A utility-first CSS framework for rapid UI development |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| title: "terraform" | ||
| description: "Infrastructure as code — safely and predictably provision infrastructure" | ||
| category: "Community" | ||
| pill: "DevOps" | ||
| pill_class: "pill-green" | ||
| upstream: "hashicorp/terraform" | ||
| docs_url: "/terraform/" | ||
| --- | ||
|
|
||
| Infrastructure as code — safely and predictably provision infrastructure |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| title: "tokio" | ||
| description: "A runtime for writing reliable asynchronous applications with Rust" | ||
| category: "Community" | ||
| pill: "Rust" | ||
| pill_class: "pill-accent" | ||
| upstream: "tokio-rs/tokio" | ||
| docs_url: "/tokio/" | ||
| --- | ||
|
|
||
| A runtime for writing reliable asynchronous applications with Rust |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| title: "trpc" | ||
| description: "End-to-end typesafe APIs made easy" | ||
| category: "Community" | ||
| pill: "TypeScript" | ||
| pill_class: "pill-blue" | ||
| upstream: "trpc/trpc" | ||
| docs_url: "/trpc/" | ||
| --- | ||
|
|
||
| End-to-end typesafe APIs made easy |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| --- | ||
| title: "typescript-sdk" | ||
| description: "Generate useful graphs of your codebase with our TypeScript SDK!" | ||
| category: "Supermodel Open Source" | ||
| pill: "SDK" | ||
| pill_class: "pill-accent" | ||
| docs_url: "/typescript-sdk/" | ||
| --- | ||
|
|
||
| Generate useful graphs of your codebase with our TypeScript SDK! |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| title: "ui" | ||
| description: "Beautifully designed components built with Radix UI and Tailwind CSS" | ||
| category: "Community" | ||
| pill: "UI" | ||
| pill_class: "pill-blue" | ||
| upstream: "shadcn-ui/ui" | ||
| docs_url: "/ui/" | ||
| --- | ||
|
|
||
| Beautifully designed components built with Radix UI and Tailwind CSS |
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.