(section_title, section_path)
| 269 | base_url = "https://www.blacklanternsecurity.com/bbot/Stable" |
| 270 | |
| 271 | def format_section(section_title, section_path): |
| 272 | path = section_path.split("index.md")[0] |
| 273 | path = path.split(".md")[0] |
| 274 | return f"- [{section_title}]({base_url}/{path})\n" |
| 275 | |
| 276 | bbot_docs_toc = "" |
| 277 |
no outgoing calls
no test coverage detected
searching dependent graphs…