fix(docs): update logo URL to current static asset#396
Conversation
Replaces the 404'd WordPress media URL in all docs nav headers with the current static logo path. Co-Authored-By: Claude Opus 4.7 <[email protected]>
|
| Filename | Overview |
|---|---|
| docs/index.html | Logo src updated from broken WordPress media URL to static path — single-line change, no other modifications. |
| docs/faq.html | Logo src updated from broken WordPress media URL to static path — single-line change, no other modifications. |
| docs/get-pap.html | Logo src updated from broken WordPress media URL to static path — single-line change, no other modifications. |
| docs/chrysalis.html | Logo src updated from broken WordPress media URL to static path — single-line change, no other modifications. |
| docs/pap/index.html | Logo src updated from broken WordPress media URL to static path — single-line change, no other modifications. |
| docs/papillon/index.html | Logo src updated from broken WordPress media URL to static path — single-line change, no other modifications. |
| docs/extension/index.html | Logo src updated from broken WordPress media URL to static path — single-line change, no other modifications. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Browser loads docs page] --> B{Logo img src}
B -- "Before (404)" --> C["wp-content/uploads/2025/11/cropped-Artboard-1.png"]
B -- "After (200)" --> D["static/images/logo.png"]
C --> E[❌ 404 — image broken]
D --> F[✅ Logo renders correctly]
Reviews (1): Last reviewed commit: "fix(docs): update logo URL to current st..." | Re-trigger Greptile
Summary
cropped-Artboard-1.pngWordPress media URL in all docs nav headers with the current static logo path (https://www.baursoftware.com/static/images/logo.png).index.html,faq.html,get-pap.html,chrysalis.html,pap/index.html,papillon/index.html, andextension/index.html.Test plan
🤖 Generated with Claude Code