| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent af313a8 commit 2e5994d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,7 +29,7 @@ function collectStability(data) { | |||
| 29 | 29 | for (const mod of data.modules) { | |
| 30 | 30 | if (mod.displayName && mod.stability >= 0) { | |
| 31 | 31 | const link = mod.source.replace('doc/api/', '').replace('.md', '.html'); | |
| 32 | - // const link = re.exec(toc)[1] | ||
| 32 | + | ||
| 33 | 33 | stability.push({ | |
| 34 | 34 | api: mod.name, | |
| 35 | 35 | link: link, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments