-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use absolute links in SUMMARY.md #4067
Conversation
Hi @raphjaph - |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
first commit didn't have the new link for spliiting.md - added with a subsequent commit but PR stuck in conflict.
resolving conflicts
449acfc
to
22f64b6
Compare
The problem is something with github actions because if you run it locally it works fine. @cryptoni9n try running |
thanks Raph - have been struggling trying to get just working on my windows machine. I believe it's installed correctly, but can't build or serve docs, keep getting: $ just --version
just 1.36.0
$ just build-docs
error: Recipe `build-docs` failed with exit code 101
$ just serve-docs
error: Recipe `build-docs` failed with exit code 101 |
Do any other just recipes work? Try |
Otherwise try the command manually without the languages:
|
Oh and don't try it on this branch, it doesn't work. Try |
yes, that one works and shows the green dot with message "command executed x secs ago and took 1.074s": $ just fmt
cargo fmt --all If I try and run the mdbook command by itself: $ mdbook --version
mdbook v0.4.42
$ mdbook build docs -d build it shows the red dot and says "command executed x secs ago, took 46ms and failed (Error Code 101)" |
getting all the same errors from master branch :/ anyway, were you saying that the github actions problem is what is causing the CI failure? Or that it is what is causing the issue on docs.ordinals.com? |
Hmm, seems to Windows stuff. This PR doesn't work because we need to use relative paths in the You are on the right track though that the rendered page uses relative paths incorrectly. I'll close this for now and continue discussion in your issue |
fixes #4060
from inscriptions/delegate.md to /inscriptions/delegate.md for links under inscriptions, runes, guides and bounty folders.