Skip to content

Instantly share code, notes, and snippets.

@oraNod
Created January 23, 2019 14:45
Show Gist options
  • Save oraNod/930b8835316f75a9b7b813b4aadc344c to your computer and use it in GitHub Desktop.
Save oraNod/930b8835316f75a9b7b813b4aadc344c to your computer and use it in GitHub Desktop.
infinispan.github.io documentation page
---
layout: project
title: Documentation
---
#equalHeightsLayout
#leftdocnav.col-sm-3
= partial( page.leftcol_partial.nil? ? 'leftcol-doc.html.haml' : page.leftcol_partial , { "real_page" => page } )
#maincol.col-sm-9
%p Welcome to the Infinispan documentation, straight from the source! Here you can find help and knowledge provided by the community of contributors.
%p This documentation changes as the project evolves. While the majority of the latest content applies to most versions, you should refer to the documentation set that corresponds to your version of Infinispan.
%p Infinispan is actively developed and maintained by a community of generally cool people. :)
%p
%dl.dl-horizontal
%dt
%i.icon-comments-alt
Come say hi or ask a question.
%a.btn{:href => "/community", :role => "button"}Join our community!
~ content
%table.table.table-bordered.table-striped
%thead
%tr
%th{:width => "15%", :style => "width: 15%;"} Version
%th
%th
%th
%th
%th
%th
%th
%th
%tbody
- if site.ispn.has_key?("unstable")
%tr
%td
#{site.ispn.unstable.minor_version}
.label.label-warning.pull-right
%i.icon-warning-sign
Unstable
%td
%a{:href=>site.ispn.unstable.docs.home} Documentation Index
%tr
%td
#{site.ispn.stable.minor_version}
.label.label-success.pull-right
%i.icon-check-sign
Stable
%td
%a{:href=>site.ispn.stable.docs.home} Documentation Index
%hr
%p Documentation in version 9.4 and earlier is organized into various books, which you can find in the following table. For Infinispan earlier than version 5.3.x, refer to the 5.3.x documentation and the Javadocs that match your version.
%table.table.table-bordered.table-striped
%thead
%tr
%th{:width => "15%", :style => "width: 15%;"} Version
%th
%th
%th
%th
%th
%th
%th
%th
%tbody
- site.ispn.old.each do |ver, cfg|
- doc = cfg.docs
- minor_version = cfg.minor_version
%tr
%td
#{minor_version}
%td
- if doc.has_key?("home")
%a{:href=>doc.home} All docs
%td
- if doc.has_key?("user_guide")
%a{:href=>doc.user_guide} User Guide
%td
- if doc.has_key?("server_guide")
%a{:href=>doc.server_guide} Server Guide
%td
- if doc.has_key?("getting_started_guide")
%a{:href=>doc.getting_started_guide} Getting Started
%td
- if doc.has_key?("faqs")
%a{:href=>doc.faqs} FAQs
%td
- if doc.has_key?("javadocs")
%a{:href=>doc.javadocs} Javadocs
%td
- if doc.has_key?("configdocs")
%a{:href=>doc.configdocs} Configuration Schema
%td
- if doc.has_key?("jmxdocs")
%a{:href=>doc.jmxdocs} JMX Reference
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment