File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,9 +53,8 @@ Welcome to the RLM-REPL documentation! This directory contains comprehensive gui
5353
5454## Quick Links
5555
56- - [ Main README] ( ../README.md ) - Project overview and quick start
57- - [ Examples Directory] ( ../examples/ ) - Working code examples
58- - [ GitHub Repository] ( https://github.com/labKnowledge/rlm-repl ) - Source code
56+ - [ GitHub Repository] ( https://github.com/labKnowledge/rlm-repl ) - Source code and examples
57+ - [ PyPI Package] ( https://pypi.org/project/rlm-repl/ ) - Install from PyPI
5958
6059## Documentation Structure
6160
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const config: Config = {
2626 organizationName : 'labKnowledge' , // Usually your GitHub org/user name.
2727 projectName : 'rlm-repl' , // Usually your repo name.
2828
29- onBrokenLinks : 'throw' ,
29+ onBrokenLinks : 'warn' , // Changed to warn so build doesn't fail on broken links
3030
3131 // Even if you don't use internationalization, you can use this field to set
3232 // useful metadata like html lang. For example, if your site is Chinese, you
You can’t perform that action at this time.
0 commit comments