We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37a7617 commit bede19eCopy full SHA for bede19e
2 files changed
tools/generate_toc.sh
@@ -46,8 +46,10 @@ generate_toc_for_folder() {
46
current=$(dirname "$current")
47
done
48
49
- uri_path="/$(IFS=/; echo "${slugs[*]}")/$slug/"
50
- toc+="- [$title]("/${BASE_URL}${uri_path}")\n"
+ # uri_path="/$(IFS=/; echo "${slugs[*]}")/$slug/"
+ # toc+="- [$title]("/${BASE_URL}${uri_path}")\n"
51
+ uri_path="../$slug/"
52
+ toc+="- [$title]("${uri_path}")\n"
53
54
55
tools/build.sh tools/local-build.shtools/build.sh renamed to tools/local-build.sh
0 commit comments