(function () { 'use strict'; $(document).ready(function () { fixSearchResults(); fixSearch(); warnDomain(); }); /** * Adds a TOC-style table to each page in the 'Modules' section. */ function fixSearchResults() { $('#mkdocs-search-results').text('Searching...'); } /** * Warn if the domain is gluster.readthedocs.io * */ function warnDomain() { var domain = window.location.hostname; if (domain.indexOf('readthedocs.io') != -1) { $('div.section').prepend('
You are viewing outdated content. We have moved to docs.gluster.org.