fix(guide): 1. resolve guide missing chapter cover images after mdbook build. 2. make intro title visible#232
fix(guide): 1. resolve guide missing chapter cover images after mdbook build. 2. make intro title visible#232Ander-Index wants to merge 17 commits intoklembot:developfrom
Conversation
docs: improve version history
docs: fix release note error
docs: update thankyous
They removed the API we used :(
Hopefully fixes CI problem
BREAKING CHANGE: remove Unsplash embeds
Corrected the `background-image` path from `../` to `./` to fix the broken asset URL in the production build.
This PR adds `color: white;` to the intro header in `guide/custom.css` so the title is visible on the black background.
|
Hi, I don't see a broken image or invisible text on https://klembot.github.io/chapbook/guide/, which I think is where the CSS changes are you're referencing. Could you post screenshots of the problems you're seeing? |
1Check out latest develop branch (a09a37b)
2 Build
cd /Volumes/Storage/Repositories/chapbook/guide
3 resultopen /Volumes/Storage/Repositories/chapbook/dist/guide/index.html
4macOS Chrome: 142.0.7444.176 (without any plug-in) |
|
mdbook v0.5.2 (from Homebrew) |
|
Looked into this further and I think I understand what is going on.
I wish we could specify a mdbook version somehow to eliminate the possibility of these kind of unexpected changes :-/ |





Corrected the
background-imagepath from../to./to fix the broken asset URL in the mdbook build.And adds
color: white;to the intro header inguide/custom.cssso the title is visible on the black background.