doc_id stringlengths 36 36 | metadata dict | input stringlengths 28 4.3k | output stringlengths 11 5.45k |
|---|---|---|---|
15bd14dd-79c2-495e-abc6-eab220efba68 | {
"language": "AsciiDoc"
} | ```asciidoc
[[security]]
== Security Plugins
Security plugins add a security layer to Elasticsearch.
[float]
=== Core security plugins
The core security plugins are:
link:/products/shield[Shield]::
Shield is the Elastic product that makes it easy for anyone to add
enterprise-grade security to their ELK stack. Des... | ```asciidoc
[[security]]
== Security Plugins
Security plugins add a security layer to Elasticsearch.
[float]
=== Core security plugins
The core security plugins are:
link:/products/shield[Shield]::
Shield is the Elastic product that makes it easy for anyone to add
enterprise-grade security to their ELK stack. Des... |
cd8f6664-804e-4218-8b68-528083e13c0f | {
"language": "AsciiDoc"
} | ```asciidoc
[[ExchangePattern-ExchangePattern]]
= Exchange Pattern
There are many different _Message Exchange Patterns_ you can use in
messaging. This concept is also demonstrated in WSDL and JBI's MEPs.
From there xref:enterprise-integration-patterns.adoc[Enterprise
Integration Patterns] the common examples are
* R... | ```asciidoc
[[ExchangePattern-ExchangePattern]]
= Exchange Pattern
There are many different _Message Exchange Patterns_ you can use in
messaging. This concept is also demonstrated in WSDL and JBI's MEPs.
From there xref:enterprise-integration-patterns.adoc[Enterprise
Integration Patterns] the common examples are
* R... |
b3dc1559-cb9d-408a-bdaf-00f08a6d55ae | {
"language": "AsciiDoc"
} | ```asciidoc
[role="xpack"]
[[security-api-change-password]]
=== Change Password API
The Change Password API enables you to submit a request to change the password
of a user.
==== Request
`POST _xpack/security/user/_password` +
`POST _xpack/security/user/<username>/_password`
==== Path Parameters
`username`::
(... | ```asciidoc
[role="xpack"]
[[security-api-change-password]]
=== Change Password API
The Change Password API enables you to submit a request to change the password
of a user.
==== Request
`POST _xpack/security/user/_password` +
`POST _xpack/security/user/<username>/_password`
==== Path Parameters
`username`::
(... |
7b176702-b762-4c19-90b2-39ae77001fa9 | {
"language": "AsciiDoc"
} | ```asciidoc
[[file-descriptors]]
=== File Descriptors
[NOTE]
This is only a problem for Linux and macOS and can be safely ignored if running
Elasticsearch on Windows.
Elasticsearch uses a lot of file descriptors or file handles. Running out of
file descriptors can be disastrous and will most probably lead to data lo... | ```asciidoc
[[file-descriptors]]
=== File Descriptors
[NOTE]
This is only relevant for Linux and macOS and can be safely ignored if running
Elasticsearch on Windows. On Windows that JVM uses an
https://msdn.microsoft.com/en-us/library/windows/desktop/aa363858(v=vs.85).aspx[API]
limited only by available resources.
El... |
b7313130-39a3-40bc-978d-f3514cfa3981 | {
"language": "AsciiDoc"
} | ```asciidoc
// Module included in the following assemblies:
//
// * logging/efk-logging-uninstall.adoc
[id='efk-logging-uninstall-efk_{context}']
= Uninstalling EFK from {product-title}
Use the following command to remove everything generated during the deployment.
```
Add steps to delete EFK | ```asciidoc
// Module included in the following assemblies:
//
// * logging/efk-logging-uninstall.adoc
[id='efk-logging-uninstall-efk_{context}']
= Uninstalling EFK from {product-title}
Use the following command to remove everything generated during the deployment.
----
#oc delete clusterlogging $clusterlogging_name... |
a4e97453-ba1c-44da-9649-677a40141e5d | {
"language": "AsciiDoc"
} | ```asciidoc
[[Camel2.18.3Release-Camel2.18.3Release]]
== Camel 2.18.3 Release
### New and Noteworthy
Welcome to the 2.18.3 release which is mainly a maintenance release with
38 fixes resolved.
For further details,
see https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12339161&projectId=12311211[the
list... | ```asciidoc
[[Camel2.18.3Release-Camel2.18.3Release]]
== Camel 2.18.3 Release
### New and Noteworthy
Welcome to the 2.18.3 release which is mainly a maintenance release with
38 fixes resolved.
For further details,
see https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12339161&projectId=12311211[the
list... |
28c957cf-d86e-4e1a-851f-496e26ec95e6 | {
"language": "AsciiDoc"
} | ```asciidoc
include::{generated}/overview.adoc[]
include::manual_rest_doc.adoc[]
include::{generated}/paths.adoc[]
```
Enable IDE rendering of generated Swagger documentation | ```asciidoc
:generated: ../../../target/generated-docs/asciidoc
include::{generated}/overview.adoc[]
include::manual_rest_doc.adoc[]
include::{generated}/paths.adoc[]
``` |
0f771168-ad12-4f12-9250-f1c45a1b3e86 | {
"language": "AsciiDoc"
} | ```asciidoc
[[analysis-delimited-payload-tokenfilter]]
=== Delimited Payload Token Filter
Named `delimited_payload_filter`. Splits tokens into tokens and payload whenever a delimiter character is found.
Example: "the|1 quick|2 fox|3" is split per default int to tokens `fox`, `quick` and `the` with payloads `1`, `2` a... | ```asciidoc
[[analysis-delimited-payload-tokenfilter]]
=== Delimited Payload Token Filter
Named `delimited_payload_filter`. Splits tokens into tokens and payload whenever a delimiter character is found.
Example: "the|1 quick|2 fox|3" is split by default into tokens `the`, `quick`, and `fox` with payloads `1`, `2`, an... |
af8e2b6c-1c8b-4005-b444-ad25296f27a1 | {
"language": "AsciiDoc"
} | ```asciidoc
[[releasenotes-22]]
== What's New in OpenNMS Horizon 22
=== System Requirements
TODO
=== Important Upgrade Notes
* All collectors using the JMXSecureCollector, MX4JCollector or JBossCollector must be migrated to use the JMXCollector instead.
* All monitors using the JBossMonitor or JMXSecureMonitor must... | ```asciidoc
[[releasenotes-22]]
== What's New in OpenNMS Horizon 22
=== System Requirements
TODO
=== Important Upgrade Notes
* All collectors using the `JMXSecureCollector`, `MX4JCollector` or `JBossCollector` must be migrated to use the `Jsr160Collector` instead.
* All monitors using the `JBossMonitor` or `JMXSecu... |
22e358a1-36ea-46d9-a6f5-1c87070ad9db | {
"language": "AsciiDoc"
} | ```asciidoc
= Spring Cloud Bus
:github: https://github.com/spring-cloud/spring-cloud-config
:githubmaster: {github}/tree/master
:docslink: {githubmaster}/docs/src/main/asciidoc
:toc:
include::intro.adoc[]
include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/docs/src/main/asciidoc/contribu... | ```asciidoc
= Spring Cloud Bus
:github: https://github.com/spring-cloud/spring-cloud-config
:githubmaster: {github}/tree/master
:docslink: {githubmaster}/docs/src/main/asciidoc
:toc:
include::intro.adoc[]
include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/docs/src/main/asciidoc/contribu... |
00166b0a-4e9c-40ad-8673-7af2f7ab74b6 | {
"language": "AsciiDoc"
} | ```asciidoc
Ctrlflow Automated Error Reporting Client Examples
==================================================
Examples of how to use various clients to communicate with the https://www.ctrlflow.com/automated-error-reporting/[Ctrlflow Automated Error Reporting (AER) server].
At the moment, the following examples a... | ```asciidoc
Ctrlflow Automated Error Reporting Client Examples
==================================================
Examples of how to use various clients to communicate with the https://www.ctrlflow.com/automated-error-reporting/[Ctrlflow Automated Error Reporting (AER) server].
At the moment, the following examples a... |
20545082-f161-4da2-a4e7-edda8348e913 | {
"language": "AsciiDoc"
} | ```asciidoc
This project provides Etcd integrations for Spring Boot apps through autoconfiguration
and binding to the Spring Environment and other Spring programming model idioms. With a few
simple annotations you can quickly enable and configure the common patterns inside your
application and build large distributed s... | ```asciidoc
This project provides Etcd integrations for Spring Boot apps through autoconfiguration
and binding to the Spring Environment and other Spring programming model idioms. With a few
simple annotations you can quickly enable and configure the common patterns inside your
application and build large distributed s... |
1092e308-a566-4eb1-9128-0c4f8cdaa963 | {
"language": "AsciiDoc"
} | ```asciidoc
[[analysis-keyword-marker-tokenfilter]]
=== Keyword Marker Token Filter
Protects words from being modified by stemmers. Must be placed before
any stemming filters.
[cols="<,<",options="header",]
|=======================================================================
|Setting |Description
|`keywords` |A l... | ```asciidoc
[[analysis-keyword-marker-tokenfilter]]
=== Keyword Marker Token Filter
Protects words from being modified by stemmers. Must be placed before
any stemming filters.
[cols="<,<",options="header",]
|=======================================================================
|Setting |Description
|`keywords` |A l... |
b9fe4ee0-6946-429f-a6f9-f9f3fe04dda8 | {
"language": "AsciiDoc"
} | ```asciidoc
== Bugfix Release
:docname: 20200614-bugfix-release
:page-publish_date: 2020-06-14
:page-layout: news-article
The `revapi-java` extension released a couple of weeks ago contained a rather ugly regression that caused an index out
of bounds exception on interfaces that override methods from `java.lang.Object... | ```asciidoc
= Bugfix Release
:docname: 20200614-bugfix-release
:page-publish_date: 2020-06-14
:page-layout: news-article
The `revapi-java` extension released a couple of weeks ago contained a rather ugly regression that caused an index out
of bounds exception on interfaces that override methods from `java.lang.Object`... |
70634ba2-9d37-4741-8e7a-e6d92f6063ba | {
"language": "AsciiDoc"
} | ```asciidoc
```
Write a trouble shooting guide | ```asciidoc
== Troubleshooting
[qanda]
Why does `Config.setSize(...)` not take effect?::
The configuration state of a `Config` object is only read in the constructor of the pool, so changing the configuration after the pool has been created has no effect.
Look at the `ResizablePool` interface for changing the size... |
ca2dd9c6-51c6-4956-b278-7bf9914cf2fa | {
"language": "AsciiDoc"
} | ```asciidoc
# SAAV
Software application to analyse and visualise research output in the humanities and social sciences
# Documentation
* link:CONTRIBUTING.adoc[Development Setup]
* link:docs/architecture-and-design.adoc[Architecture & Design]
* link:docs/deployment.adoc[Deployment]
# Live
The latest milestone is d... | ```asciidoc
# SAAV image:https://travis-ci.org/fhnw-saav/saav.svg?branch=master["Build Status", link="https://travis-ci.org/fhnw-saav/saav"]
Software application to analyse and visualise research output in the humanities and social sciences
# Documentation
* link:CONTRIBUTING.adoc[Development Setup]
* link:docs/arch... |
89a85181-84d5-45c3-bf8e-b9dfb90d4fd6 | {
"language": "AsciiDoc"
} | ```asciidoc
[[search-request-fielddata-fields]]
=== Field Data Fields
Allows to return the field data representation of a field for each hit, for
example:
[source,js]
--------------------------------------------------
{
"query" : {
...
},
"fielddata_fields" : ["test1", "test2"]
}
-----------------... | ```asciidoc
[[search-request-fielddata-fields]]
=== Field Data Fields
Allows to return the <<fielddata,field data>> representation of a field for each hit, for
example:
[source,js]
--------------------------------------------------
{
"query" : {
...
},
"fielddata_fields" : ["test1", "test2"]
}
---... |
f53ae502-25d0-49cd-bfc7-c47f65606e7e | {
"language": "AsciiDoc"
} | ```asciidoc
= A test for embedding a SVG image
.Caption for a SVG diagram
image::Vsw9cGkj8bJjEBr6.svg[width=417]
* I'd like to remove a redundant vertical space between the diagram above and the caption.
* I suppose Height 275 below is too much.
<<
/Name /Im7
/Type /XObject
/Length 29 0 R
/Filter /... | ```asciidoc
= A test for embedding a SVG image
.Caption for a SVG diagram
image::Vsw9cGkj8bJjEBr6.svg[]
You must be add `width` and `height` attributes to the root `<svg>` element to avoid
redundant spaces.
In the above example, I added `width="441.0" height="265.5"`.
``` |
ef8ead23-d22d-442c-a9e1-01a6990996ff | {
"language": "AsciiDoc"
} | ```asciidoc
[[plannerIntroduction]]
= OptaPlanner Introduction
:doctype: book
:sectnums:
:toc: left
:icons: font
:experimental:
:sourcedir: .
include::Section-What_is_OptaPlanner.adoc[leveloffset=+2]
include::Section-Section-What_is_a_planning_problem.adoc[leveloffset=+2]
include::Section-Requirements.adoc[leveloffs... | ```asciidoc
[[plannerIntroduction]]
= OptaPlanner Introduction
:doctype: book
:sectnums:
:toc: left
:icons: font
:experimental:
:sourcedir: .
include::Section-What_is_OptaPlanner.adoc[]
include::Section-What_is_a_planning_problem.adoc[]
include::Section-Requirements.adoc[]
include::Section-Governance.adoc[]
includ... |
4cd9c589-bd68-4d39-9cd9-5a3a65ecb283 | {
"language": "AsciiDoc"
} | ```asciidoc
:gfdl-enabled:
OsmoBTS User Manual
===================
Harald Welte <hwelte@sysmocom.de>
include::../common/chapters/preface.adoc[]
include::chapters/overview.adoc[]
include::../common/chapters/abis.adoc[]
include::chapters/interfaces.adoc[]
include::chapters/control.adoc[]
include::../common/chapter... | ```asciidoc
:gfdl-enabled:
OsmoBTS User Manual
===================
Harald Welte <hwelte@sysmocom.de>
include::../common/chapters/preface.adoc[]
include::chapters/overview.adoc[]
include::../common/chapters/abis.adoc[]
include::chapters/interfaces.adoc[]
include::chapters/control.adoc[]
include::../common/chapter... |
652ff9a5-78b6-4b90-85b6-c100da143b86 | {
"language": "AsciiDoc"
} | ```asciidoc
= JSR 377 - Desktop|Embedded Application API
Contains the specification and API sources for link:https://jcp.org/en/jsr/detail?id=377[JSR-377].
== Additional resources
link:http://jsr377-api.40747.n7.nabble.com[Forum / Mailing List]
```
Add a gitter chat badge | ```asciidoc
= JSR 377 - Desktop|Embedded Application API
Contains the specification and API sources for link:https://jcp.org/en/jsr/detail?id=377[JSR-377].
image:https://badges.gitter.im/Join%20Chat.svg[Gitter, link="https://gitter.im/jsr377/jsr377-api?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge"]
== Add... |
9f907dbe-4d13-4fe6-a399-aca61e5a0dc6 | {
"language": "AsciiDoc"
} | ```asciidoc
= Badging Your App
You can set the badge count on your app's icon using:
[source,csharp]
----
bool SetBadgeCount(int count)
----
.Parameters
[cols="1,2a"]
|===
|Parameter |Description
|count |The number to assign as a badge to the application's icon
|===
This function will return `true` if it was able to... | ```asciidoc
= Badging Your App
You can set the badge count on your app's icon using:
[source,csharp]
----
bool SetBadgeCount(int count)
----
.Parameters
[cols="1,2a"]
|===
|Parameter |Description
|count |The number to assign as a badge to the application's icon
|===
This function will return `true` if it was able to... |
9b5b0473-ad72-458a-9dde-99cb8b9e9047 | {
"language": "AsciiDoc"
} | ```asciidoc
:_content-type: ASSEMBLY
[id="installing-ossm"]
= Installing the Operators
include::modules/ossm-document-attributes.adoc[]
:context: installing-ossm
toc::[]
To install {ProductName}, first install the required Operators on {product-title} and then create a `ServiceMeshControlPlane` resource to deploy the... | ```asciidoc
:_content-type: ASSEMBLY
[id="installing-ossm"]
= Installing the Operators
include::modules/ossm-document-attributes.adoc[]
:context: installing-ossm
toc::[]
To install {ProductName}, first install the required Operators on {product-title} and then create a `ServiceMeshControlPlane` resource to deploy the... |
194cc32f-00bb-4d7d-a305-cd074e453727 | {
"language": "AsciiDoc"
} | ```asciidoc
[[query-dsl-match-all-query]]
== Match All Query
The most simple query, which matches all documents, giving them all a `_score`
of `1.0`.
[source,js]
--------------------------------------------------
{ "match_all": {} }
--------------------------------------------------
The `_score` can be changed with ... | ```asciidoc
[[query-dsl-match-all-query]]
== Match All Query
The most simple query, which matches all documents, giving them all a `_score`
of `1.0`.
[source,js]
--------------------------------------------------
{ "match_all": {} }
--------------------------------------------------
The `_score` can be changed with ... |
be2c0f24-29ce-4564-9d78-eedb76a47955 | {
"language": "AsciiDoc"
} | ```asciidoc
= Edge Documentation
Edge is a starting point for creating Clojure projects.
Not sure if Edge is for you? See <<why-edge.adoc#,Why Edge?>>.
== First Steps
Are you new to Edge?
This is the place to start!
Install the tools::
. link:https://clojure.org/guides/getting_started[Install clj] (<<windows.adoc#,... | ```asciidoc
= Edge Documentation
Edge is a starting point for creating Clojure projects.
Not sure if Edge is for you? See <<why-edge.adoc#,Why Edge?>>.
== First Steps
Are you new to Edge?
This is the place to start!
Install the tools::
. link:https://clojure.org/guides/getting_started[Install clj] (<<windows.adoc#,... |
a59af5f4-ea0a-4918-921a-4b9a4600607a | {
"language": "AsciiDoc"
} | ```asciidoc
= JBoss Fuse
:toc:
:icons: font
Red Hat JBoss Fuse is a lightweight, flexible integration platform that enables rapid integration
across the extended enterprise—on-premise or in the cloud.
Based on Apache Camel, Fuse leverages pattern-based integration, a rich connector catalog, and extensive
data transfo... | ```asciidoc
image:https://img.shields.io/badge/stack%20overflow-jbossfuse-red.svg?colorB=cc0000[link="https://stackoverflow.com/questions/tagged/jbossfuse"]
= JBoss Fuse
:toc:
:icons: font
Red Hat JBoss Fuse is a lightweight, flexible integration platform that enables rapid integration
across the extended enterprise—... |
c2252105-43dc-496e-a917-ab5c0db3229c | {
"language": "AsciiDoc"
} | ```asciidoc
Quick-n-dirty PHP router
========================
[quote]
A *transitionary* router to help upgrading an old PHP codebase to a more modern
set of standards.
More information is available
http://ciarand.me/posts/refactoring-php-part-1/[on my blog].
Usage
-----
Require it in your project:
[source, bash]
c... | ```asciidoc
Quick-n-dirty PHP router
========================
[quote]
A *transitionary* router to help upgrading an old PHP codebase to a more modern
set of standards.
More information is available
http://ciarand.me/posts/refactoring-php-part-1/[on my blog].
Usage
-----
Require it in your project:
[source, bash]
c... |
daa884d8-ce5e-4687-afb8-4c08eaebf2d9 | {
"language": "AsciiDoc"
} | ```asciidoc
= Parity
ifdef::env-github,env-browser[:outfilesuffix: .adoc]
ifndef::rootdir[:rootdir: ../]
:imagesdir: {rootdir}/images
https://ethcore.io/parity.html[Parity] is an Ethereum client
actively developed as an open source project on https://github.com/ethcore/parity[github].
There are a default configurati... | ```asciidoc
= Parity
ifdef::env-github,env-browser[:outfilesuffix: .adoc]
ifndef::rootdir[:rootdir: ../]
:imagesdir: {rootdir}/images
https://ethcore.io/parity.html[Parity] is an Ethereum client
actively developed as an open source project on https://github.com/ethcore/parity[github].
There are a default configurati... |
86017d60-4b04-4e5d-87f2-9b496a0ccdca | {
"language": "AsciiDoc"
} | ```asciidoc
Basic Command Line Guide
------------------------
This is a guide for common command line commands.
.sudo
----
Allows a user with proper permissions (such as an admin) to execute commands. You will need to enter a password for the command to run.
$ sudo <command>
e.g.
$ make install
(usually will outp... | ```asciidoc
= Basic Command Line Guide
This is a guide for common command line commands.
. `cd` is used to navigate through directories.
The usage is `cd <directory>`.
You can use `..` to go up a level.
+
.Example
----
cd Documents/
cd ..
----
. `ls` is used to list the contents in the current directory.
This comma... |
9159b855-2c97-45eb-9c88-14e3d044b61d | {
"language": "AsciiDoc"
} | ```asciidoc
---
layout: documentation
---
:title: Muon Java
:date: 2015-01-05 11:40
:comments: true
:sharing: true
:source-highlighter: pygments
:toc: right
:toc-title: Muon Java
:toclevels: 6
# Muon Java
Muon Java is the implementation of the Muon microservices toolkit, for the Java platform. Muon enables you to eas... | ```asciidoc
---
layout: documentation
---
:title: Muon Java
:date: 2015-01-05 11:40
:comments: true
:sharing: true
:source-highlighter: pygments
:toc: right
:toc-title: Muon Java
:toclevels: 6
:includedir: .
ifdef::env-doc[]
:includedir: submodules/java/doc
endif::[]
## Muon Java
Muon Java is the implementation of t... |
969eb3a9-0910-4598-9fbc-e8f47af9b9a7 | {
"language": "AsciiDoc"
} | ```asciidoc
# Janitor - Keeping your Pocket clean since 2016
image:https://travis-ci.org/techdev-solutions/janitor.svg?branch=master["Build Status",link="https://travis-ci.org/techdev-solutions/janitor"]
An application to perform cleanup work using the https://getpocket.com[Pocket API].
## API Documentation
The docum... | ```asciidoc
# Janitor image:https://travis-ci.org/techdev-solutions/janitor.svg?branch=master["Build Status",link="https://travis-ci.org/techdev-solutions/janitor"]
An application to perform cleanup work using the https://getpocket.com[Pocket API].
## API Documentation
The documentation for the Kotlin API bindings ca... |
7ee4daf9-d7f5-433f-b982-5c8d139e6f21 | {
"language": "AsciiDoc"
} | ```asciidoc
[[breaking-changes]]
= Breaking changes
[partintro]
--
This section discusses the changes that you need to be aware of when migrating
your application from one version of Elasticsearch to another.
As a general rule:
* Migration between major versions -- e.g. `1.x` to `2.x` --
requires a <<restart-upgra... | ```asciidoc
[[breaking-changes]]
= Breaking changes
[partintro]
--
This section discusses the changes that you need to be aware of when migrating
your application from one version of Elasticsearch to another.
As a general rule:
* Migration between major versions -- e.g. `1.x` to `2.x` --
requires a <<restart-upgra... |
84408689-1001-4734-97b0-c786829537d1 | {
"language": "AsciiDoc"
} | ```asciidoc
[[indices-get-mapping]]
== Get Mapping
The get mapping API allows to retrieve mapping definitions for an index or
index/type.
[source,js]
--------------------------------------------------
curl -XGET 'http://localhost:9200/twitter/_mapping/tweet'
--------------------------------------------------
[float]... | ```asciidoc
[[indices-get-mapping]]
== Get Mapping
The get mapping API allows to retrieve mapping definitions for an index or
index/type.
[source,js]
--------------------------------------------------
curl -XGET 'http://localhost:9200/twitter/_mapping/tweet'
--------------------------------------------------
[float]... |
e9ce566d-f28e-487d-90db-ea4139aa40f8 | {
"language": "AsciiDoc"
} | ```asciidoc
= virtualreality
:author:
:revnumber:
:revdate: 2016/03/17 20:48
:relfileprefix: ../
:imagesdir: ..
ifdef::env-github,env-browser[:outfilesuffix: .adoc]
== OpenCV
== JavaCV
== Hand gesture links:
link:http://www.movesinstitute.org/~kolsch/HandVu/HandVu.html[http://www.movesinstitute.org/~kolsch/Ha... | ```asciidoc
= virtualreality
:author:
:revnumber:
:revdate: 2016/10/23 11:22
:relfileprefix: ../
:imagesdir: ..
ifdef::env-github,env-browser[:outfilesuffix: .adoc]
jMonkeyEngine 3 has a wide range of support for Virtual Reality (VR). The known supported systems are:
HTC Vive and systems supporting SteamVR/OpenVR
Ra... |
8d9abe75-5d24-4cdf-aa10-3518972d65e2 | {
"language": "AsciiDoc"
} | ```asciidoc
[[breaking-changes-5.5]]
== Breaking changes in 5.5
[[breaking_55_plugins]]
[float]
=== Ignoring hidden folders
Previous versions of Elasticsearch would skip hidden files and directories when
scanning the plugins folder. This allows broken plugin installs to remain
undetected so this leniency has been rem... | ```asciidoc
[[breaking-changes-5.5]]
== Breaking changes in 5.5
[[breaking_55_plugins]]
[float]
=== Ignoring hidden folders
Previous versions of Elasticsearch would skip hidden files and directories when
scanning the plugins folder. This allows broken plugin installs to remain
undetected so this leniency has been rem... |
d24e7288-9775-43fd-b1a5-b333879e856a | {
"language": "AsciiDoc"
} | ```asciidoc
[[breaking-changes-6.2]]
== Breaking changes in 6.2
[[breaking_62_packaging]]
[float]
=== All permission bootstrap check
Elasticsearch installs a security manager during bootstrap to mitigate the scope
of exploits in the JDK, in third-party dependencies, and in Elasticsearch itself
as well as to sandbox u... | ```asciidoc
[[breaking-changes-6.2]]
== Breaking changes in 6.2
[[breaking_62_packaging]]
[float]
=== All permission bootstrap check
Elasticsearch installs a security manager during bootstrap to mitigate the scope
of exploits in the JDK, in third-party dependencies, and in Elasticsearch itself
as well as to sandbox u... |
69e7b8d1-b895-45d9-ab1b-abf743bcc4f8 | {
"language": "AsciiDoc"
} | ```asciidoc
[[java-query-dsl-type-query]]
==== Type Query
deprecated[7.0.0, Types are being removed, prefer filtering on a field instead. For more information, please see <<removal-of-types>>.]
See {ref}/query-dsl-type-query.html[Type Query]
["source","java",subs="attributes,callouts,macros"]
-----------------------... | ```asciidoc
[[java-query-dsl-type-query]]
==== Type Query
deprecated[7.0.0, Types are being removed, prefer filtering on a field instead. For more information, please see {ref}/removal-of-types.html[Removal of mapping types].]
See {ref}/query-dsl-type-query.html[Type Query]
["source","java",subs="attributes,callouts... |
bf669a84-d6f5-4169-bcd7-ae52b2230353 | {
"language": "AsciiDoc"
} | ```asciidoc
= Explorer for Hawkular
http://hawkular.org/[Hawkular] is a set of components for Monitoring.
This explorer connects to a Hawkular server and allows to browse trough
inventory and view entities, graph metrics.
.Main screen with availability pop-up
ifndef::env-github[]
image::docs/screenshot.png[]
endif::[... | ```asciidoc
= Explorer for Hawkular
http://hawkular.org/[Hawkular] is a set of components for Monitoring.
This explorer connects to a Hawkular server and allows to browse trough
inventory and view entities, graph metrics.
.Main screen with availability pop-up
ifndef::env-github[]
image::docs/screenshot.png[]
endif::[... |
31137b09-1e2a-4f49-9c80-916e8c916e7d | {
"language": "AsciiDoc"
} | ```asciidoc
= jediterm-forge
Provides https://github.com/forge/core/[JBoss Forge] console component based on
https://github.com/JetBrains/jediterm[JediTerm] for Swing applications, like IntelliJ, NetBeans,
or standalone shell client.
== Build
* Clone this JediTerm repository fork:
** `git clone https://github.com/... | ```asciidoc
= jediterm-forge
Provides https://github.com/forge/core/[JBoss Forge] console component based on
https://github.com/JetBrains/jediterm[JediTerm] for Swing applications, like IntelliJ, NetBeans,
or standalone shell client.
== Build
* Clone this JediTerm repository fork:
** `git clone https://github.com/... |
e0ca3a3a-5cb1-47ba-9ec3-0f7282817c8b | {
"language": "AsciiDoc"
} | ```asciidoc
// Module included in the following assemblies:
//
// * logging/cluster-logging-kibana-interface.adoc
[id="cluster-logging-kibana-interface-launch_{context}"]
= Launching Kibana
Kibana is a browser-based console to query, discover, and visualize your logs through histograms, line graphs,
pie charts, heat ... | ```asciidoc
// Module included in the following assemblies:
//
// * logging/cluster-logging-kibana-interface.adoc
[id="cluster-logging-kibana-interface-launch_{context}"]
= Launching Kibana
Kibana is a browser-based console to query, discover, and visualize your logs through histograms, line graphs,
pie charts, heat ... |
f64cdf21-e024-4b89-bdd7-810a293767b3 | {
"language": "AsciiDoc"
} | ```asciidoc
= Spring Boot and Two DataSources
This project demonstrates how to use two `DataSource` s with Spring Boot.
It utilizes:
* Spring Data https://github.com/spring-projects/spring-data-jpa[JPA] / https://github.com/spring-projects/spring-data-rest[REST]
* https://github.com/flyway/flyway[Flyway] migration... | ```asciidoc
= Spring Boot and Two DataSources
This project demonstrates how to use two `DataSource` s with Spring Boot.
It utilizes:
* Spring Data https://github.com/spring-projects/spring-data-jpa[JPA] / https://github.com/spring-projects/spring-data-rest[REST]
* https://github.com/flyway/flyway[Flyway] migration... |
502e3714-5b9b-4803-b73b-a7aeed43f55d | {
"language": "AsciiDoc"
} | ```asciidoc
== asciidoctor-fopub-embed-svg-example
An example for embedding SVG images in an asciidoctor document.
=== Setup
----
bundle install
----
=== How to make the target pdf file
Running the command below make the target pdf file named "class_diagram.pdf" out of "class_diagram.adoc"
----
bundle exec rake
-... | ```asciidoc
== asciidoctor-fopub-embed-svg-example
An example for embedding SVG images in an asciidoctor document.
=== Setup
----
bundle install
----
=== How to make the target pdf file
Running the command below make the target pdf file named "class_diagram.pdf" out of "class_diagram.adoc"
----
bundle exec rake
-... |
77cd1a75-0a4e-4d62-967b-a6eea69d1bde | {
"language": "AsciiDoc"
} | ```asciidoc
[[search-request-from-size]]
=== From / Size
Pagination of results can be done by using the `from` and `size`
parameters. The `from` parameter defines the offset from the first
result you want to fetch. The `size` parameter allows you to configure
the maximum amount of hits to be returned.
Though `from` a... | ```asciidoc
[[search-request-from-size]]
=== From / Size
Pagination of results can be done by using the `from` and `size`
parameters. The `from` parameter defines the offset from the first
result you want to fetch. The `size` parameter allows you to configure
the maximum amount of hits to be returned.
Though `from` a... |
961022fe-2e0a-40fb-8a62-e1cd9e085b06 | {
"language": "AsciiDoc"
} | ```asciidoc
= griffon-configuration-plugin
:linkattrs:
:project-name: griffon-configuration-plugin
image:http://img.shields.io/travis/griffon-plugins/{project-name}/master.svg["Build Status", link="https://travis-ci.org/griffon-plugins/{project-name}"]
image:http://img.shields.io/coveralls/griffon-plugins/{project-nam... | ```asciidoc
= griffon-configuration-plugin
:linkattrs:
:project-name: griffon-configuration-plugin
image:http://img.shields.io/travis/griffon-plugins/{project-name}/master.svg["Build Status", link="https://travis-ci.org/griffon-plugins/{project-name}"]
image:http://img.shields.io/coveralls/griffon-plugins/{project-nam... |
c7cd2557-75ea-45e3-b91f-e93b81a20c2b | {
"language": "AsciiDoc"
} | ```asciidoc
= Opal Runtime for Node.js
ifdef::env-github[]
image:https://img.shields.io/travis/mogztter/opal-runtime/master.svg[Travis build status, link=https://travis-ci.org/mogztter/opal-runtime]
image:http://img.shields.io/npm/v/opal-runtime.svg[npm version, link=https://www.npmjs.org/package/opal-runtime]
endif::... | ```asciidoc
= Opal Runtime for Node.js
ifdef::env-github[]
image:https://img.shields.io/travis/Mogztter/opal-node-runtime/master.svg[Travis build status, link=https://travis-ci.org/Mogztter/opal-node-runtime]
image:http://img.shields.io/npm/v/opal-runtime.svg[npm version, link=https://www.npmjs.org/package/opal-runtim... |
b5b054d9-e296-4954-b0d6-02df73088942 | {
"language": "AsciiDoc"
} | ```asciidoc
= flexy-pool
Author <mih_vlad@yahoo.com>
v1.0.0, 2014-02-25
:homepage: http://vladmihalcea.com/
== Introduction
The flexy-pool library brings adaptability to a given Connection Pool, allowing it to resize on demand.
This is very handy since most connection pools offer a limited set of dynamic configurati... | ```asciidoc
= flexy-pool
Author <mih_vlad@yahoo.com>
v1.0.0, 2014-02-25
:homepage: http://vladmihalcea.com/
== Introduction
The flexy-pool library brings adaptability to a given Connection Pool, allowing it to resize on demand.
This is very handy since most connection pools offer a limited set of dynamic configurati... |
8b8df65c-f363-4054-ab4a-fc1f1b0b895e | {
"language": "AsciiDoc"
} | ```asciidoc
= Spring Boot, AngularJS 2, Kotlin demo
This is a demo which shows how to use Spring Boot, Spring Data JPA and AngularJS 2.
The demo is an implementation of Angular's Tour of Heroes tutorial. The demo is written in Kotlin and TypeScript.
The Heroes are stored in an in-memory H2 database. The H2 schema is ... | ```asciidoc
= Spring Boot, AngularJS 2, Kotlin demo
This is a demo which shows how to use Spring Boot, Spring Data JPA and AngularJS 2.
The demo is an implementation of Angular's Tour of Heroes tutorial. The demo is written in Kotlin and TypeScript.
The Heroes are stored in an in-memory H2 database. The H2 schema is ... |
d036534b-5438-42e6-8a79-aba9ab4a24e4 | {
"language": "AsciiDoc"
} | ```asciidoc
= Flexy Pool
Author <mih_vlad@yahoo.com>
v1.0.0, 2014-02-25
:homepage: http://vladmihalcea.com/
== Introduction
The Flexy Pool library brings adaptability to a given Connection Pool, allowing it to resize on demand.
This is very handy since most connection pools offer a limited set of dynamic configurati... | ```asciidoc
= Flexy Pool
Author <mih_vlad@yahoo.com>
v1.0.0, 2014-02-25
:homepage: http://vladmihalcea.com/
== Introduction
The Flexy Pool library brings adaptability to a given Connection Pool, allowing it to resize on demand.
This is very handy since most connection pools offer a limited set of dynamic configurati... |
5fc16dd6-a4e9-4515-9f4c-f0073f92b089 | {
"language": "AsciiDoc"
} | ```asciidoc
// Module included in the following assemblies:
//
// * storage/persistent_storage/persistent-storage-nfs.adoc
[id="nfs-selinux_{context}"]
= SELinux
By default, SELinux does not allow writing from a Pod to a remote
NFS server. The NFS volume mounts correctly, but is read-only.
To enable writing to a rem... | ```asciidoc
// Module included in the following assemblies:
//
// * storage/persistent_storage/persistent-storage-nfs.adoc
[id="nfs-selinux_{context}"]
= SELinux
{op-system-base-full} and {op-system-first} systems are configured to use SELinux on remote NFS servers by default.
For non-{op-system-base} and non-{op-sy... |
6f494197-1d5d-460a-94f5-aa0760c0b354 | {
"language": "AsciiDoc"
} | ```asciidoc
= Getting Started
Gary Brown
2015-04-21
:description: How to get started with Scribble
:jbake-type: page
:jbake-status: published
:icons: font
== Getting Started with Scribble.
----
module examples;
global protocol HelloWorld(role Me, role World) {
hello(Greetings) from Me to World;
choice at World {
... | ```asciidoc
= Getting Started
Gary Brown
2015-04-21
:description: How to get started with Scribble
:jbake-type: page
:jbake-status: published
:icons: font
== Getting Started with Scribble.
----
module example;
type <xsd> "{http://www.acme.com/types}Greetings" from "http://www.acme.com/types/Greetings.xsd" as Greetin... |
b22f96f3-1416-4736-a0cf-0b0ac6c3d9e9 | {
"language": "AsciiDoc"
} | ```asciidoc
= Spring Cloud for Cloud Foundry
include::intro.adoc[]
The first time you use it the discovery client might be slow owing to
the fact that it has to get an access token from Cloud Foundry.
== Quickstart
include::quickstart.adoc[]
=== Single Sign On
NOTE: All of the OAuth2 SSO and resource server featu... | ```asciidoc
= Spring Cloud for Cloud Foundry
include::intro.adoc[]
The first time you use it the discovery client might be slow owing to
the fact that it has to get an access token from Cloud Foundry.
== Discovery
include::quickstart.adoc[]
== Single Sign On
NOTE: All of the OAuth2 SSO and resource server feature... |
b73defa2-56ce-41fc-afef-277ab4f99cf7 | {
"language": "AsciiDoc"
} | ```asciidoc
= Minimal-J
Java - but small.
image::doc/frontends.png[]
Minimal-J applications are
* Responsive to use on every device
* Straight forward to specify and implement and therefore
* Easy to plan and manage
=== Idea
Business applications tend to get complex and complicated. Minimal-J prevents this by set... | ```asciidoc
= Minimal-J
Java - but small.
image::doc/frontends.png[]
Minimal-J applications are
* Responsive to use on every device
* Straight forward to specify and implement and therefore
* Easy to plan and manage
=== Idea
Business applications tend to get complex and complicated. Minimal-J prevents this by set... |
cd807f9f-9734-440b-a352-f6af29eef5ad | {
"language": "AsciiDoc"
} | ```asciidoc
[NOTE]
====
This technology is considered {extension-status}.
ifeval::["{extension-status}" == "experimental"]
In _experimental_ mode, early feedback is requested to mature the idea.
There is no guarantee of stability nor long term presence in the platform until the solution matures.
Feedback is welcome on... | ```asciidoc
[NOTE]
====
This technology is considered {extension-status}.
ifeval::["{extension-status}" == "experimental"]
In _experimental_ mode, early feedback is requested to mature the idea.
There is no guarantee of stability nor long term presence in the platform until the solution matures.
Feedback is welcome on... |
307c9434-d77f-4a3e-a771-43e2c3b3e4ee | {
"language": "AsciiDoc"
} | ```asciidoc
== Spring Cloud Starters
include::intro.adoc[]
```
Add link to github in rendered docs | ```asciidoc
== Spring Cloud Starters
:github: https://github.com/spring-cloud/spring-cloud-starters
:githubmaster: {github}/tree/master
:docslink: {githubmaster}/docs/src/main/asciidoc
include::intro.adoc[]
include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/docs/src/main/asciidoc/contri... |
06da0c96-d80a-4bfe-8577-ec2508f28d13 | {
"language": "AsciiDoc"
} | ```asciidoc
[[rest-api-unique-indexes]]
== Unique Indexing ==
For uniqueness enforcements, there are two modes:
* URL Parameter `unique=get_or_create`: Create a new node/relationship and index it if no existing one can be found. If an existing node/relationship is found, discard the sent data and return the existing ... | ```asciidoc
[[rest-api-unique-indexes]]
== Unique Indexing ==
NOTE: As of Neo4j 2.0, unique constraints have been added. These make Neo4j enforce the uniqueness,
guaranteeing that uniqueness is maintained. See <<graphdb-neo4j-schema-constraints>> for details about this.
For uniqueness enforcements, there are two mode... |
4c5a1752-4fcc-45ad-a178-c1e6c4ce7a2f | {
"language": "AsciiDoc"
} | ```asciidoc
// Module included in the following assemblies:
//
// * machine_management/applying_autoscaling.adoc
// * machine_management/creating-infrastructure-machinesets.adoc
// * machine_management/creating-machinesets.adoc
// * machine_management/deploying-machine-health-checks.adoc
// * machine_management/manuall... | ```asciidoc
// Module included in the following assemblies:
//
// * machine_management/applying_autoscaling.adoc
// * machine_management/creating-infrastructure-machinesets.adoc
// * machine_management/creating-machinesets.adoc
// * machine_management/deploying-machine-health-checks.adoc
// * machine_management/manuall... |
e9dd5df7-194b-4bf2-82d4-708680df3acc | {
"language": "AsciiDoc"
} | ```asciidoc
== Using a pre-release version
Pre-release versions of `AsciidoctorJ` are published to oss.sonatype.org.
The exact location of the repository will be announced.
Final releases are released to both Maven Central.
Here's how to use a pre-release version in Maven:
[source, xml]
----
<repositories>
... | ```asciidoc
= Using a pre-release version
Pre-release versions of `AsciidoctorJ` are published to oss.sonatype.org.
The exact location of the repository will be announced.
Final releases are released to both Maven Central.
Here's how to use a pre-release version in Maven:
[source, xml]
----
<repositories>
... |
f8fd8517-9654-4b78-add5-131090f65ce5 | {
"language": "AsciiDoc"
} | ```asciidoc
= Gradle Docker Plugin User Guide & Examples
:uri-bmuschko-blog: https://bmuschko.com/blog
:uri-ghpages: https://bmuschko.github.io/gradle-docker-plugin
:uri-github: https://github.com/bmuschko/gradle-docker-plugin
:uri-gradle-docs: https://docs.gradle.org/current
include::00-intro.adoc[]
include::10-remo... | ```asciidoc
= Gradle Docker Plugin User Guide & Examples
:uri-bmuschko-blog: https://bmuschko.com/blog
:uri-ghpages: https://bmuschko.github.io/gradle-docker-plugin/{gradle-project-version}
:uri-github: https://github.com/bmuschko/gradle-docker-plugin
:uri-gradle-docs: https://docs.gradle.org/current
include::00-intro... |
2a6eb250-7896-457d-9739-78562dec8b1d | {
"language": "AsciiDoc"
} | ```asciidoc
[[rest-api-unique-indexes]]
== Unique Indexes ==
For uniqueness enforcements, there are two modes:
* URL Parameter `unique=get_or_create`: Create a new node/relationship and index it if no existing one can be found. If an existing node/relationship is found, discard the sent data and return the existing n... | ```asciidoc
[[rest-api-unique-indexes]]
== Unique Indexes ==
For uniqueness enforcements, there are two modes:
* URL Parameter `uniqueness=get_or_create`: Create a new node/relationship and index it if no existing one can be found. If an existing node/relationship is found, discard the sent data and return the existi... |
2396a361-84bf-4088-ad15-8a84e77abba5 | {
"language": "AsciiDoc"
} | ```asciidoc
= Breaking changes in 2.10
:page-sidebar: am_2_x_sidebar
:page-permalink: am/2.x/am_breaking_changes_2.10.html
:page-folder: am/installation-guide
:page-layout: am
== JAR Manifest file has changed
Starting from version 2.10.10, the Main-Class of the entry point of the runnable management and gateway appli... | ```asciidoc
= Breaking changes in 2.10
:page-sidebar: am_2_x_sidebar
:page-permalink: am/2.x/am_breaking_changes_2.10.html
:page-folder: am/installation-guide
:page-layout: am
== JAR Manifest file has changed
Starting from version 2.10.10, the Main-Class of the entry point of the runnable management and gateway appli... |
2adfec54-8a02-4dff-9ccb-3dd10c739a42 | {
"language": "AsciiDoc"
} | ```asciidoc
[source, bash, subs=attributes+, role="primary asciidoc-tabs-sync-cli"]
.CLI
----
ifdef::build-additional-parameters[]
quarkus build --native -Dquarkus.native.container-build=true {build-additional-parameters}
endif::[]
ifndef::build-additional-parameters[]
quarkus build --native -Dquarkus.native.container-... | ```asciidoc
[source, bash, subs=attributes+, role="primary asciidoc-tabs-sync-cli"]
.CLI
----
ifdef::build-additional-parameters[]
quarkus build --native --no-tests -Dquarkus.native.container-build=true {build-additional-parameters}
endif::[]
ifndef::build-additional-parameters[]
quarkus build --native --no-tests -Dqua... |
102f8344-5be8-42bf-90b9-5225532b9889 | {
"language": "AsciiDoc"
} | ```asciidoc
== Rook - Sane, smart, fast, Clojure web services
image:http://clojars.org/io.aviso/rook/latest-version.svg[Clojars Project, link="http://clojars.org/io.aviso/rook"]
image:https://drone.io/github.com/AvisoNovate/rook/status.png[Build Status, link="https://drone.io/github.com/AvisoNovate/rook"]
Rook is a ... | ```asciidoc
## Rook - Sane, smart, fast, Clojure web services
image:http://clojars.org/io.aviso/rook/latest-version.svg[Clojars Project, link="http://clojars.org/io.aviso/rook"]
image:https://drone.io/github.com/AvisoNovate/rook/status.png[Build Status, link="https://drone.io/github.com/AvisoNovate/rook"]
Rook is a ... |
7988d375-8c0c-457a-ab08-833069b22c41 | {
"language": "AsciiDoc"
} | ```asciidoc
[id="learn-about-ovn-kubernetes"]
= About the OVN-Kubernetes Pod network provider
include::modules/common-attributes.adoc[]
:context: learn-about-ovn-kubernetes
toc::[]
include::modules/nw-ovn-technology-preview.adoc[leveloffset=+1]
[id="ovn-kubernetes-metrics"]
== Exposed metrics
The OVN-Kubernetes net... | ```asciidoc
[id="learn-about-ovn-kubernetes"]
= About the OVN-Kubernetes Pod network provider
include::modules/common-attributes.adoc[]
:context: learn-about-ovn-kubernetes
toc::[]
include::modules/nw-ovn-technology-preview.adoc[leveloffset=+1]
[id="ovn-kubernetes-metrics"]
== Exposed metrics
The OVN-Kubernetes net... |
abcf713c-b25c-4105-8287-4b2abe447a7a | {
"language": "AsciiDoc"
} | ```asciidoc
= Transform Query Parameters Policy
ifdef::env-github[]
image:https://ci.gravitee.io/buildStatus/icon?job=gravitee-io/gravitee-policy-transformqueryparams/master["Build status", link="https://ci.gravitee.io/job/gravitee-io/job/gravitee-policy-transformqueryparams/"]
image:https://badges.gitter.im/Join Chat... | ```asciidoc
= Transform Query Parameters Policy
ifdef::env-github[]
image:https://ci.gravitee.io/buildStatus/icon?job=gravitee-io/gravitee-policy-transformqueryparams/master["Build status", link="https://ci.gravitee.io/job/gravitee-io/job/gravitee-policy-transformqueryparams/"]
image:https://badges.gitter.im/Join Chat... |
41012e1b-0591-4b93-bb45-75d970d6d2ed | {
"language": "AsciiDoc"
} | ```asciidoc
# react-popover
:toc: macro
A specification backed popover for react
toc::[]
## Installation
----
npm install react-popover
----
## Examples
The `examples` folder contains basic applications of this component. To try them locally run `npm start`.
## API
TODO
```
Update readme with demo link | ```asciidoc
# react-popover
:toc: macro
A specification backed popover for react. See [demo](https://littlebits.github.io/react-popover/build).
toc::[]
## Installation
----
npm install react-popover
----
## Examples
The `examples` folder contains basic applications of this component. To try them locally run `n... |
697a42da-97cc-4821-b1b5-64297e88c61e | {
"language": "AsciiDoc"
} | ```asciidoc
= OmniJ Developer's Guide
Sean Gilligan
v0.1, July 30, 2015: Early draft
:numbered:
:toc:
:toclevels: 3
:linkattrs:
:imagesdir: images
Paragraph TBD.
== Introduction to OmniJ
This section is TBD. For now the project http://github.com/OmniLayer/OmniJ/README.adoc[README] is the best place to get started.
... | ```asciidoc
= OmniJ Developer's Guide
Sean Gilligan
v0.1, July 30, 2015: Early draft
:numbered:
:toc:
:toclevels: 3
:linkattrs:
:imagesdir: images
Paragraph TBD.
== Introduction to OmniJ
This section is TBD. For now the project https://github.com/OmniLayer/OmniJ#omnij-project[README] is the best place to get started... |
c88689b0-4808-45c8-b3ea-1f3d99ef787a | {
"language": "AsciiDoc"
} | ```asciidoc
= Internal glossary
This is not a document to be published outside.
This is a collection of preferred term in the documentation and website.
Please stay witin these terms for consistency.
Live reload:: for our `quarkus:dev` capability
GraalVM:: preferred term for the VM creating native executable. No spac... | ```asciidoc
= Internal glossary
This is not a document to be published outside.
This is a collection of preferred term in the documentation and website.
Please stay within these terms for consistency.
* Live reload:: for our `quarkus:dev` capability
* GraalVM:: preferred term for the VM creating native executable. No... |
c830075c-71ee-4989-b510-577472bcfc22 | {
"language": "AsciiDoc"
} | ```asciidoc
[[documentation.upgrading]]
== Upgrading From an Earlier Version
You should always ensure that you are running a {github-wiki}/Supported-Versions[supported version] of Spring Boot.
Depending on the version that you are upgrading to, you can find some additional tips here:
* *From 1.x:* <<actuator#upgradi... | ```asciidoc
[[documentation.upgrading]]
== Upgrading From an Earlier Version
You should always ensure that you are running a {github-wiki}/Supported-Versions[supported version] of Spring Boot.
Depending on the version that you are upgrading to, you can find some additional tips here:
* *From 1.x:* <<upgrading#upgrad... |
800b2ee3-244a-4a1f-b0c8-3c581d00d5e6 | {
"language": "AsciiDoc"
} | ```asciidoc
= Hashicorp Vault Component
:doctitle: Hashicorp Vault
:shortname: hashicorp-vault
:artifactid: camel-hashicorp-vault
:description: Manage secrets in Hashicorp Vault Service
:since: 3.18
:supportlevel: Preview
:component-header: Only producer is supported
//Manually maintained attributes
:group: Azure
:came... | ```asciidoc
= Hashicorp Vault Component
:doctitle: Hashicorp Vault
:shortname: hashicorp-vault
:artifactid: camel-hashicorp-vault
:description: Manage secrets in Hashicorp Vault Service
:since: 3.18
:supportlevel: Preview
:component-header: Only producer is supported
//Manually maintained attributes
:camel-spring-boot-... |
350b2851-03cb-4e3f-90b8-e80c791fbc73 | {
"language": "AsciiDoc"
} | ```asciidoc
= To-Do List
- mock_cone_detector creates infinite area and overflows h
- [line-through]#new waypoints shorter than old don't delete existing waypoints#
- adjust waypoints for start position and cone position
- cone area goes down when very close to cone
- [line-through]#parameterize throttle and steering ... | ```asciidoc
= To-Do List
- mock_cone_detector creates infinite area and overflows h
- (*DONE*) new waypoints shorter than old don't delete existing waypoints
- adjust waypoints for start position and cone position
- cone area goes down when very close to cone
- (*DONE*) parameterize throttle and steering PWM values
- ... |
c7b4cfa5-e631-4c1e-8d6d-740ed9a09c9c | {
"language": "AsciiDoc"
} | ```asciidoc
=== Get the Clusters that Have Command Available
==== Description
Search the clusters that the given command is linked to.
==== Endpoint
`GET /api/v3/applications/{id}/commands`
:snippet-base: {snippets}/command-rest-controller-integration-test/can-get-clusters-for-command/8
:id-base: get-clusters-for-... | ```asciidoc
=== Get the Clusters that Have Command Available
==== Description
Search the clusters that the given command is linked to.
==== Endpoint
`GET /api/v3/commands/{id}/clusters`
:snippet-base: {snippets}/command-rest-controller-integration-test/can-get-clusters-for-command/8
:id-base: get-clusters-for-comm... |
8d51a9e5-034c-4aeb-8877-27c4b54d003c | {
"language": "AsciiDoc"
} | ```asciidoc
= Changelog
== Version 0.3.0
Date: 2014-01-18
- First version splitted from monolitic buddy package.
- No changes from original version.
```
Update changelog related to jws changes. | ```asciidoc
= Changelog
== Version 0.4.0
Date: unreleased
- Add encode/decode functions to JWS/JWT implementation. Them instead of return
plain value, return a monadic either. That allows granular error reporting
instead something like nil that not very useful. The previous sign/unsign
are conserved for backwa... |
ee9ea8f9-8a52-4c81-bb19-e0a8940e1ebb | {
"language": "AsciiDoc"
} | ```asciidoc
== dda - Django Desktop Application
=== Introduction
DDA is an example project to demonstrate how to use Django as a desktop
application. It provides an alternative to using a GUI framework such as
https://docs.python.org/3.4/library/tkinter.html[Tkinter] or
http://sourceforge.net/projects/pyqt/[PyQt].
... | ```asciidoc
== dda - Django Desktop Application
=== Introduction
DDA is an example project to demonstrate how to use Django as a desktop
application. It provides an alternative to using a GUI framework such as
https://docs.python.org/3.4/library/tkinter.html[Tkinter] or
http://sourceforge.net/projects/pyqt/[PyQt].
... |
024e53f4-873f-4d64-b675-2321499d14e7 | {
"language": "AsciiDoc"
} | ```asciidoc
= Creating an Uberjar
Edge provides a script for running pack to build an uberjar.
To use it, you can simply run the below from your project sub-directory (the same folder as your deps.edn).
[source,shell]
----
$ ../bin/onejar -A:prod --args '-m edge.main' project.jar
----
The `-A:prod` indicates an alia... | ```asciidoc
= Creating an Uberjar
== OneJar
Edge provides a script for running pack to build an uberjar.
To use it, you can simply run the below from your project sub-directory (the same folder as your deps.edn).
[source,shell]
----
$ ../bin/onejar -A:prod --args '-m edge.main' project.jar
----
The `-A:prod` indica... |
a443db01-c10e-417e-83ee-4a9c15a3be54 | {
"language": "AsciiDoc"
} | ```asciidoc
= Callfire API v2 REST client
C# client for Callfire platform API version 2. See link:https://developers.callfire.com/callfire-api-client-csharp.html[Getting Started]
page for setup instructions.
.*Requirements:*
* .NET 4.6+
.*Dependencies:*
* Newtonsoft.Json >= 7.0.1
* RestSharp >= 106.4.2
.*Table of ... | ```asciidoc
= Callfire API v2 REST client
C# client for Callfire platform API version 2. See link:https://developers.callfire.com/callfire-api-client-csharp.html[Getting Started]
page for setup instructions.
.*Requirements:*
* .NET 4.6+
.*Dependencies:*
* Newtonsoft.Json >= 12.0.2
* RestSharp = 106.6.4 (RestSharp h... |
043c937e-f340-4177-9878-1a2b300d2bce | {
"language": "AsciiDoc"
} | ```asciidoc
= Report an issue
:awestruct-layout: normalBase
:showtitle:
== Issue tracker
We welcome issue reports (bugs, improvements, new feature requests, ...) in our issue tracker:
*Show https://issues.jboss.org/browse/drools[the JIRA issue tracker].*
Log in and click on the button _Create Issue_ to report a bug... | ```asciidoc
= Report an issue
:awestruct-layout: normalBase
:showtitle:
== Issue tracker
We welcome issue reports (bugs, improvements, new feature requests, ...) in our issue tracker:
*Show https://issues.jboss.org/browse/drools[the JIRA issue tracker].*
Log in and click on the button _Create Issue_ to report a bug... |
3a8135f4-c484-4016-8b95-1fe7070ca5a5 | {
"language": "AsciiDoc"
} | ```asciidoc
= Components
:page-sidebar: apim_sidebar
:page-permalink: apim_overview_components.html
:page-folder: apim/overview
Next sections are describing top components which are part of Gravitee.io.
== Gateway
The gateway is the core component of the Gravitee.io platform. You can compare it to a "smart" proxy to ... | ```asciidoc
= Components
:page-sidebar: apim_sidebar
:page-permalink: apim_overview_components.html
:page-folder: apim/overview
Next sections are describing top components which are part of Gravitee.io.
== Gateway
The gateway is the core component of the Gravitee.io platform. You can compare it to a "smart" proxy to ... |
d6f7a9af-ae98-4b88-926b-0a270e49883a | {
"language": "AsciiDoc"
} | ```asciidoc
= Talend component for Neo4j
Benoit Simard <github@bsimard.com>
V1.0
:experimental:
:toc:
:toc-placement: preamble
:toc-title: pass:[<b>Table of Contents</b>]
:outfilesuffix-old: {outfilesuffix}
ifdef::env-github[:outfilesuffix: .adoc]
ifndef::env-github[]
:idprefix:
:idseparator: -
endif::[]
image:https:/... | ```asciidoc
= Talend component for Neo4j
Benoit Simard <github@bsimard.com>
V1.0
:experimental:
:toc:
:toc-placement: preamble
:toc-title: pass:[<b>Table of Contents</b>]
:outfilesuffix-old: {outfilesuffix}
ifdef::env-github[:outfilesuffix: .adoc]
ifndef::env-github[]
:idprefix:
:idseparator: -
endif::[]
image:https:/... |
362a7c7d-e5f2-493f-a0b9-8d21ae078591 | {
"language": "AsciiDoc"
} | ```asciidoc
== asciidoctor-fopub-embed-svg-example
An example for embedding SVG images in an asciidoctor document.
=== Setup
----
bundle install
----
=== How to make the target pdf file
Running the command below make the target pdf file named "class_diagram.pdf" out of "class_diagram.adoc"
----
bundle exec rake
-... | ```asciidoc
== asciidoctor-fopub-embed-svg-example
An example for embedding SVG images in an asciidoctor document.
=== Setup
----
bundle install
----
=== How to make the target pdf file
Running the command below make the target pdf file named "class_diagram.pdf" out of "class_diagram.adoc"
----
bundle exec rake
-... |
24dd9e3d-a8c7-460e-8662-8e15df48f29b | {
"language": "AsciiDoc"
} | ```asciidoc
== Source release to pypi
python setup.py release --skip-tests --pypi
== Sign source release for GitHub
gpg --detach-sign dist/yubikey-manager-VERSION.tar.gz
== Releasing on macOS
python setup.py executable
resources/fix_libusb_dep_app_bundle.sh dist/YubiKey\ Manager.app/
codesign -s... | ```asciidoc
== Source release to pypi
python setup.py release --skip-tests --pypi
== Sign source release for GitHub
gpg --detach-sign dist/yubikey-manager-VERSION.tar.gz
== Releasing on macOS
python setup.py executable
resources/fix_libusb_dep_app_bundle.sh dist/YubiKey\ Manager.app/
codesign --... |
9a9797fe-4d69-4047-98bd-24724169a090 | {
"language": "AsciiDoc"
} | ```asciidoc
= Implementation protocols
Franz Wilhelmstötter <franz.wilhelmstoetter@gmail.com>
:Author Initials: FWi
:toc:
:icons:
:numbered:
:website: http://jenetics.io/
While implementing the library, a lot of concrete implementation decisions have been made. This document gives a more detailed description of some s... | ```asciidoc
= Implementation protocols
Franz Wilhelmstötter <franz.wilhelmstoetter@gmail.com>
:Author Initials: FWi
:toc:
:icons:
:numbered:
:website: http://jenetics.io/
While implementing the library, a lot of concrete implementation decisions have been made. This document gives a more detailed description of select... |
4ddecad0-16b2-40e4-9302-e020d491a252 | {
"language": "AsciiDoc"
} | ```asciidoc
[[elasticsearch-reference]]
= Elasticsearch Reference
:version: 2.2.0
:branch: 2.0
:major-version: 2.x
:jdk: 1.8.0_25
:defguide: https://www.elastic.co/guide/en/elasticsearch/guide/current
:plugins: https://www.elastic.co/guide/en/elasticsearch/plugins/2.x
:issue: ... | ```asciidoc
[[elasticsearch-reference]]
= Elasticsearch Reference
:version: 2.2.0
:branch: 2.x
:major-version: 2.x
:jdk: 1.8.0_25
:defguide: https://www.elastic.co/guide/en/elasticsearch/guide/current
:plugins: https://www.elastic.co/guide/en/elasticsearch/plugins/2.x
:issue: ... |
ccdf5e2a-c8e5-4f91-b223-ad11070a48c8 | {
"language": "AsciiDoc"
} | ```asciidoc
= Edge App
Until CIDER 0.17 has been released (which brings improved support for
Clojure CLI), please use a terminal to run `clj`.
Ensure that you are in the `app` sub-directory.
----
$ ./bin/dev
dev=> (go)
----
This starts an nrepl-server, the port is announced on the command line.
== Cursive support
... | ```asciidoc
= Edge App
Until CIDER 0.17 has been released (which brings improved support for
Clojure CLI), please use a terminal to run `clj`.
Ensure that you are in the `app` sub-directory.
----
$ ./bin/repl
dev=> (go)
----
This starts an nrepl-server, the port is announced on the command line.
== Cursive support... |
329dadba-1a8f-4851-a948-ed03df844c11 | {
"language": "AsciiDoc"
} | ```asciidoc
# Conventions over configuration
This document covers conventions used in Dogen that may help you build Dockerfiles faster and easier.
## Handling YUM/DNF repo files
In case you add YUM/DNF repo files that you want to put to the `/etc/yum.repos.d` directory
to enable additional repositories Dogen will h... | ```asciidoc
# Conventions over configuration
This document covers conventions used in Dogen that may help you build Dockerfiles faster and easier.
## Handling YUM/DNF repo files
In case you add YUM/DNF repo files that you want to put to the `/etc/yum.repos.d` directory
to enable additional repositories Dogen will h... |
c76f48fe-be0e-434b-9b66-77f1f1b4865c | {
"language": "AsciiDoc"
} | ```asciidoc
include::{stream-docs-basedir}/core/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc[]
= Binder Implementations
== Apache Kafka Binder
include::{stream-docs-basedir}/kafka/spring-cloud-stream-binder-kafka-docs/src/main/asciidoc/overview.adoc[leveloffset=+1]
== RabbitMQ B... | ```asciidoc
include::{stream-docs-basedir}/core/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc[]
= Binder Implementations
== Apache Kafka Binder
include::{stream-docs-basedir}/kafka/spring-cloud-stream-binder-kafka-docs/src/main/asciidoc/overview.adoc[leveloffset=+1]
== RabbitMQ B... |
57f18f8e-bfde-48bf-85c9-9f8f066ecee3 | {
"language": "AsciiDoc"
} | ```asciidoc
// Module included in the following assemblies:
//
// * configuring_ingress_cluster_traffic/configuring-ingress-cluster-traffic-ingress-controller.adoc
// * ingress-operator.adoc
[id="nw-ingress-sharding-namespace-labels_{context}"]
= Configuring ingress controller sharding by using namespace labels
Ingre... | ```asciidoc
// Module included in the following assemblies:
//
// * configuring_ingress_cluster_traffic/configuring-ingress-cluster-traffic-ingress-controller.adoc
// * ingress-operator.adoc
[id="nw-ingress-sharding-namespace-labels_{context}"]
= Configuring ingress controller sharding by using namespace labels
Ingre... |
1792a234-9fe3-4a56-bf96-d3f611e28545 | {
"language": "AsciiDoc"
} | ```asciidoc
== License
+++<a href="http://deepsymmetry.org"><img src="_images/DS-logo-bw-200-padded-left.png" align="right" alt="Deep Symmetry logo" width="216" height="123"></a>+++
Copyright © 2015–2019 http://deepsymmetry.org[Deep Symmetry, LLC]
Distributed under the https://opensource.org/licenses/EPL-2.0[Ec... | ```asciidoc
== License
+++<a href="http://deepsymmetry.org"><img src="_images/DS-logo-bw-200-padded-left.png" align="right" alt="Deep Symmetry logo" width="216" height="123"></a>+++
Copyright © 2015–2020 http://deepsymmetry.org[Deep Symmetry, LLC]
Distributed under the https://opensource.org/licenses/EPL-2.0[Ec... |
6d80cee4-0e81-4df2-a6b8-9c675a3ca927 | {
"language": "AsciiDoc"
} | ```asciidoc
WARNING: Be sure to add the dependency to the `dependencies` section of the `build.gradle` file, and not the `buildscript`/`dependencies` section. The former is for application dependencies (needed for at compile time, runtime, or testing), whereas the `buildscript` `dependencies` is for those needed as par... | ```asciidoc
WARNING: Be sure to add the dependency to the `dependencies` section of the `build.gradle` file, and not the `buildscript`/`dependencies` section. The former is for application dependencies (needed at compile time, runtime, or for testing), whereas the `buildscript` `dependencies` is for those needed as par... |
46a794cb-23c0-40f1-9eff-4a40366bed3d | {
"language": "AsciiDoc"
} | ```asciidoc
== New Releases Restoring Compatibility
Revapi has started to use Java 9 for building while maintaining compatibility with Java 8 using the Animal Sniffer Maven
plugin. This has proven to be problematic and the link:20171015-releases.html[last] releases could not be used with
Java 8. This should be now fix... | ```asciidoc
== New Releases Restoring Compatibility
Revapi has started to use Java 9 for building while maintaining compatibility with Java 8 using the Animal Sniffer Maven
plugin. This has proven to be problematic and the link:20171015-releases.html[last] releases could not be used with
Java 8. This should be now fix... |
f03a878d-eef1-4a41-9164-35929237ea66 | {
"language": "AsciiDoc"
} | ```asciidoc
= AsciiDoc Book Starter
This is the starter folder structure for writing book with AsciiDoc.
Inspired by https://github.com/progit/progit2[Pro Git 2].
== Building
run `rake` to build book.
run `rake book:build_chapter_html` to build each chapter into HTML file.
== Lincense
The MIT License
```
Update... | ```asciidoc
= AsciiDoc Book Starter
This is the starter folder structure for writing book with AsciiDoc.
Inspired by https://github.com/progit/progit2[Pro Git 2].
== Installation
Install the gems via `bundle install`.
== Building
run `bundle exec rake` to build book.
run `bundle exec rake book:build_chapter_html... |
aeff9cf3-2a9a-4e72-ba0b-9180a7d220ba | {
"language": "AsciiDoc"
} | ```asciidoc
:moduledir: ..
:attachmentsdir: {moduledir}/assets/attachments
:examplesdir: {moduledir}/examples
:imagesdir: {moduledir}/assets/images
:partialsdir: {moduledir}/pages/_partials
:debezium-version: 0.10.0.Beta4
:debezium-dev-version: 0.10
:debezium-kafka-version: 2.3.0
:debezium-docker-label: 0.10
:install-... | ```asciidoc
:moduledir: ..
:attachmentsdir: {moduledir}/assets/attachments
:examplesdir: {moduledir}/examples
:imagesdir: {moduledir}/assets/images
:partialsdir: {moduledir}/pages/_partials
:debezium-version: 1.0.0.Beta2
:debezium-dev-version: 1.0
:debezium-kafka-version: 2.3.0
:debezium-docker-label: 1.0
:install-ver... |
dd3d3c8e-ef0e-4248-a6a4-fb4663676e6d | {
"language": "AsciiDoc"
} | ```asciidoc
= Neo4j-OGM - An Object Graph Mapping Library for Neo4j
ifdef::backend-html5[(C) {copyright}]
ifndef::backend-pdf[]
License: link:{common-license-page-uri}[Creative Commons 4.0]
endif::[]
ifdef::backend-pdf[]
(C) {copyright}
License: <<license, Creative Commons 4.0>>
endif::[]
[abstract]
--
This is the... | ```asciidoc
= Neo4j-OGM - An Object Graph Mapping Library for Neo4j
ifdef::backend-html5[(C) {copyright}]
ifndef::backend-pdf[]
License: link:{common-license-page-uri}[Creative Commons 4.0]
endif::[]
ifdef::backend-pdf[]
(C) {copyright}
License: <<license, Creative Commons 4.0>>
endif::[]
[abstract]
--
This is the... |
1edd8747-dbc4-42cb-b5f1-1da8723fdc9d | {
"language": "AsciiDoc"
} | ```asciidoc
= TodoService - World's least awesome Web View and REST Service for TODO
This will be a nice working TODO app by 2022..
For now it provides a trivial ToDo lister/editor for one person via HTML (JSF).
Uses ../TodoModel for its JPA Data; do mvn install in that project first.
It will someday soon also provi... | ```asciidoc
= TodoService - World's least awesome REST Service for TODO
This will be a nice working TODO app by 2022..
For now it provides a trivial ToDo lister/editor for one person via HTML (JSF).
Uses ../TodoModel for its JPA Data; do mvn install in that project first.
You need to copy config-sample.properties to... |
be431ba9-d9ea-4be5-90fd-dab49f83761a | {
"language": "AsciiDoc"
} | ```asciidoc
= Docker test training
== Prerequisites
* Hebben ze docker geinstalleerd? Zo nee, doen!
== Doel van de presentatie
* Basisconcepten van Docker uitleggen
* Simpele voorbeelden van containers
* Workshop met als doel zelf webpagina met DB backend testen mbv Docker
=== Vragen wat mensen nog meer zouden wille... | ```asciidoc
= Docker for testers
This repository contains training material for testers that want to get started with http://www.docker.com[Docker]. It was developed by engineers at http://www.bol.com[bol.com].
== Building the course material
NOTE: You must have a recent version of the http://www.oracle.com/technetwo... |
dcbd7bf0-f239-4be7-bf97-4a56124483ee | {
"language": "AsciiDoc"
} | ```asciidoc
= SpringBoot WebApp Demo
https://projects.spring.io/spring-boot[Spring Boot]
looks like a nice way to get started.
This is a trivial webapp created using SpringBoot.
== HowTo
mvn spring-boot:run
Or, in Eclipse with Spring plugin (or "Spring Tool Suite"),
right-click project or Application.java,
then ... | ```asciidoc
= SpringBoot WebApp Demo
https://projects.spring.io/spring-boot[Spring Boot]
looks like a nice way to get started.
This is a trivial webapp created using SpringBoot.
== HowTo
mvn spring-boot:run
Or, in Eclipse with Spring plugin (or "Spring Tool Suite"),
right-click project or Application.java,
then ... |
339cd127-25ec-42ec-9443-e84f133efab8 | {
"language": "AsciiDoc"
} | ```asciidoc
= Blueprint
:author: Hafid Haddouti
image:https://travis-ci.org/haf-tech/blueprint.svg?branch=master["Build Status", link="https://travis-ci.org/haf-tech/blueprint"]
image:https://img.shields.io/badge/License-Apache%202.0-blue.svg["License", link="https://opensource.org/licenses/Apache-2.0"]
Blueprint i... | ```asciidoc
= Blueprint
:author: Hafid Haddouti
image:https://travis-ci.org/haf-tech/blueprint.svg?branch=master["Build Status", link="https://travis-ci.org/haf-tech/blueprint"]
image:https://img.shields.io/badge/License-Apache%202.0-blue.svg["License", link="https://opensource.org/licenses/Apache-2.0"]
image:https:/... |
173ce9ce-ec78-4fe8-91bd-5ed2f6e861f0 | {
"language": "AsciiDoc"
} | ```asciidoc
= Tiny Request Limits Library designed for Java 8
:hardbreaks:
image:https://travis-ci.org/storozhukBM/requestlimit.svg?branch=master["Build Status", link="https://travis-ci.org/storozhukBM/requestlimit"] image:https://coveralls.io/repos/github/storozhukBM/requestlimit/badge.svg["Coverage Status", link="h... | ```asciidoc
= Tiny Request Limits Library designed for Java 8
:hardbreaks:
image:https://travis-ci.org/storozhukBM/requestlimit.svg?branch=master["Build Status", link="https://travis-ci.org/storozhukBM/requestlimit"] image:https://coveralls.io/repos/github/storozhukBM/requestlimit/badge.svg["Coverage Status", link="... |
939a2732-7176-49b5-9234-1dab696077dd | {
"language": "AsciiDoc"
} | ```asciidoc
= OmniJ Release Process
== Main Release Process
. Official builds are now done with JDK 11. (Although most release JARs are JDK 8-compatible)
.. `sdk use java 11.0.10.hs-adpt`
. Update `CHANGELOG.adoc`
. Set versions
.. `gradle.properties`
.. omnij-dsl `ExtensionModule`
.. `README.adoc`
. Commit version ... | ```asciidoc
= OmniJ Release Process
== Main Release Process
. Official builds are now done with JDK 11. (Although most release JARs are JDK 8-compatible)
.. `sdk use java 11.0.10.hs-adpt`
. Update `CHANGELOG.adoc`
. Set versions
.. `gradle.properties`
.. omnij-dsl `ExtensionModule`
.. `README.adoc`
. Commit version ... |
f0e37b55-545c-4ada-87c6-a8901b967868 | {
"language": "AsciiDoc"
} | ```asciidoc
= Installation
RuboCop's installation is pretty standard:
[source,sh]
----
$ gem install rubocop
----
If you'd rather install RuboCop using `bundler`, don't require it in your `Gemfile`:
[source,rb]
----
gem 'rubocop', require: false
----
RuboCop's development is moving at a very rapid pace and there a... | ```asciidoc
= Installation
RuboCop's installation is pretty standard:
[source,sh]
----
$ gem install rubocop
----
If you'd rather install RuboCop using `bundler`, don't require it in your `Gemfile`:
[source,rb]
----
gem 'rubocop', require: false
----
RuboCop's development is moving at a very rapid pace and there a... |
85ead452-a5db-4c5e-b952-cdb0aae92fee | {
"language": "AsciiDoc"
} | ```asciidoc
= _Precompiled_ Math!
:math:
:imagesoutdir: generated_images
:imagesdir: images
## Equations!
[latexmath]
++++
k_{n+1} = n^2 + k_n^2 - k_{n-1}
++++
Some useful text! Formula for quadratic root:
[latexmath]
++++
x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
++++
Inline equation works too! latexmath:[a^2+b^2=c^... | ```asciidoc
= _Precompiled_ Math!
:math:
:imagesoutdir: generated_images
:imagesdir: images
:stem: latexmath
## Equations!
[latexmath]
++++
k_{n+1} = n^2 + k_n^2 - k_{n-1}
++++
Some useful text! Formula for quadratic root:
[stem]
++++
x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
++++
Inline equation works too! latexmath... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.