Skip to content

Commit 42bc777

Browse files
docs: expand project pages into developer docs
1 parent 13ec325 commit 42bc777

7 files changed

Lines changed: 309 additions & 152 deletions

File tree

chainforge/index.html

Lines changed: 46 additions & 24 deletions
Large diffs are not rendered by default.

codegraphtheory/index.html

Lines changed: 49 additions & 24 deletions
Large diffs are not rendered by default.

context-forge-rag/index.html

Lines changed: 46 additions & 24 deletions
Large diffs are not rendered by default.

heavy-coder/index.html

Lines changed: 46 additions & 24 deletions
Large diffs are not rendered by default.

hermes-profile-template/index.html

Lines changed: 46 additions & 24 deletions
Large diffs are not rendered by default.

index.html

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,29 @@
690690
.feed-row code, .feed-row span, .feed-row a { overflow-wrap: anywhere; word-break: break-word; min-width: 0; }
691691
@media (max-width: 820px) { .detail-grid { grid-template-columns: 1fr; } .timeline div { grid-template-columns: 1fr; } }
692692
@media (max-width: 420px) { .ring { width: 100%; } }
693+
694+
.doc-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 28px; align-items: start; }
695+
.doc-sidebar { position: sticky; top: 92px; border: 1px solid var(--line); background: rgba(4,7,10,.58); padding: 16px; }
696+
.doc-sidebar a { display: block; padding: 9px 0; color: var(--muted); font-family: var(--mono); font-size: 11px; letter-spacing: .07em; text-transform: lowercase; border-bottom: 1px solid rgba(160,166,207,.11); }
697+
.doc-sidebar a:hover { color: var(--hot); }
698+
.doc-main { display: grid; gap: 34px; min-width: 0; }
699+
.doc-section { border: 1px solid var(--line); background: var(--panel); padding: clamp(18px, 3vw, 30px); }
700+
.doc-section h2 { margin-top: 0; font-family: var(--mono); font-size: clamp(30px, 4vw, 48px); line-height: .9; letter-spacing: -.065em; text-transform: lowercase; }
701+
.doc-section h3 { margin: 22px 0 10px; color: var(--hot-2); font-family: var(--mono); font-size: 16px; letter-spacing: .04em; text-transform: lowercase; }
702+
.doc-section p, .doc-section li { color: var(--muted); line-height: 1.64; }
703+
.spec-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
704+
.spec { border: 1px solid rgba(160,166,207,.18); background: rgba(0,0,0,.18); padding: 14px; min-width: 0; }
705+
.spec code { display: block; margin-bottom: 8px; color: var(--hot); font-family: var(--mono); font-size: 11px; letter-spacing: .06em; text-transform: lowercase; }
706+
.spec span { color: var(--muted); line-height: 1.52; }
707+
.command-list { display: grid; gap: 12px; }
708+
.command-list pre { margin: 0; overflow-x: auto; border: 1px solid rgba(160,166,207,.18); background: rgba(0,0,0,.32); padding: 14px; }
709+
.command-list code { white-space: pre; color: var(--hot-2); font-family: var(--mono); font-size: 12px; line-height: 1.55; }
710+
.file-map { display: grid; gap: 8px; }
711+
.file-map div { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 14px; border-bottom: 1px solid rgba(160,166,207,.12); padding: 10px 0; }
712+
.file-map code { color: var(--hot); font-family: var(--mono); font-size: 12px; overflow-wrap: anywhere; }
713+
.file-map span { color: var(--muted); line-height: 1.48; }
714+
.callout { border-left: 3px solid var(--hot); background: rgba(9,239,226,.06); padding: 14px 16px; color: var(--hot-2); }
715+
@media (max-width: 920px) { .doc-layout { grid-template-columns: 1fr; } .doc-sidebar { position: static; } .spec-grid { grid-template-columns: 1fr; } .file-map div { grid-template-columns: 1fr; } }
693716
</style>
694717
</head>
695718
<body>
@@ -872,15 +895,15 @@ <h3>solana-rug</h3>
872895
<section class="shell" id="project-docs" aria-labelledby="project-docs-title">
873896
<div class="section-head">
874897
<h2 id="project-docs-title">project docs</h2>
875-
<p class="section-copy">Only original GraphTheory project repositories get docs pages here. Forks stay on GitHub where upstream context belongs, and the Pages repository is this root site.</p>
898+
<p class="section-copy">Original GraphTheory project docs with developer setup, repository maps, validation commands, configuration notes, troubleshooting, and contribution paths. Forks stay on GitHub where upstream context belongs.</p>
876899
</div>
877900
<div class="feed">
878-
<div class="feed-row"><code>hermes-profile-template</code><span><a href="/hermes-profile-template">graphtheory.xyz/hermes-profile-template/</a> | <a href="https://github.com/codegraphtheory/hermes-profile-template" target="_blank" rel="noopener">github</a> | Prompt-to-repo authoring system for installable Hermes Agent profile distributions.</span></div>
879-
<div class="feed-row"><code>heavy-coder</code><span><a href="/heavy-coder">graphtheory.xyz/heavy-coder/</a> | <a href="https://github.com/codegraphtheory/heavy-coder" target="_blank" rel="noopener">github</a> | Adaptive multi-agent coding-team profile for GitHub issue-to-PR automation.</span></div>
880-
<div class="feed-row"><code>context-forge-rag</code><span><a href="/context-forge-rag">graphtheory.xyz/context-forge-rag/</a> | <a href="https://github.com/codegraphtheory/context-forge-rag" target="_blank" rel="noopener">github</a> | Production RAG architecture profile for retrieval systems that need release discipline.</span></div>
881-
<div class="feed-row"><code>chainforge</code><span><a href="/chainforge">graphtheory.xyz/chainforge/</a> | <a href="https://github.com/codegraphtheory/chainforge" target="_blank" rel="noopener">github</a> | Security-first blockchain architect profile for smart contracts, DeFi, audits, and tokenomics.</span></div>
882-
<div class="feed-row"><code>solana-rug</code><span><a href="/solana-rug">graphtheory.xyz/solana-rug/</a> | <a href="https://github.com/codegraphtheory/solana-rug" target="_blank" rel="noopener">github</a> | Solana trust and safety analysis for token risk scoring and rug-pull detection.</span></div>
883-
<div class="feed-row"><code>codegraphtheory</code><span><a href="/codegraphtheory">graphtheory.xyz/codegraphtheory/</a> | <a href="https://github.com/codegraphtheory/codegraphtheory" target="_blank" rel="noopener">github</a> | GraphTheory GitHub profile and portfolio surface for original agent infrastructure work.</span></div>
901+
<div class="feed-row"><code>hermes-profile-template</code><span><a href="/hermes-profile-template">graphtheory.xyz/hermes-profile-template/</a> | <a href="https://github.com/codegraphtheory/hermes-profile-template" target="_blank" rel="noopener">github</a> | Prompt-to-repo authoring system with install, generator, validator, release, web-demo, and template-map docs.</span></div>
902+
<div class="feed-row"><code>heavy-coder</code><span><a href="/heavy-coder">graphtheory.xyz/heavy-coder/</a> | <a href="https://github.com/codegraphtheory/heavy-coder" target="_blank" rel="noopener">github</a> | Multi-agent coding-team profile with hook, skill, schema, policy, test, and issue-to-PR workflow docs.</span></div>
903+
<div class="feed-row"><code>context-forge-rag</code><span><a href="/context-forge-rag">graphtheory.xyz/context-forge-rag/</a> | <a href="https://github.com/codegraphtheory/context-forge-rag" target="_blank" rel="noopener">github</a> | Production RAG architecture profile with ADR, eval, observability, issue-factory, and generated-profile docs.</span></div>
904+
<div class="feed-row"><code>chainforge</code><span><a href="/chainforge">graphtheory.xyz/chainforge/</a> | <a href="https://github.com/codegraphtheory/chainforge" target="_blank" rel="noopener">github</a> | Security-first blockchain architect profile with threat-model, review, tokenomics, Octra, and validation docs.</span></div>
905+
<div class="feed-row"><code>solana-rug</code><span><a href="/solana-rug">graphtheory.xyz/solana-rug/</a> | <a href="https://github.com/codegraphtheory/solana-rug" target="_blank" rel="noopener">github</a> | Solana token and wallet risk CLI with scoring, RPC, watch mode, Hermes skill, and release-check docs.</span></div>
906+
<div class="feed-row"><code>codegraphtheory</code><span><a href="/codegraphtheory">graphtheory.xyz/codegraphtheory/</a> | <a href="https://github.com/codegraphtheory/codegraphtheory" target="_blank" rel="noopener">github</a> | Profile README developer surface with curation, identity-safety, and project routing docs.</span></div>
884907
</div>
885908
</section>
886909

0 commit comments

Comments
 (0)