From eb27339414e99d6679edc1b8e96598bae40518c5 Mon Sep 17 00:00:00 2001 From: Anton Date: Fri, 1 May 2026 17:41:23 +0200 Subject: [PATCH] docs: vendor Rayforce logos in-tree, explicit picture sources PR #10 merged before two follow-up commits landed; this brings the intended end state onto main: 1. Logo files copied from ../rayforce/docs into raysense's own docs/. Both projects are owned by the same author, no attribution issue. raysense is now self-contained for README assets and no longer depends on rayforce/master staying public or stable. 2. README references them via relative path, which works in: - GitHub README rendering on main - GitHub PR preview on a feature branch - crates.io README rendering once `docs/*.svg` ships in the .crate 3. now declares both light and dark sources explicitly (the prior single-source-plus-fallback worked on github.com but was fragile on some other markdown renderers): dark theme -> logo-light.svg (white mark, visible on dark bg) light theme -> logo-dark.svg (navy mark, visible on light bg) 4. Cargo.toml `include` whitelist updated with `docs/*.svg` so the published .crate ships the SVGs. --- Cargo.toml | 1 + README.md | 5 +- docs/logo-dark.svg | 336 ++++++++++++++++++++++++++++++++++++++++++++ docs/logo-light.svg | 336 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 676 insertions(+), 2 deletions(-) create mode 100644 docs/logo-dark.svg create mode 100644 docs/logo-light.svg diff --git a/Cargo.toml b/Cargo.toml index 5cc51cc..07662e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,6 +36,7 @@ include = [ "build.rs", "Cargo.toml", "README.md", + "docs/*.svg", ".rayforce-version", # Bundled rayforce source — narrow to just what `make lib` needs. # Excludes website/, docs/, test/, examples/, bench/ to keep the diff --git a/README.md b/README.md index bb8f9eb..69cf934 100644 --- a/README.md +++ b/README.md @@ -108,8 +108,9 @@ independent baselines, zero cross-project bleed. - - Rayforce + + + Rayforce diff --git a/docs/logo-dark.svg b/docs/logo-dark.svg new file mode 100644 index 0000000..a3c3bcb --- /dev/null +++ b/docs/logo-dark.svg @@ -0,0 +1,336 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/logo-light.svg b/docs/logo-light.svg new file mode 100644 index 0000000..927cc52 --- /dev/null +++ b/docs/logo-light.svg @@ -0,0 +1,336 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +