Apply Neo4j Labs and Neo4j style guides#23
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Aligns project documentation and example READMEs with Neo4j Labs / Neo4j branding guidance by adding Labs status messaging and updating the docs site styling.
Changes:
- Added Neo4j Labs support/disclaimer callouts to example READMEs and the root README (plus a new Support section).
- Updated docs landing page and template to surface Labs status (hero eyebrow/badges + persistent Labs banner) and to use Neo4j brand typography.
- Refreshed docs theme tokens and updated favicon artwork; added a standalone
logo.svgasset.
Reviewed changes
Copilot reviewed 7 out of 9 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| examples/lennys-memory/README.md | Adds Neo4j Labs disclaimer + support direction. |
| examples/full-stack-chat-agent/README.md | Adds Neo4j Labs disclaimer + support direction. |
| examples/domain-schemas/README.md | Adds Neo4j Labs disclaimer + support direction. |
| docs/index.adoc | Adds Neo4j Labs labeling and status badges to the docs hero section. |
| docs/build.js | Injects Google Fonts and a fixed Labs status banner; switches nav icon to SVG image. |
| docs/assets/style.css | Introduces Chakra-like design tokens + Neo4j Labs styling; adds banner/badge styles and layout offsets. |
| docs/assets/logo.svg | Adds a new logo asset (currently unused in build/template). |
| docs/assets/favicon.svg | Updates favicon to match the new brain/graph mark and gradient. |
| README.md | Adds Neo4j Labs badges/disclaimer and a Support section with links. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 14 out of 16 changed files in this pull request and generated 8 comments.
Comments suppressed due to low confidence (1)
docs/build.js:536
- These external links use
target="_blank"withoutrel="noopener noreferrer", which enables reverse-tabnabbing. Addrel="noopener noreferrer"to these anchors (and othertarget="_blank"links generated by this template).
<a href="https://github.com/neo4j-labs/agent-memory" target="_blank">
<i class="fab fa-github"></i> GitHub
</a>
<a href="https://pypi.org/project/neo4j-agent-memory/" target="_blank">
<i class="fab fa-python"></i> PyPI
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
examples/lennys-memory/frontend/src/components/layout/Sidebar.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
@johnymontana I've opened a new pull request, #24, to work on those changes. Once the pull request is ready, I'll request review from you. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
@johnymontana I've opened a new pull request, #25, to work on those changes. Once the pull request is ready, I'll request review from you. |
|
@johnymontana I've opened a new pull request, #26, to work on those changes. Once the pull request is ready, I'll request review from you. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
@johnymontana I've opened a new pull request, #27, to work on those changes. Once the pull request is ready, I'll request review from you. |
This PR updates the documentation site and project branding to align with Neo4j Labs brand guidelines and integrates Chakra UI's design token system for a more polished, professional look.
Changes
Neo4j Labs Branding
#6366F1) as primary accent color throughout docslogo.svgassetChakra UI Design Token Integration
--bg,--bg-subtle,--fg,--fg-muted,--border)--shadow-xsthrough--shadow-2xl)URL Fixes
neo4j-labs/neo4j-agent-memorytoneo4j-labs/agent-memory@neo4j-labs/agent-memoryDocumentation Improvements
DEPLOYMENT.md(content exists inreference/deployment.adoc)Files Changed (17 files)
docs/assets/style.cssdocs/build.jsdocs/package.jsondocs/index.adocdocs/DEPLOYMENT.mddocs/reference/deployment.adocdocs/assets/favicon.svgdocs/assets/logo.svgREADME.mdpyproject.tomlexamples/lennys-memory/README.mdexamples/lennys-memory/frontend/.../Sidebar.tsxexamples/domain-schemas/README.mdexamples/full-stack-chat-agent/README.mddocs/faq.adoc,docs/tutorials/index.adoc,docs/product-improvements.adocTesting
npm run build)The documentation now features: