Skip to content

Commit 5fd193a

Browse files
committed
docs: clarify deep linking requirements in REVIEW.md
1 parent fe1bf1a commit 5fd193a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

REVIEW.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ Please check the following:
99
- When embedding videos from youtube, make sure to embed from `https://www.youtube-nocookie.com` instead of `https://www.youtube.com` to avoid cookies and tracking.
1010
- Use one H1 per markdown file, with subsections in order (`##`, `###`, etc.)—do not skip heading levels.
1111
- We never use `.gif` files, only `.mp4` files uploaded to `static.langfuse.com/docs-videos` to optimize for size and performance.
12+
- when deeplinking to a section via a link that uses the `#` anchor, make sure that this the anchor for this section is explicitly defined in the source page via `[#anchor]` at the end of the header line, e.g. `## Get Started [#get-started]`

0 commit comments

Comments
 (0)