Add forum link in the docs (#5637)

This commit is contained in:
Sylvain Gugger
2020-07-09 15:13:22 -04:00
committed by GitHub
parent bfeaae2235
commit 760f726e51

View File

@@ -149,6 +149,7 @@ function addHfMenu() {
<div class="menu">
<a href="/welcome">🔥 Sign in</a>
<a href="/models">🚀 Models</a>
<a href="http://discuss.huggingface.co">💬 Forum</a>
</div>
`;
document.body.insertAdjacentHTML('afterbegin', div);