Sha256: d57dbef72e191683642be71d39980c948a3fde294876d551a52bb2017012b122

Contents?: true

Size: 1 KB

Versions: 22

Compression:

Stored size: 1 KB

Contents

<!-- Latest compiled and minified JavaScript -->
<!-- Optional JavaScript -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
  integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>

<script src="/bootstrap/js/custom.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsearch.js@2.6.3/dist/cdn/docsearch.min.js"></script>
<script>
  docsearch({
    // Your apiKey and indexName will be given to you once
    // we create your config
    apiKey: '<%= SEARCH_CONFIG[:api_key] %>',
    indexName: '<%= SEARCH_CONFIG[:index_name] %>',
    <% if SEARCH_CONFIG[:app_id] != '' %>
      appId: '<%= SEARCH_CONFIG[:app_id] %>',
    <% end %>
    algoliaOptions: {
        hitsPerPage: 30
    },
    // Replace inputSelector with a CSS selector
    // matching your search input
    inputSelector: '#tipue_search_input',
    // Set debug to true to inspect the dropdown
    debug: <%= SEARCH_CONFIG[:debug] %>,
  });
</script>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
coursegen-0.9.25 templates/layouts/bottom_includes.html.erb
coursegen-0.9.24 templates/layouts/bottom_includes.html.erb
coursegen-0.9.21 templates/layouts/bottom_includes.html.erb
coursegen-0.9.20 templates/layouts/bottom_includes.html.erb
coursegen-0.9.19 templates/layouts/bottom_includes.html.erb
coursegen-0.9.18 templates/layouts/bottom_includes.html.erb
coursegen-0.9.17 templates/layouts/bottom_includes.html.erb
coursegen-0.9.16 templates/layouts/bottom_includes.html.erb
coursegen-0.9.15 templates/layouts/bottom_includes.html.erb
coursegen-0.9.14 templates/layouts/bottom_includes.html.erb
coursegen-0.9.13 templates/layouts/bottom_includes.html.erb
coursegen-0.9.12 templates/layouts/bottom_includes.html.erb
coursegen-0.9.11 templates/layouts/bottom_includes.html.erb
coursegen-0.9.10 templates/layouts/bottom_includes.html.erb
coursegen-0.9.9 templates/layouts/bottom_includes.html.erb
coursegen-0.9.8 templates/layouts/bottom_includes.html.erb
coursegen-0.9.7 templates/layouts/bottom_includes.html.erb
coursegen-0.9.6 templates/layouts/bottom_includes.html.erb
coursegen-0.9.4 templates/layouts/bottom_includes.html.erb
coursegen-0.9.3 templates/layouts/bottom_includes.html.erb