You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/writing-tips.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -312,6 +312,9 @@ Specifying a local file from the root of the book project (the directory contain
312
312
313
313
An effective way of sharing code and configuration mutliple times in a book or across multiple books.
314
314
315
+
!!! WARNING "Avoid embedding file from same repository"
316
+
An `HTTP Error 429: Too Many Requests` can occur when running `mkdocs serve` due to embedding a file in a code block that comes from the same repository as the site being built.
0 commit comments