You either have a specific version of GitLab CE or EE installed on your server and therefore have the correct docs or you are using GitLab.com which points to the most up to date docs.
or you are using GitLab.com which points to the most up to date docs.
.com also runs on a specific version and if we are deploying docs.gitlab.com from CE/EE master, we tend to have newer documentation than we support. That's what we are trying to solve with versioned docs.
@axil didn't we have a discussion with @sytses where we decided that both internationalization and versioning were an unnecessary complexity?
I see help is gone from the side menu in 8.14, what is the suggested way to get help for your GitLab install? I thought helpin GitLab pointed to the local server docs instead of docs.gitlab.com because of firewalls and versioning.
I'd like to possibly include the generated Nanoc site in the Rails app rather than rely on the docs.gitlab.com site being up and working, but I'm not exactly sure how we can accomplish that.
Axil says he was told he couldn't hide the comments behind a "Load Comments" button, I don't really understand why when that'd help to make the site load faster and the page smaller. Not to mention most people probably wouldn't want to see the comments, my understanding is that it's primarily for feedback. Thoughts?
Thinking about this a bit more, I think it makes sense to host the docs comments under our forum which runs Discourse and it supports this functionality.
<div id="disqus_thread"></div><script>/*** RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*//*var disqus_config = function () {this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variablethis.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable};*/(function() { // DON'T EDIT BELOW THIS LINEvar d = document, s = d.createElement('script');s.src = 'https://gitlab-docs.disqus.com/embed.js';s.setAttribute('data-timestamp', +new Date());(d.head || d.body).appendChild(s);})();</script><noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
Hmm, I don't know if we want Discourse @axil, Sid's request was to add Disqus. I think most of the people will have an account in Disqus, not in Discourse. And as far as I know, Discourse was created for forums, not for comments. ;)