Giter Site home page Giter Site logo

hazelcast-reference-manual's Introduction

Hazelcast IMDG Reference Manual

Building the Documentation

Following command is used to build the document in the repo’s root folder.

./gradlew build

Where Are the Generated Documents

The resulting documents can be found in build/asciidoc/.

How to Produce Different Output Formats

In the file build.gradle, you will see the "backends" tag:

backends = [ 'html5', /*'pdf',*/ /* 'multipage_html5',*/ /*'epub3'*/ ]

In this line, you can comment out (using /* and */) the formats that you do not want the generator to produce.

How to Add a New Chapter

In the file build.gradle, you will see the "sources" tag:

sources {
    include 'index.adoc'
}

The file index.adoc is the one which includes the chapters in the given order and also some parameters. It is located in the folder src/docs/asciidocs/.

When you want to add a new chapter, just create a text file (the extension of the file must be adoc) in the folder src/docs/asciidocs/ and add the name of the file to index.adoc.

How to Add Tabbed Source Code Block

Here is an example 2-tabbed block; XML and Java:

[source,xml,indent=0,subs="verbatim,attributes",role="primary"]
.XML
----
<XML code here>
----

[source,java,indent=0,subs="verbatim,attributes",role="secondary"]
.Java
----
<Java code here>
----

You can add more tabs simply by adding the "secondary" role snippet as much as you want.

AsciiDoc?

You can refer to https://asciidoctor.org/docs/asciidoc-syntax-quick-reference/ when writing content in AsciiDoc language.

hazelcast-reference-manual's People

Contributors

ahmetmircik avatar alparslanavci avatar bilalyasar avatar blazember avatar david-strom-hazelcast avatar dbrimley avatar devopshazelcast avatar devozerov avatar donnerbart avatar eminn avatar emrahkocaman avatar enesakar avatar fuadm avatar gregrluck avatar ihsandemir avatar jerrinot avatar kwart avatar mdogan avatar meganbishmoore avatar metanet avatar mustafaiman avatar noctarius avatar pivovarit avatar pveentjer avatar serdaro avatar serkan-ozal avatar taburet avatar vbekiaris avatar viliam-durina avatar wildnez avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.