Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 2.21 KB

File metadata and controls

61 lines (42 loc) · 2.21 KB

docushell/.github

This repository powers the public GitHub organization profile for DocuShell. GitHub renders profile/README.md on the organization page at https://github.com/docushell.

Repository Layout

Path Purpose
profile/README.md Public organization profile content shown on the GitHub org page
logos/docushell-logo-on-white.svg Primary DocuShell profile banner with the official logo mark, Inter wordmark, and subtle animated background
logos/docushell-logo-on-white.png Static PNG fallback for contexts that do not render SVG animation
logos/docushell-mark.png Source DocuShell logo mark used inside the banner
logos/INTER-LICENSE.txt SIL OFL license for the embedded Inter font data in the SVG

Public Asset URLs

Primary profile banner:

https://raw.githubusercontent.com/docushell/.github/refs/heads/main/logos/docushell-logo-on-white.svg

Static PNG fallback:

https://raw.githubusercontent.com/docushell/.github/refs/heads/main/logos/docushell-logo-on-white.png

Source logo mark:

https://raw.githubusercontent.com/docushell/.github/refs/heads/main/logos/docushell-mark.png

Profile Copy

Current positioning:

DocuShell builds tools for parsing documents, grounding citations, and making AI outputs inspectable.

Project listing:

Ethos - citation-grounding verifier with a deterministic document parser for evidence-backed AI workflows.

Brand Asset Rules

  • Use the official DocuShell logo mark from logos/docushell-mark.png.
  • Keep the organization profile banner on a white or very light background.
  • Keep Shell in the DocuShell wordmark purple, aligned with the logo's purple brand tone.
  • Use Inter for profile banner typography. If Inter font data is embedded in SVG, keep logos/INTER-LICENSE.txt in the repo.
  • Update the SVG and PNG fallback together so previews stay consistent across GitHub surfaces.
  • Keep profile/README.md pointing to the SVG as the primary image because the SVG includes subtle background micro-interactions.

Publishing

Changes publish when committed and pushed to main. GitHub may take a short time to refresh the organization profile and raw asset cache.