This is a Google Chrome Extension which allows to show you a "table of content" generated by GitHub and GitLab project README or WIKI.
This Project is cloned from github-toc
Modify 'matches' in manifest.json, add your private gitlab url. For example, if your private gitlab domain is http://gitlab.ywheel.com/ , then the 'matches' in manifest.json looks like:
"matches": [
"https://gitlab.com/*",
"https://github.com/*",
"http://gitlab.ywheel.com/*"
]