commit
stringlengths
40
40
old_file
stringlengths
4
237
new_file
stringlengths
4
237
old_contents
stringlengths
1
4.24k
new_contents
stringlengths
1
4.87k
subject
stringlengths
15
778
message
stringlengths
15
8.75k
lang
stringclasses
266 values
license
stringclasses
13 values
repos
stringlengths
5
127k
786dbae9588af66a12811e2b908fef964dcb369d
src/main/docs/common-warningDependencyNotBuildscriptDependency.adoc
src/main/docs/common-warningDependencyNotBuildscriptDependency.adoc
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 part of the Gra...
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 part of the Gra...
Correct typo in common warning
Correct typo in common warning
AsciiDoc
apache-2.0
grails/grails-guides,grails/grails-guides,grails/grails-guides
d1b0f81cbe7a94344097493eed64de1228c1e98e
revapi-site/src/site/asciidoc/news/20171029-compatibility-release.adoc
revapi-site/src/site/asciidoc/news/20171029-compatibility-release.adoc
== 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 fixed and compa...
== 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 fixed and compa...
Add a thank-you message to the release notes.
Add a thank-you message to the release notes.
AsciiDoc
apache-2.0
revapi/revapi,revapi/revapi,revapi/revapi
1c755d78b4d040ae178ee36fea8d6f12f28c9130
README.adoc
README.adoc
= 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
= 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` to build e...
Update readme to include installation. Add bundler: exec needs a command to run to the Converting to HTML... -- HTML output at output/master.html Converting to EPub... -- Epub output at output/master.epub Converting to Mobi (kf8)... -- Mobi output at output/master.mobi Converting to PDF... (this one takes a while) -- P...
Update readme to include installation. Add bundler: exec needs a command to run to the Converting to HTML... -- HTML output at output/master.html Converting to EPub... -- Epub output at output/master.epub Converting to Mobi (kf8)... -- Mobi output at output/master.mobi Converting to PDF... (this one takes a while) ...
AsciiDoc
mit
makzan/asciidoc-book-starter
7d62ee05a0fbdf9dded5db8674979eeda4761213
documentation/modules/ROOT/pages/_attributes.adoc
documentation/modules/ROOT/pages/_attributes.adoc
: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-version: 0.1...
: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-version: 1.0 :c...
Update documentation version attributes
Update documentation version attributes [ci skip]
AsciiDoc
apache-2.0
debezium/debezium,debezium/debezium,jpechane/debezium,jpechane/debezium,debezium/debezium,jpechane/debezium,debezium/debezium,jpechane/debezium
26e6dfbe200903ee30790b0685e946c53d6a3171
neo4j-ogm-docs/src/main/asciidoc/index.adoc
neo4j-ogm-docs/src/main/asciidoc/index.adoc
= 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 Neo4j objec...
= 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 manual of N...
Add Neo4j-OGM version in short description.
Add Neo4j-OGM version in short description.
AsciiDoc
apache-2.0
neo4j/neo4j-ogm,neo4j/neo4j-ogm,neo4j/neo4j-ogm,neo4j/neo4j-ogm
5ae1310344eaaaca1712878db1cae72a86e659ba
README.adoc
README.adoc
= 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 provide a REST in...
= 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 config.prop...
Split into JSF and REST
Split into JSF and REST
AsciiDoc
bsd-2-clause
IanDarwin/TodoService,IanDarwin/TodoService,IanDarwin/TodoREST,IanDarwin/TodoREST
7049aa9c1b4cf624b5ef74a05cf563e41c3d4cf6
README.adoc
README.adoc
= 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 willen weten == ...
= 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/technetwork/java/java...
Update the readme for github
Update the readme for github
AsciiDoc
apache-2.0
bolcom/docker-for-testers,bolcom/docker-for-testers,bolcom/docker-for-testers
e92a28385a14fe7a87608e5e88cc2bb8ca61c72f
README.adoc
README.adoc
= 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 RunAs->Sprin...
= 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 RunAs->Sprin...
Fix typo; while here, tweak wording, formatting.
Fix typo; while here, tweak wording, formatting.
AsciiDoc
bsd-2-clause
IanDarwin/springbootdemo,IanDarwin/springbootdemo
39b154566b6aa98307c2ab7cd4a95eb13c6c4c25
README.adoc
README.adoc
= 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 is a playgrou...
= 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://sonarqube.c...
Add badge for SonarQube integration
Add badge for SonarQube integration
AsciiDoc
apache-2.0
haf-tech/blueprint
35f736464f7990d6ca041f83a0b286dd181e85cc
README.adoc
README.adoc
= 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="https://cover...
= 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="https://cove...
Rebuild master with coverage report
Rebuild master with coverage report
AsciiDoc
apache-2.0
storozhukBM/requestlimit
638bb25702931b9e8f71ee91fac3b9c2f4e69e83
doc/release-process.adoc
doc/release-process.adoc
= 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 bump and cha...
= 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 bump and cha...
Update release process for Gitlab Maven repo
Update release process for Gitlab Maven repo
AsciiDoc
apache-2.0
OmniLayer/OmniJ,OmniLayer/OmniJ,OmniLayer/OmniJ
a75cc8e9c997737d724f581e7cc2d6615ea6d092
docs/modules/ROOT/pages/installation.adoc
docs/modules/ROOT/pages/installation.adoc
= 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 are often bac...
= 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 are often bac...
Add a sidebar about gems that were extracted from RuboCop
[Docs] Add a sidebar about gems that were extracted from RuboCop
AsciiDoc
mit
rrosenblum/rubocop,tdeo/rubocop,maxjacobson/rubocop,tejasbubane/rubocop,bbatsov/rubocop,jmks/rubocop,tdeo/rubocop,bbatsov/rubocop,tejasbubane/rubocop,tdeo/rubocop,rrosenblum/rubocop,jmks/rubocop,tejasbubane/rubocop,jmks/rubocop,maxjacobson/rubocop,maxjacobson/rubocop,rrosenblum/rubocop
936919d3dfbff306bdf6cacecb9d2e0b939de6f2
sample.adoc
sample.adoc
= _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^2]. Pretty n...
= _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:[a^2+b^2=c^...
Add tests for stem macros
Add tests for stem macros
AsciiDoc
mit
tstumm/asciidoctor-mathematical,asciidoctor/asciidoctor-mathematical
35758235f8e526b22681cf372a636f6475b5d23e
CHANGES.adoc
CHANGES.adoc
= 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 backward compatibi...
= Changelog == Version 0.4.0 Date: 2015-02-22 - 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 backward compatibi...
Update changelog with release date of 0.4.0
Update changelog with release date of 0.4.0
AsciiDoc
apache-2.0
funcool/buddy-sign
a8b46d7aa524c61bb30bffdc64b30c245772066c
ci/README.adoc
ci/README.adoc
== Concourse pipeline Ensure that you've setup the spring-boot target and can login [source] ---- $ fly -t spring-boot login -n spring-boot -c https://ci.spring.io ---- The pipeline can be deployed using the following command: [source] ---- $ fly -t spring-boot set-pipeline -p spring-boot -c ci/pipeline.yml -l ci/p...
== Concourse pipeline Ensure that you've setup the spring-boot target and can login [source] ---- $ fly -t spring-boot login -n spring-boot -c https://ci.spring.io ---- The pipeline can be deployed using the following command: [source] ---- $ fly -t spring-boot set-pipeline -p spring-boot-2.2.x -c ci/pipeline.yml -...
Rename CI pipeline to include the version in its name
Rename CI pipeline to include the version in its name Closes gh-18844
AsciiDoc
apache-2.0
NetoDevel/spring-boot,spring-projects/spring-boot,aahlenst/spring-boot,royclarkson/spring-boot,wilkinsona/spring-boot,royclarkson/spring-boot,eddumelendez/spring-boot,jxblum/spring-boot,philwebb/spring-boot,eddumelendez/spring-boot,mdeinum/spring-boot,vpavic/spring-boot,htynkn/spring-boot,mbenson/spring-boot,joshiste/s...
f27280812bb07d14f5f0dc4ad770f6fec4c9763d
docs/src/docs/asciidoc/introduction/upgradeNotes.adoc
docs/src/docs/asciidoc/introduction/upgradeNotes.adoc
==== Dependency Upgrades GORM 7.0 supports a minimum version of Java 8, Hibernate 5.3.x and Spring 5.2.x. Each of these underlying components may have changes that require altering your application. These changes are beyond the scope of this documentation. ==== Package Restructuring and Deprecations Previously dep...
==== Dependency Upgrades GORM 7.0 supports a minimum version of Java 8, Hibernate 5.3.x and Spring 5.2.x. Each of these underlying components may have changes that require altering your application. These changes are beyond the scope of this documentation. ==== Package Restructuring and Deprecations Previously dep...
Add note on transaction requirements
Add note on transaction requirements
AsciiDoc
apache-2.0
grails/gorm-hibernate5
652de914785878fe7e2c85ea54560a68ff9b032b
README.asciidoc
README.asciidoc
TinkerPop3 ---------- image:https://raw.githubusercontent.com/tinkerpop/tinkerpop3/master/docs/static/images/tinkerpop3-splash.png[TinkerPop3] Documentation ~~~~~~~~~~~~~ * link:http://tinkerpop.com/docs/current/[user documentation] * link:http://tinkerpop.com/javadocs/current/[javadoc] Building and Testing ~~~~~~~...
TinkerPop3 ---------- image:https://raw.githubusercontent.com/tinkerpop/tinkerpop3/master/docs/static/images/tinkerpop3-splash.png[TinkerPop3] Documentation ~~~~~~~~~~~~~ * link:http://tinkerpop.com/docs/current/[user documentation] * link:http://tinkerpop.com/javadocs/current/[javadoc] Building and Testing ~~~~~~~...
Add docs for uploading zip archives.
Add docs for uploading zip archives.
AsciiDoc
apache-2.0
artem-aliev/tinkerpop,n-tran/incubator-tinkerpop,velo/incubator-tinkerpop,vtslab/incubator-tinkerpop,mike-tr-adamson/incubator-tinkerpop,jorgebay/tinkerpop,apache/tinkerpop,mpollmeier/tinkerpop3,rmagen/incubator-tinkerpop,dalaro/incubator-tinkerpop,apache/tinkerpop,RussellSpitzer/incubator-tinkerpop,RussellSpitzer/incu...
3f263c02a3a64c8b781ffb643e5631ba5565c8ba
docs/reference/setup/sysconfig/file-descriptors.asciidoc
docs/reference/setup/sysconfig/file-descriptors.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. Elasticsearch ...
[[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. Elasticsearch ...
Document JVM option MaxFDLimit for macOS ()
Document JVM option MaxFDLimit for macOS () This commit documents a JVM option that is needed on macOS when raising file descriptor limits there. Relates #26900
AsciiDoc
apache-2.0
strapdata/elassandra,vroyer/elassandra,vroyer/elasticassandra,vroyer/elasticassandra,vroyer/elassandra,strapdata/elassandra,vroyer/elasticassandra,strapdata/elassandra,strapdata/elassandra,strapdata/elassandra,vroyer/elassandra
3ad8dafe5df17baba283974104f37b8e63780ac1
storage/container_storage_interface/persistent-storage-csi.adoc
storage/container_storage_interface/persistent-storage-csi.adoc
[id="persistent-storage-csi"] = Configuring CSI volumes include::modules/common-attributes.adoc[] :context: persistent-storage-csi toc::[] The Container Storage Interface (CSI) allows {product-title} to consume storage from storage back ends that implement the link:https://github.com/container-storage-interface/spec[...
[id="persistent-storage-csi"] = Configuring CSI volumes include::modules/common-attributes.adoc[] :context: persistent-storage-csi toc::[] The Container Storage Interface (CSI) allows {product-title} to consume storage from storage back ends that implement the link:https://github.com/container-storage-interface/spec[...
Remove note that says that no CSI drivers are installed
Remove note that says that no CSI drivers are installed
AsciiDoc
apache-2.0
vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs
6525fd5cd449a1345f20c8b423a31f2cfb4f829c
data/examples/asciidoc/block_admonition.adoc
data/examples/asciidoc/block_admonition.adoc
// .basic WARNING: Watch out for dragons! // .basic_multiline NOTE: An admonition paragraph draws the reader's attention to auxiliary information. Its purpose is determined by the label at the beginning of the paragraph. // .block [IMPORTANT] ==== While werewolves are hardy community members, keep in mind some dietar...
// .note NOTE: This is a note. // .note_with_title .Title of note NOTE: This is a note with title. // .note_with_id_and_role [#note-1.yellow] NOTE: This is a note with id and role. // .note_block [NOTE] ==== This is a note with complex content. * It contains a list. ==== // .tip TIP: This is a tip. // .tip_with_t...
Add full set of examples for each admonition type
Examples: Add full set of examples for each admonition type They may be rendered differently, for example note and tip as aside, others as section.
AsciiDoc
mit
asciidoctor/asciidoctor-doctest,asciidoctor/asciidoctor-doctest
fb1a5dd30266f6fa0b521eda61c101ee73e3ec82
modules/registry-configuring-storage-azure-user-infra.adoc
modules/registry-configuring-storage-azure-user-infra.adoc
// Module included in the following assemblies: // //* registry/configuring_registry_storage-azure.adoc [id="registry-configuring-storage-azure-user-infra_{context}"] = Configuring registry storage for Azure During installation, your cloud credentials are sufficient to create Azure Blob Storage, and the Registry Oper...
// Module included in the following assemblies: // //* registry/configuring_registry_storage-azure.adoc [id="registry-configuring-storage-azure-user-infra_{context}"] = Configuring registry storage for Azure During installation, your cloud credentials are sufficient to create Azure Blob Storage, and the Registry Oper...
Update storage account name in Azure registry storage configuration
Update storage account name in Azure registry storage configuration
AsciiDoc
apache-2.0
vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs
ebebb98f1e06c83710ce4b81393ae5dc22511c80
adoc/release-process.adoc
adoc/release-process.adoc
= OmniJ Release Process == Main Release Process . Update `CHANGELOG.adoc` . Set versions .. `gradle.properties` .. omnij-dsl `ExtensionModule` .. `README.adoc` . Commit version bump and changelog. . Full build, test .. `./gradlew clean jenkinsBuild regTest` . Tag: `git tag -a v0.x.y -m "Release 0.x.y"` . Push: `git p...
= OmniJ Release Process == Main Release Process . Update `CHANGELOG.adoc` . Set versions .. `gradle.properties` .. omnij-dsl `ExtensionModule` .. `README.adoc` . Commit version bump and changelog. . Full build, test .. `./gradlew clean buildCI regTest` . Tag: `git tag -a v0.x.y -m "Release 0.x.y"` . Push: `git push -...
Use `buildCI` target rather than `jenkinsBuild`
Use `buildCI` target rather than `jenkinsBuild`
AsciiDoc
apache-2.0
OmniLayer/OmniJ,OmniLayer/OmniJ,OmniLayer/OmniJ
6dadb1686c38dba85faef2e5873120e88dc07698
src/docs/asciidoc/index.asciidoc
src/docs/asciidoc/index.asciidoc
= Reactor Netty Stephane Maldini; :appversion: 0.5.0 (wiki) ifndef::host-github[:ext-relative: {outfilesuffix}] {appversion} :doctype: book :icons: font //include::net.adoc[] include::tcp-server.adoc[] include::tcp-client.adoc[] include::http-server.adoc[] include::http-client.adoc[]
= Reactor Netty Stephane Maldini <https://twitter.com/smaldini[@smaldini]> ; Violeta Georgieva <https://twitter.com/violeta_g_g[@violeta_g_g]> :appversion: 0.5.0 (wiki) ifndef::host-github[:ext-relative: {outfilesuffix}] {appversion} :doctype: book :icons: font //include::net.adoc[] include::tcp-server.adoc[] include:...
Add myself to the list with authors for the reference documentation
Add myself to the list with authors for the reference documentation
AsciiDoc
apache-2.0
reactor/reactor-netty,reactor/reactor-netty
a532474236dca603d6ac1c4aeaa967124c44e18e
docs/en/rest-api/security/change-password.asciidoc
docs/en/rest-api/security/change-password.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`:: (string) The ...
[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`:: (string) The ...
Fix formatting in change password API
[DOCS] Fix formatting in change password API Original commit: elastic/x-pack-elasticsearch@0c9b1e7484a5359d08f20ed7f122daac337829d1
AsciiDoc
apache-2.0
strapdata/elassandra,vroyer/elassandra,strapdata/elassandra,strapdata/elassandra,strapdata/elassandra,vroyer/elassandra,strapdata/elassandra,vroyer/elassandra
1f9654cd9c4983449de3219a0112b7ee3968c003
README.adoc
README.adoc
# 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]. Review your existing items via the web interface and have Janitor archive old item...
# 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]. Review your existing items via the web interface and have Janitor archive old item...
Add link to 4th part of JAXenter tutorial
Add link to 4th part of JAXenter tutorial
AsciiDoc
apache-2.0
techdev-solutions/janitor,techdev-solutions/janitor
7a9c6243d2070aa8589abb208dce96413bfb60e1
docs/groovy-api/index.asciidoc
docs/groovy-api/index.asciidoc
= Groovy API :ref: http://www.elastic.co/guide/en/elasticsearch/reference/current :java: http://www.elastic.co/guide/en/elasticsearch/client/java-api/current :version: 5.0.0-alpha5 [preface] == Preface This section describes the http://groovy-lang.org/[Groovy] API elasticsearch provides. All elasticsearch APIs are e...
= Groovy API :ref: http://www.elastic.co/guide/en/elasticsearch/reference/current :java: http://www.elastic.co/guide/en/elasticsearch/client/java-api/current :version: 5.1.0 [preface] == Preface This section describes the http://groovy-lang.org/[Groovy] API elasticsearch provides. All elasticsearch APIs are executed...
Fix version constant in Groovy API docs
Fix version constant in Groovy API docs This commit fixes the version constant in the Groovy API docs from 5.0.0-alpha5 to 5.1.0.
AsciiDoc
apache-2.0
strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc
3369241e2471faf05e9c5b9e75341a998ed9f638
README.adoc
README.adoc
= 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 setting clear r...
= 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 setting clear r...
Include Hello World Youtube video
Include Hello World Youtube video
AsciiDoc
apache-2.0
BrunoEberhard/minimal-j,BrunoEberhard/minimal-j,BrunoEberhard/minimal-j
2cc182f95a192ac0f6bdd85248d89ac0d7712fed
agrest-docs/agrest-docs-framework/src/docs/asciidoc/_framework/prerequisites.adoc
agrest-docs/agrest-docs-framework/src/docs/asciidoc/_framework/prerequisites.adoc
== Prerequisites * Java 1.8 or newer * A Java web app project that will serve your REST requests. * A JAX-RS 2.0 container, such as Jersey 2.x. * Cayenne 4.0.M4 or newer. Mapping your database and starting Cayenne ServerRuntime is outside the scope of this document. Please refer to the http://cayenne.apache.org/do...
== Prerequisites * Java 1.8 or newer * A Java web app project that will serve your REST requests. * A JAX-RS 2.0 container, such as Jersey 2.x. * Cayenne 4.0 or newer. Mapping your database and starting Cayenne ServerRuntime is outside the scope of this document. Please refer to the http://cayenne.apache.org/docs/...
Update cayenne version mentioned in the documentation
Update cayenne version mentioned in the documentation
AsciiDoc
apache-2.0
nhl/link-rest
5a119725de0012a4776270f22a534de797493180
README.adoc
README.adoc
# AsciiDoc mode for CodeMirror This repository contains the AsciiDoc mode for CodeMirror. ## Installation ``` $ npm install codemirror-asciidoc ``` ## Usage ```js var codemirror = require("codemirror/lib/codemirror"), codemirror_asciidoc = require("codemirror-asciidoc/lib/asciidoc"); codemirror.fromTextArea(doc...
# AsciiDoc mode for CodeMirror This repository contains the AsciiDoc mode for CodeMirror. ## Installation ``` $ npm install codemirror-asciidoc ``` ## Usage ```js var codemirror = require("codemirror"), codemirror_asciidoc = require("codemirror-asciidoc"); codemirror.fromTextArea(document.getElementById("editor...
Simplify import path for modules
Simplify import path for modules
AsciiDoc
bsd-3-clause
asciidoctor/codemirror-asciidoc
c1e101786f1ae873184a7118dd9d68c7f94bb806
documentation/common/prerequisites-openshift.adoc
documentation/common/prerequisites-openshift.adoc
[[prerequisites-openshift]] .Prerequisites * To install {ProductName}, the OpenShift client tools are required. You can download the OpenShift Origin client from link:https://github.com/openshift/origin/releases[OpenShift Origin^]. {ProductName} has been tested to work with the latest stable release of the OpenShift ...
[[prerequisites-openshift]] .Prerequisites * To install {ProductName}, the OpenShift client tools are required. You can download the OpenShift Origin client from link:https://github.com/openshift/origin/releases[OpenShift Origin^]. {ProductName} has been tested to work with the latest stable release of the OpenShift ...
Update documentation regarding using Service Catalog on Minishift
Update documentation regarding using Service Catalog on Minishift
AsciiDoc
apache-2.0
jenmalloy/enmasse,jenmalloy/enmasse,jenmalloy/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse
5259086a4b8d832e7a9208fd3e6cca1a7b243060
ci/README.adoc
ci/README.adoc
== Concourse pipeline Ensure that you've have a spring-boot target logged in [source] ---- $ fly -t spring-boot login -n spring-boot -c https://ci.spring-io ---- The pipeline can be deployed using the following command: [source] ---- $ fly -t spring-boot set-pipeline -p spring-boot-2.0.x -c ci/pipeline.yml -l ci/pa...
== Concourse pipeline Ensure that you've setup the spring-boot target and can login [source] ---- $ fly -t spring-boot login -n spring-boot -c https://ci.spring.io ---- The pipeline can be deployed using the following command: [source] ---- $ fly -t spring-boot set-pipeline -p spring-boot-2.0.x -c ci/pipeline.yml -...
Fix type in CI readme
Fix type in CI readme
AsciiDoc
apache-2.0
vpavic/spring-boot,aahlenst/spring-boot,mbenson/spring-boot,chrylis/spring-boot,rweisleder/spring-boot,mbenson/spring-boot,tiarebalbi/spring-boot,shakuzen/spring-boot,scottfrederick/spring-boot,wilkinsona/spring-boot,mbenson/spring-boot,NetoDevel/spring-boot,spring-projects/spring-boot,htynkn/spring-boot,tiarebalbi/spr...
cc851d5c28ccaf79ff7982a44dbee742a776b892
doc/pages/changelog.asciidoc
doc/pages/changelog.asciidoc
= Changelog This changelog contains major and/or breaking changes to Kakoune between released versions. == Development version * `%sh{...}` strings are not reparsed automatically anymore, they need to go through an explicit `evaluate-commands` * The `-allow-override` switch from `define-command` has been renamed ...
= Changelog This changelog contains major and/or breaking changes to Kakoune between released versions. == Development version This version contains a significant overhaul of various Kakoune features that can break user configuration. This was a necessary change to make Kakoune command model cleaner and more robust....
Update Changelog to describe the list syntax overhaul
Update Changelog to describe the list syntax overhaul
AsciiDoc
unlicense
lenormf/kakoune,occivink/kakoune,casimir/kakoune,danr/kakoune,danr/kakoune,jkonecny12/kakoune,casimir/kakoune,casimir/kakoune,jkonecny12/kakoune,alexherbo2/kakoune,Somasis/kakoune,lenormf/kakoune,alexherbo2/kakoune,Somasis/kakoune,danr/kakoune,danr/kakoune,alexherbo2/kakoune,mawww/kakoune,Somasis/kakoune,jkonecny12/kak...
43a1f8249c50ca5e61e06c15a6f4b24632023189
docs/modules/ROOT/pages/whats-new.adoc
docs/modules/ROOT/pages/whats-new.adoc
[[new]] = What's New in Spring Security 6.0 Spring Security 6.0 provides a number of new features. Below are the highlights of the release. == Breaking Changes * https://github.com/spring-projects/spring-security/issues/10556[gh-10556] - Remove EOL OpenSaml 3 Support. Use the OpenSaml 4 Support instead. * https://gi...
[[new]] = What's New in Spring Security 6.0 Spring Security 6.0 provides a number of new features. Below are the highlights of the release. == Breaking Changes * https://github.com/spring-projects/spring-security/issues/10556[gh-10556] - Remove EOL OpenSaml 3 Support. Use the OpenSaml 4 Support instead. * https://gi...
Update What's New for 6.0
Update What's New for 6.0
AsciiDoc
apache-2.0
spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security
598dd1d73bb429845249485bcc8dcba1f83501db
README.asciidoc
README.asciidoc
TinkerPop3 ---------- image:https://raw.githubusercontent.com/tinkerpop/tinkerpop3/master/docs/static/images/tinkerpop3-splash.png[TinkerPop3] Documentation ~~~~~~~~~~~~~ * link:http://tinkerpop.com/docs/current/[user documentation] * link:http://tinkerpop.com/javadocs/current/[javadoc] Building ~~~~~~~~ * Build P...
TinkerPop3 ---------- image:https://raw.githubusercontent.com/tinkerpop/tinkerpop3/master/docs/static/images/tinkerpop3-splash.png[TinkerPop3] Documentation ~~~~~~~~~~~~~ * link:http://tinkerpop.com/docs/current/[user documentation] * link:http://tinkerpop.com/javadocs/current/[javadoc] Building and Testing ~~~~~~~...
Add some build/test commands to readme.
Add some build/test commands to readme.
AsciiDoc
apache-2.0
artem-aliev/tinkerpop,krlohnes/tinkerpop,RussellSpitzer/incubator-tinkerpop,PommeVerte/incubator-tinkerpop,samiunn/incubator-tinkerpop,jorgebay/tinkerpop,apache/incubator-tinkerpop,RussellSpitzer/incubator-tinkerpop,robertdale/tinkerpop,PommeVerte/incubator-tinkerpop,artem-aliev/tinkerpop,velo/incubator-tinkerpop,edgar...
96f301d0c4702fc66b7f0b4e8fcee9927db6ff04
docs/user-manual/modules/ROOT/pages/getting-started.adoc
docs/user-manual/modules/ROOT/pages/getting-started.adoc
= Getting Started First you need to Download the Camel distribution; or you could grab the Source and try Building it yourself. Then come back here, and you might want to read the following documentation before continuing: * Longer xref:book-getting-started.adoc[Getting Started Guide] * Find out about xref:component...
= Getting Started First you need to Download the Camel distribution; or you could grab the Source and try Building it yourself. Then come back here, and you might want to read the following documentation before continuing: * Longer xref:book-getting-started.adoc[Getting Started Guide] * Find out about xref:component...
Update walk through link text
Update walk through link text Changed "walk through" link text to be grammatically correct.
AsciiDoc
apache-2.0
tadayosi/camel,tadayosi/camel,cunningt/camel,adessaigne/camel,adessaigne/camel,adessaigne/camel,christophd/camel,adessaigne/camel,adessaigne/camel,apache/camel,tadayosi/camel,adessaigne/camel,christophd/camel,cunningt/camel,tadayosi/camel,apache/camel,apache/camel,christophd/camel,cunningt/camel,cunningt/camel,christop...
c414faf2fb53e462cee7a41bc41f46e8c84e9dc3
docs/reference/setup/sysconfig/file-descriptors.asciidoc
docs/reference/setup/sysconfig/file-descriptors.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 loss. Make sur...
[[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. Elasticsearch ...
Reword note about windows and FDs
Reword note about windows and FDs Make it clear why this isn't a thing in windows and remove value judgement about file descriptors. Relates to #20737
AsciiDoc
apache-2.0
i-am-Nathan/elasticsearch,liweinan0423/elasticsearch,nknize/elasticsearch,JackyMai/elasticsearch,wangtuo/elasticsearch,Stacey-Gammon/elasticsearch,fred84/elasticsearch,winstonewert/elasticsearch,naveenhooda2000/elasticsearch,mohit/elasticsearch,gingerwizard/elasticsearch,ThiagoGarciaAlves/elasticsearch,bawse/elasticsea...
f1bcb4279b9839f1d5c2b47777003a51c12b64e9
documentation/modules/proc-create-address-space-cli.adoc
documentation/modules/proc-create-address-space-cli.adoc
// Module included in the following assemblies: // // assembly-configure-address-spaces-addresses-cli-kube.adoc // assembly-configure-address-spaces-addresses-cli-oc.adoc [id='create-address-space-cli-{context}'] = Creating an address space .Procedure . Create an address space definition: + [source,yaml,options="now...
// Module included in the following assemblies: // // assembly-configure-address-spaces-addresses-cli-kube.adoc // assembly-configure-address-spaces-addresses-cli-oc.adoc [id='create-address-space-cli-{context}'] = Creating an address space .Procedure ifeval::["{cmdcli}" == "oc"] . Log in as a messaging tenant: + [s...
Add additional steps for creating address space
Add additional steps for creating address space
AsciiDoc
apache-2.0
EnMasseProject/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse,jenmalloy/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse,jenmalloy/enmasse
2eb8be4ffd90b3b8243b1578b4970f2d0854d0d8
modules/dynamic-provisioning-change-default-class.adoc
modules/dynamic-provisioning-change-default-class.adoc
// Module included in the following assemblies: // // * storage/dynamic-provisioning.adoc [id="change-default-storage-class_{context}"] = Changing the default StorageClass If you are using GCE and AWS, use the following process to change the default StorageClass. This process assumes you have two StorageClasses defi...
// Module included in the following assemblies: // // * storage/dynamic-provisioning.adoc [id="change-default-storage-class_{context}"] = Changing the default StorageClass If you are using AWS, use the following process to change the default StorageClass. This process assumes you have two StorageClasses defined, `gp2...
Fix bz1729334: remove GCE storage reference
Fix bz1729334: remove GCE storage reference https://bugzilla.redhat.com/show_bug.cgi?id=1729334
AsciiDoc
apache-2.0
vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs
9a24dc04c08147e163cce2340ad363f7ebb4a6d7
src/test/resources/cavia/traits/habitat/natural.asciidoc
src/test/resources/cavia/traits/habitat/natural.asciidoc
:title: Natural habitat :parent: Traits and environment == Natural habitatz C. porcellus is not found naturally in the wild; it is likely descended from some closely related species of cavies, such as C. aperea, C. fulgida, and C. tschudii, which are still commonly found in various regions of South America. Some spec...
:title: Natural habitat :parent: Traits and environment == Natural habitat C. porcellus is not found naturally in the wild; it is likely descended from some closely related species of cavies, such as C. aperea, C. fulgida, and C. tschudii, which are still commonly found in various regions of South America. Some speci...
Fix header in test source
Fix header in test source
AsciiDoc
apache-2.0
madhead/doktor,madhead/doktor,madhead/doktor
b8a50103ba0a0170594dbbf51e71f495e1f1568b
docs/modules/extensions/pages/conversion-process-overview.adoc
docs/modules/extensions/pages/conversion-process-overview.adoc
= AsciidoctorJ Conversion Process Overview Before starting to write your first extension, some basic understanding of how Asciidoctor treats the document is helpful. As any language processing tool, the process can be roughly split into three steps: . Parsing: the raw sources content is read and analyzed to generate ...
= AsciidoctorJ Conversion Process Overview Before starting to write your first extension, some basic understanding of how Asciidoctor treats the document is helpful. As any language processing tool, the process can be roughly split into three steps: . Parsing: the raw sources content is read and analyzed to generate ...
Clarify that BlockMacro- and BlockProcessors are called in the same stage
Clarify that BlockMacro- and BlockProcessors are called in the same stage
AsciiDoc
apache-2.0
abelsromero/asciidoctorj,abelsromero/asciidoctorj,asciidoctor/asciidoctorj,asciidoctor/asciidoctorj,abelsromero/asciidoctorj,asciidoctor/asciidoctorj
570ec2cb40378f753edf58866c06c7889c25b644
src/docs/manual/03_task_generateDeck.adoc
src/docs/manual/03_task_generateDeck.adoc
ifndef::imagesdir[:imagesdir: ../images] = generateDeck image::ea/Manual/generateDeck.png[] This task makes use of the https://github.com/asciidoctor/asciidoctor-reveal.js/[asciidoctor-reveal.js] backend to render your documents HTML based presentation. This task is best used together with the <<exportPPT>> task. Cr...
ifndef::imagesdir[:imagesdir: ../images] = generateDeck image::ea/Manual/generateDeck.png[] This task makes use of the https://github.com/asciidoctor/asciidoctor-reveal.js/[asciidoctor-reveal.js] backend to render your documents into a HTML based presentation. This task is best used together with the <<exportPPT>> t...
Fix missing part of sentence
Fix missing part of sentence
AsciiDoc
mit
docToolchain/docToolchain,docToolchain/docToolchain,docToolchain/docToolchain,jakubjab/docToolchain,docToolchain/docToolchain
a74db116e71b58ef8131293b7265ebffd49631ec
README.adoc
README.adoc
# byteslice ## Status image:https://travis-ci.org/rlespinasse/byteslice.svg?branch=master["Build Status", link="https://travis-ci.org/rlespinasse/byteslice"] image:https://coveralls.io/repos/github/rlespinasse/byteslice/badge.svg?branch=master["Coverage Status", link="https://coveralls.io/github/rlespinasse/byteslice?...
= byteslice image:https://travis-ci.org/rlespinasse/byteslice.svg?branch=master["Build Status", link="https://travis-ci.org/rlespinasse/byteslice"] image:https://coveralls.io/repos/github/rlespinasse/byteslice/badge.svg?branch=master["Coverage Status", link="https://coveralls.io/github/rlespinasse/byteslice?branch=mas...
Add how-to section and documentation site link
Add how-to section and documentation site link
AsciiDoc
mit
Gman98ish/byteslice
cf965dca27c18a70453eba4fa89b640145ea43ea
docs/en/rollup/index.asciidoc
docs/en/rollup/index.asciidoc
[[xpack-rollup]] = Rolling up historical data [partintro] -- beta[] Keeping historical data around for analysis is extremely useful but often avoided due to the financial cost of archiving massive amounts of data. Retention periods are thus driven by financial realities rather than by the usefulness of extensive hi...
[[xpack-rollup]] = Rolling up historical data [partintro] -- experimental[] Keeping historical data around for analysis is extremely useful but often avoided due to the financial cost of archiving massive amounts of data. Retention periods are thus driven by financial realities rather than by the usefulness of exte...
Mark Rollup as Experimental instead of Beta
[Docs] Mark Rollup as Experimental instead of Beta Original commit: elastic/x-pack-elasticsearch@bce120daae6b3e7603f737337e746fdf8bdedd4e
AsciiDoc
apache-2.0
GlenRSmith/elasticsearch,gfyoung/elasticsearch,gfyoung/elasticsearch,coding0011/elasticsearch,nknize/elasticsearch,robin13/elasticsearch,nknize/elasticsearch,robin13/elasticsearch,HonzaKral/elasticsearch,gingerwizard/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,scorpionvicky/elasticsearch,GlenRSmith/...
66f004671026f90867b5e02f1a7de97e96e60db8
modules/olm-metrics.adoc
modules/olm-metrics.adoc
// Module included in the following assemblies: // // * operators/understanding-olm/olm-understanding-olm.adoc [id="olm-metrics_{context}"] = Exposed metrics The Operator Lifecycle Manager (OLM) exposes certain OLM-specific resources for use by the Prometheus-based {product-title} cluster monitoring stack. .Metrics ...
// Module included in the following assemblies: // // * operators/understanding-olm/olm-understanding-olm.adoc [id="olm-metrics_{context}"] = Exposed metrics The Operator Lifecycle Manager (OLM) exposes certain OLM-specific resources for use by the Prometheus-based {product-title} cluster monitoring stack. .Metrics ...
Update OLM metrics for 4.3
Update OLM metrics for 4.3
AsciiDoc
apache-2.0
vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs
cfda490e2d7748956e4db0e928ce4d527bfe5d94
conoha/roles/dokku/README.adoc
conoha/roles/dokku/README.adoc
= conoha/roles/dokku Role to install dokku 0.5.7 . After finish installation, access to `http://d.10sr.mydns.jp` and finish setup. == Deploying Apps デプロイするには、 ---- cat .ssh/id_rsa.pub | ssh conoha 'sudo sshcommand acl-add dokku dokkudeploy' ---- みたいなことをマシン毎にしなきゃいけません。どうにかして自動化したい。 === Add Apps .Add pytohn...
= conoha/roles/dokku Role to install dokku 0.5.7 . After finish installation, access to `http://d.10sr.mydns.jp` and finish setup. == Deploying Apps デプロイするには、 ---- cat .ssh/id_rsa.pub | ssh conoha 'sudo sshcommand acl-add dokku dokkudeploy' ---- みたいなことをマシン毎にしなきゃいけません。どうにかして自動化したい。 === Add Apps .Add pytohn...
Add url to access apps
Add url to access apps
AsciiDoc
unlicense
10sr/machine-setups,10sr/machine-setups,10sr/machine-setups,10sr/server-provisions,10sr/server-provisions,10sr/machine-setups
37ae31cb07701d6e4977c117671b48ee4ee132af
content/news/2021/03/18/apis-serving-people-and-programs.adoc
content/news/2021/03/18/apis-serving-people-and-programs.adoc
= Keyword argument functions now also accept maps Fogus 2021-03-18 :jbake-type: post ifdef::env-github,env-browser[:outfilesuffix: .adoc] To date, Clojure’s support for keyword arguments forces programmers to choose between creating APIs that better support people (accepting keyword args) or APIs that better support ...
= Keyword argument functions now also accept maps Fogus 2021-03-18 :jbake-type: post ifdef::env-github,env-browser[:outfilesuffix: .adoc] To date, Clojure’s support for keyword arguments forces programmers to choose between creating APIs that better support people (accepting keyword args) or APIs that better support ...
Fix typo: change 'and' to 'of'
Fix typo: change 'and' to 'of' A couple of people have been confused by the current wording on Slack: I believe the intent was to say that `destr` "takes a sequence _of_ optional keyword arguments" (not _and_).
AsciiDoc
epl-1.0
clojure/clojure-site
69775b05d85f6a626302bb1729e995e2f0761a9e
content/tools/light-table.adoc
content/tools/light-table.adoc
= Light Table David Nolen 2016-08-02 :type: tools :toc: macro :icons: font [Light Table]http://www.lighttable.com is an extensible IDE that offers instant evaluation of your code, realtime feedback, and a ClojureScript plugin ecosystem. To get started, check out this concise http://docs.lighttable.com/#start[introduc...
= Light Table David Nolen 2016-08-02 :type: tools :toc: macro :icons: font http://www.lighttable.com[Light Table] is an extensible IDE that offers instant evaluation of your code, realtime feedback, and a ClojureScript plugin ecosystem. To get started, check out this concise http://docs.lighttable.com/#start[introduc...
Adjust links to lighttable and full tutorial
Adjust links to lighttable and full tutorial Move the [link title] behind the link to display it correctly
AsciiDoc
epl-1.0
clojure/clojurescript-site
17fd16b7cc59fdff0a250458924e88f11005a3c8
docs/reference/migration/migrate_5_3.asciidoc
docs/reference/migration/migrate_5_3.asciidoc
[[breaking-changes-5.3]] == Breaking changes in 5.3 [[breaking_53_packaging_changes]] [float] === Packaging changes [float] ==== Logging configuration Previously Elasticsearch exposed a single system property (`es.logs`) that included the absolute path to the configured logs directory, and the prefix of the filename...
[[breaking-changes-5.3]] == Breaking changes in 5.3 [[breaking_53_packaging_changes]] [float] === Packaging changes [float] ==== Logging configuration Previously Elasticsearch exposed a single system property (`es.logs`) that included the absolute path to the configured logs directory, and the prefix of the filename...
Fix list formatting in 5.3 migration docs
Fix list formatting in 5.3 migration docs This commit fixes an issue with the list formatting in the 5.3 migration docs.
AsciiDoc
apache-2.0
strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc
5e5674739e13e6f746d2a6bafcc7559c4b2ed0e8
subprojects/griffon-shiro-guide/src/asciidoc/index.adoc
subprojects/griffon-shiro-guide/src/asciidoc/index.adoc
= {project-name} :author: {project-author} :revnumber: {project-version} :toclevels: 10 include::_links.adoc[] :leveloffset: 1 include::introduction.adoc[] include::configuration.adoc[] include::modules.adoc[]
= {project-name} :author: {project-author} :revnumber: {project-version} :toclevels: 10 include::_links.adoc[] :leveloffset: 1 include::introduction.adoc[] include::configuration.adoc[] include::modules.adoc[] = Links link:api/index.html[Javadoc, window="_blank"] link:api-src/index.html[API Sources, window="_blank...
Add apidoc links to guide
Add apidoc links to guide
AsciiDoc
apache-2.0
griffon-plugins/griffon-shiro-plugin
519a9c469d93e983565387f810d87fcc6c5fe19e
docs/reference/analysis/tokenfilters/truncate-tokenfilter.asciidoc
docs/reference/analysis/tokenfilters/truncate-tokenfilter.asciidoc
[[analysis-truncate-tokenfilter]] === Truncate Token Filter The `truncate` token filter can be used to truncate tokens into a specific length. This can come in handy with keyword (single token) based mapped fields that are used for sorting in order to reduce memory usage. It accepts a `length` parameter which control...
[[analysis-truncate-tokenfilter]] === Truncate Token Filter The `truncate` token filter can be used to truncate tokens into a specific length. It accepts a `length` parameter which control the number of characters to truncate to, defaults to `10`.
Update truncate token filter to not mention the keyword tokenizer
Update truncate token filter to not mention the keyword tokenizer The advice predates the existence of the keyword field Closes #22650
AsciiDoc
apache-2.0
kalimatas/elasticsearch,JackyMai/elasticsearch,masaruh/elasticsearch,qwerty4030/elasticsearch,scottsom/elasticsearch,sneivandt/elasticsearch,mjason3/elasticsearch,scorpionvicky/elasticsearch,gingerwizard/elasticsearch,sneivandt/elasticsearch,wenpos/elasticsearch,HonzaKral/elasticsearch,mortonsykes/elasticsearch,scottso...
10544f4092b45bd810b1276f193feeb1223838fa
README.adoc
README.adoc
James Glasbrenner's dotfiles ============================ James Glasbrenner <jglasbr2@gmu.edu> July 27, 2017 My dotfiles repo. Bootstrapping ------------- Stow 2.3.0 is included in this repo for bootstrapping purposes. To stow stow after cloning this repository to `$HOME/.dotfiles`, run .bash ----------------------...
James Glasbrenner's dotfiles ============================ James Glasbrenner <jglasbr2@gmu.edu> July 27, 2017 My dotfiles repo. Bootstrapping ------------- Stow 2.3.0 is included in this repo for bootstrapping purposes. To stow stow after cloning this repository to `$HOME/.dotfiles`, run [source,bash] --------------...
Fix source code block formatting
Fix source code block formatting
AsciiDoc
unlicense
jkglasbrenner/dotfiles,jkglasbrenner/dotfiles,jkglasbrenner/dotfiles,jkglasbrenner/dotfiles,jkglasbrenner/dotfiles,jkglasbrenner/dotfiles
e766e0e05802fb354e033cf63bd16d8721f71000
community/cypher/docs/cypher-docs/src/docs/dev/ql/periodic-commit/index.asciidoc
community/cypher/docs/cypher-docs/src/docs/dev/ql/periodic-commit/index.asciidoc
[[query-periodic-commit]] Using Periodic Commit ===================== NOTE: See <<cypherdoc-importing-csv-files-with-cypher>> on how to import data from CSV files. Updating very large amounts of data (e.g. when importing) with a single Cypher query may fail due to memory constraints. For these situations *only*, Cyph...
[[query-periodic-commit]] Using Periodic Commit ===================== NOTE: See <<cypherdoc-importing-csv-files-with-cypher>> on how to import data from CSV files. Updating very large amounts of data (e.g. when importing) with a single Cypher query may fail due to memory constraints. For these situations *only*, Cyph...
Remove links to the periodic commit reference
Remove links to the periodic commit reference
AsciiDoc
apache-2.0
HuangLS/neo4j,HuangLS/neo4j,HuangLS/neo4j,HuangLS/neo4j,HuangLS/neo4j
29b2bc89c828cfaf469081bed3d8addcadda0239
docs/griffon-site/src/jbake/content/news/griffon_2.0.0.RC1.adoc
docs/griffon-site/src/jbake/content/news/griffon_2.0.0.RC1.adoc
= Griffon 2.0.0.RC1 Released Andres Almiray 2014-07-29 :jbake-type: post :jbake-status: published :category: news :idprefix: == Griffon 2.0.0.RC1 Released The Griffon team is happy to announce the release of Griffon 2.0.0.RC1! This is the first release candidate of Griffon 2.0.0. If all goes according to planf the n...
= Griffon 2.0.0.RC1 Released Andres Almiray 2014-07-29 :jbake-type: post :jbake-status: published :category: news :idprefix: == Griffon 2.0.0.RC1 Released The Griffon team is happy to announce the release of Griffon 2.0.0.RC1! This is the first release candidate of Griffon 2.0.0. If all goes according to plan the ne...
Update latest news on site project
Update latest news on site project
AsciiDoc
apache-2.0
tschulte/griffon,levymoreira/griffon,levymoreira/griffon,griffon/griffon,levymoreira/griffon,griffon/griffon,tschulte/griffon,tschulte/griffon
2560e63590117f29db0b68104f10832a4b10e9cd
documentation/service_admin/monitoring-openshift.adoc
documentation/service_admin/monitoring-openshift.adoc
[[monitoring]] == Monitoring {ProductName} on OpenShift {ProductName} comes with addons for Prometheus and Grafana for monitoring the service. Cluster-admin privileges is required for Prometheus to monitor pods in the cluster. === Deploying Prometheus .Procedure . Create Prometheus deployment + [options="nowrap"] ...
[[monitoring]] == Monitoring {ProductName} on OpenShift {ProductName} comes with addons for Prometheus and Grafana for monitoring the service. Cluster-admin privileges is required for Prometheus to monitor pods in the cluster. === Deploying Prometheus .Procedure . Create Prometheus deployment + [options="nowrap"] ...
Use correct command to add cluster-reader rolebinding
Use correct command to add cluster-reader rolebinding This fixes #982
AsciiDoc
apache-2.0
jenmalloy/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse
f824681478e7ec359515a5dd84d0ec02518197b8
docs/targets/m17n.adoc
docs/targets/m17n.adoc
= M17n TODO
= M17n https://www.nongnu.org/m17n/[m17n] refers to project for enhanced multilingualization on Linux. The output target generates `.mim` files, which are used as configuration files for https://en.wikipedia.org/wiki/Intelligent_Input_Bus[IBUS]. == Project-level configuration and properties NOTE: For a list of all s...
Add section on how to install MIM files
Docs: Add section on how to install MIM files
AsciiDoc
apache-2.0
bbqsrc/kbdgen
e5d10ac8649389040088bbdb8e0f5ea2401a386e
docs/reference/setup/important-settings.asciidoc
docs/reference/setup/important-settings.asciidoc
[[important-settings]] == Important Elasticsearch configuration While Elasticsearch requires very little configuration, there are a number of settings which need to be considered before going into production. The following settings *must* be considered before going to production: * <<path-settings,Path settings>> * ...
[[important-settings]] == Important Elasticsearch configuration While Elasticsearch requires very little configuration, there are a number of settings which need to be considered before going into production. The following settings *must* be considered before going to production: * <<path-settings,Path settings>> * ...
Add error file docs to important settings
Add error file docs to important settings This commit adds the error file documentation to the important settings docs so that the page is actually visible.
AsciiDoc
apache-2.0
strapdata/elassandra,strapdata/elassandra,vroyer/elassandra,strapdata/elassandra,vroyer/elassandra,strapdata/elassandra,strapdata/elassandra,vroyer/elassandra
e2bde2335ec315364c873103a1c0a3d3fb2d9f54
modules/openshift-developer-cli-creating-and-deploying-a-nodejs-application-with-odo.adoc
modules/openshift-developer-cli-creating-and-deploying-a-nodejs-application-with-odo.adoc
// Module included in the following assemblies: // // * cli_reference/openshift_developer_cli/creating-a-single-component-application-with-odo [id="creating-a-nodejs-application-with-odo_{context}"] = Creating a Node.js application with {odo-title} .Procedure . Add a component of the type Node.js to your appli...
// Module included in the following assemblies: // // * cli_reference/openshift_developer_cli/creating-a-single-component-application-with-odo [id="creating-a-nodejs-application-with-odo_{context}"] = Creating a Node.js application with {odo-title} .Procedure . Change the current directory to the front-end dir...
Update step for deploying an odo single application
Update step for deploying an odo single application Missing important step to change to the Node.JS directory before running the next command... Ping @boczkowska @bergerhoffer
AsciiDoc
apache-2.0
vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs
3d57b4064da348e5f922c505f70bc7a07292d79b
README.adoc
README.adoc
= flexy-pool Author <mih_vlad@yahoo.com> v1.0.0, 2014-02-25 :toc: :imagesdir: images :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 dynami...
= flexy-pool Author <mih_vlad@yahoo.com> v1.0.0, 2014-02-25 :toc: :imagesdir: images :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 dynami...
Add more goals for metrics
Add more goals for metrics
AsciiDoc
apache-2.0
mosoft521/flexy-pool,vladmihalcea/flexy-pool,wgpshashank/flexy-pool
31693c62e64a7cfcc9a6fe41521cd521d6095842
x-pack/docs/en/sql/index.asciidoc
x-pack/docs/en/sql/index.asciidoc
[role="xpack"] [[xpack-sql]] = SQL Access :sql-tests: {xes-repo-dir}/../../qa/sql :sql-specs: {sql-tests}/src/main/resources :jdbc-tests: {sql-tests}/src/main/java/org/elasticsearch/xpack/qa/sql/jdbc :security-tests: {sql-tests}/security/src/test/java/org/elasticsearch/xpack/qa/sql/security [partintro] -- X-Pack incl...
[role="xpack"] [[xpack-sql]] = SQL Access :sql-tests: {xes-repo-dir}/../../qa/sql :sql-specs: {sql-tests}/src/main/resources :jdbc-tests: {sql-tests}/src/main/java/org/elasticsearch/xpack/qa/sql/jdbc :security-tests: {sql-tests}/security/src/test/java/org/elasticsearch/xpack/qa/sql/security [partintro] -- experiment...
Mark SQL feature as experimental
[DOCS] Mark SQL feature as experimental
AsciiDoc
apache-2.0
strapdata/elassandra,vroyer/elassandra,vroyer/elassandra,strapdata/elassandra,vroyer/elassandra,strapdata/elassandra,strapdata/elassandra,strapdata/elassandra
a52f135c766e34075af0e8c73f0fb6b099c5012c
README.adoc
README.adoc
= Cloud Enablement CCT module This repository serves as a temporary public link:https://github.com/concrt/concreate[Concreate] module for building JBoss Openshift container images. This repository is an enhanced copy of shell scripts used to build JBoss images for OpenShift.
= Cloud Enablement CCT module This repository serves as a temporary public link:https://github.com/concrt/concreate[Concreate] module for building JBoss Openshift container images. This repository is an enhanced copy of shell scripts used to build JBoss images for OpenShift. == FAQ === Why the name? *cct* (containe...
Add a mini-faq and see-also URIs
Add a mini-faq and see-also URIs
AsciiDoc
apache-2.0
spolti/cct_module,jboss-openshift/cct_module,jboss-openshift/cct_module,spolti/cct_module,jboss-openshift/cct_module,spolti/cct_module
37e59ec299f089c7cf5ba6cc5de7b11b86050446
code/continuousIntegration.adoc
code/continuousIntegration.adoc
= Continuous integration :awestruct-layout: normalBase :showtitle: We use Jenkins for continuous integration. *Show https://hudson.jboss.org/hudson/job/drools/[the Jenkins job].* Keep the build blue!
= Continuous integration :awestruct-layout: normalBase :showtitle: We use Jenkins for continuous integration. *Show https://jenkins-kieci.rhcloud.com/[the Jenkins jobs].* These are mirrors of a Red Hat internal Jenkins jobs. Keep the builds green!
Update public Jenkins job URL
Update public Jenkins job URL
AsciiDoc
apache-2.0
tomasdavidorg/drools-website,tomasdavidorg/drools-website,droolsjbpm/drools-website,droolsjbpm/drools-website,qmx/drools-website,droolsjbpm/drools-website,qmx/drools-website,tomasdavidorg/drools-website,qmx/drools-website,qmx/drools-website,tomasdavidorg/drools-website
d95b43551871d55a71e1b9b6060ce30428e1315c
README.adoc
README.adoc
= 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 setting clear r...
= 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 setting clear r...
Include Hello World Youtube video
Include Hello World Youtube video
AsciiDoc
apache-2.0
BrunoEberhard/minimal-j,BrunoEberhard/minimal-j,BrunoEberhard/minimal-j
a61d90806b02f1ec9bc04e1db98c4024bbfb58ff
storage/container_storage_interface/persistent-storage-csi.adoc
storage/container_storage_interface/persistent-storage-csi.adoc
[id="persistent-storage-using-csi"] = Configuring CSI volumes include::modules/common-attributes.adoc[] :context: persistent-storage-csi toc::[] The Container Storage Interface (CSI) allows {product-title} to consume storage from storage backends that implement the link:https://github.com/container-storage-interface/...
[id="persistent-storage-using-csi"] = Configuring CSI volumes include::modules/common-attributes.adoc[] :context: persistent-storage-csi toc::[] The Container Storage Interface (CSI) allows {product-title} to consume storage from storage back ends that implement the link:https://github.com/container-storage-interface...
Remove CSI spec ref in note
Remove CSI spec ref in note
AsciiDoc
apache-2.0
vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs
adb820c904d245bdf177be4f4d4ed010cef07229
src/main/asciidoc/development.adoc
src/main/asciidoc/development.adoc
[[development]] == Development Github repository: {datasource-proxy}
[[development]] == Development Github repository: {datasource-proxy} === Build Documentation ```sh > ./mvnw asciidoctor:process-asciidoc@output-html ```
Add how to build documentation
Add how to build documentation
AsciiDoc
mit
ttddyy/datasource-proxy,ttddyy/datasource-proxy
617c8f79554b517ec9267e7ca8e1c2067d7ca874
documentation/src/docs/asciidoc/release-notes/index.adoc
documentation/src/docs/asciidoc/release-notes/index.adoc
[[release-notes]] = JUnit 5 Release Notes Stefan Bechtold; Sam Brannen; Johannes Link; Matthias Merdes; Marc Philipp; Christian Stein // :docinfodir: ../docinfos :docinfo: private-head :numbered!: // This document contains the _change log_ for all JUnit 5 releases since 5.0 GA. Please refer to the <<../user-guide/ind...
[[release-notes]] = JUnit 5 Release Notes Stefan Bechtold; Sam Brannen; Johannes Link; Matthias Merdes; Marc Philipp; Christian Stein // :docinfodir: ../docinfos :docinfo: private-head :numbered!: // This document contains the _change log_ for all JUnit 5 releases since 5.0 GA. Please refer to the <<../user-guide/ind...
Fix order of includes for Release Notes
Fix order of includes for Release Notes
AsciiDoc
epl-1.0
sbrannen/junit-lambda,junit-team/junit-lambda
e18ef5711402f71c1a311bdf7ffc2185e6946940
doc/development.adoc
doc/development.adoc
== Setting up a development environment on Ubuntu 16.04 (Xenial) Install development dependencies: $ sudo apt-get install python-pip python-pyscard libykpers-1-1 libu2f-host0 Setup the repository: $ git clone --recursive https://github.com/Yubico/yubikey-manager.git $ cd yubikey-manager Install in edi...
== Setting up a development environment on Ubuntu 16.04 (Xenial) Install development dependencies: $ sudo apt-get install python-pip python-pyscard libykpers-1-1 libu2f-host0 Setup the repository: $ git clone --recursive https://github.com/Yubico/yubikey-manager.git $ cd yubikey-manager Install in edi...
Add documentation about running tests
Add documentation about running tests As discussed in #8.
AsciiDoc
bsd-2-clause
Yubico/yubikey-manager,Yubico/yubikey-manager
0bd0782a399a31775c31e0edb09c4be8ce40469c
doc/manuals/osmotrx-usermanual.adoc
doc/manuals/osmotrx-usermanual.adoc
:gfdl-enabled: OsmoTRX User Manual ==================== Pau Espin Pedrol <pespin@sysmocom.de> include::../common/chapters/preface.adoc[] include::chapters/overview.adoc[] include::chapters/running.adoc[] include::../common/chapters/control_if.adoc[] include::chapters/control.adoc[] include::../common/chapters/v...
:gfdl-enabled: OsmoTRX User Manual ==================== Pau Espin Pedrol <pespin@sysmocom.de> include::../common/chapters/preface.adoc[] include::chapters/overview.adoc[] include::chapters/running.adoc[] include::../common/chapters/control_if.adoc[] include::chapters/control.adoc[] include::../common/chapters/v...
Introduce chapter trx_if.adoc and add it to OsmoTRX and OsmoBTS
Introduce chapter trx_if.adoc and add it to OsmoTRX and OsmoBTS This chapter defines the protocol used between osmo-trx and osmo-bts-trx. Most of the text comes originally from osmo-trx.git/README, as it's the only known documentation of the protocol other than the code itself. Change-Id: I56c418eef0f826ae1aadbed5b1...
AsciiDoc
agpl-3.0
ttsou/osmo-trx,osmocom/osmo-trx,osmocom/osmo-trx,ttsou/osmo-trx,ttsou/osmo-trx,osmocom/osmo-trx,ttsou/osmo-trx,osmocom/osmo-trx
a97af113f46645ef50d1a954d4b7f4b5c0ce5a2c
docs/community/misc.asciidoc
docs/community/misc.asciidoc
[[misc]] == Misc * https://github.com/elasticsearch/puppet-elasticsearch[Puppet]: Elasticsearch puppet module. * http://github.com/elasticsearch/cookbook-elasticsearch[Chef]: Chef cookbook for Elasticsearch * https://github.com/medcl/salt-elasticsearch[SaltStack]: SaltStack Module for Elasticsearch * http://...
[[misc]] == Misc * https://github.com/elasticsearch/puppet-elasticsearch[Puppet]: Elasticsearch puppet module. * http://github.com/elasticsearch/cookbook-elasticsearch[Chef]: Chef cookbook for Elasticsearch * https://github.com/medcl/salt-elasticsearch[SaltStack]: SaltStack Module for Elasticsearch * http://...
Add Pes Plugin to the plugin page
Add Pes Plugin to the plugin page I do not know normally whether this section is the right place or not, please let me know. Here is the pes plugin's GitHub site :https://github.com/kodcu/pes Closes #10398
AsciiDoc
apache-2.0
maddin2016/elasticsearch,linglaiyao1314/elasticsearch,linglaiyao1314/elasticsearch,sdauletau/elasticsearch,xingguang2013/elasticsearch,lydonchandra/elasticsearch,i-am-Nathan/elasticsearch,milodky/elasticsearch,Chhunlong/elasticsearch,Rygbee/elasticsearch,kunallimaye/elasticsearch,brandonkearby/elasticsearch,sc0ttkclark...
f5695d65c67672dcee4559732aec8af766464303
docs/bryn.adoc
docs/bryn.adoc
= Configuration notes: bryn.justinwflory.com Configuration or changelog notes for Bryn. == Firewall * *Services*: ** SSH (22) ** HTTP (80) ** DNS (52) ** HTTPS (443) ** MySQL * *Ports*: ** `8086/tcp`: InfluxDB ** `60597/udp`: Mosh == XenForo * `sitemaps/` and `temp/` must have 0777 permissions… ** `temp/` is for...
= Configuration notes: bryn.justinwflory.com Configuration or changelog notes for Bryn. == Firewall * *Services*: ** SSH (22) ** HTTP (80) ** DNS (52) ** HTTPS (443) ** MySQL * *Ports*: ** `8086/tcp`: InfluxDB ** `60597/udp`: Mosh == WordPress === wp_cli cannot upgrade WordPress because another update is in prog...
Add wp_cli update in progress scenario to logbook
Add wp_cli update in progress scenario to logbook
AsciiDoc
mpl-2.0
jflory7/infrastructure,jflory7/infrastructure
421d2ed6a5db02a6c7e590602fcbee5b58773e05
README.adoc
README.adoc
= beeLīn Java / JVM This is the start of a DNSChain client for the JVM. == Install Prerequisites Make sure you have JDK 7 or later installed. WARNING: **beeLin-java** is using HTTPS to query the DNSChain server at https://api.dnschain.net[api.dnschain.net] which uses a https://cert.startcom.org[StartCom] SSL certif...
= beeLīn Java / JVM This is the start of a DNSChain client for the JVM. == Install Prerequisites Make sure you have JDK 7 or later installed. WARNING: **beeLin-java** is using HTTPS to query the DNSChain server at https://api.dnschain.net[api.dnschain.net] which uses a https://cert.startcom.org[StartCom] SSL certif...
Add how to run the browser via Gradle.
Add how to run the browser via Gradle.
AsciiDoc
apache-2.0
beeLin/beeLin-java
9b39eb5310bc5c9368fece33ae1c6a2df9451644
06-installer/README.adoc
06-installer/README.adoc
= Installers :toc: :toc-placement!: toc::[] [[intro]] Introduction ------------ CMake has the ability to create installers for multiple platforms using a program called link:https://cmake.org/Wiki/CMake:CPackPackageGenerators[CPack]. CPack includes the ability to create Linux RPM, deb and gzip distributions of bot...
= Installers :toc: :toc-placement!: toc::[] [[intro]] Introduction ------------ CMake has the ability to create installers for multiple platforms using a program called link:https://cmake.org/Wiki/CMake:CPackPackageGenerators[CPack]. CPack includes the ability to create Linux RPM, deb and gzip distributions of bot...
Fix typo. teh -> the
Fix typo. teh -> the
AsciiDoc
mit
ttroy50/cmake-examples,ttroy50/cmake-examples,ttroy50/cmake-examples
4addd458fd7d0e709ae3b2f7e62e684828528238
README.adoc
README.adoc
// Do not edit this file (e.g. go instead to src/main/asciidoc) Spring Cloud Build is a common utility project for Spring Cloud to use for plugin and dependency management. == Building and Deploying To install locally: ---- $ mvn install ---- and to deploy snapshots to repo.spring.io: ---- $ mvn install -DaltSna...
// Do not edit this file (e.g. go instead to src/main/asciidoc) Spring Cloud Build is a common utility project for Spring Cloud to use for plugin and dependency management. == Building and Deploying To install locally: ---- $ mvn install ---- and to deploy snapshots to repo.spring.io: ---- $ mvn deploy -DaltSnap...
Update readme for mavn deploy
Update readme for mavn deploy
AsciiDoc
apache-2.0
royclarkson/spring-cloud-build,linlynn/spring-cloud-build,spring-cloud/spring-cloud-build,linlynn/spring-cloud-build,spring-cloud/spring-cloud-build,royclarkson/spring-cloud-build
a32ee3935d758653994e559d558027f4662753f0
README.adoc
README.adoc
= Spring Session Rob Winch Spring Session aims to provide a common infrastructure for managing sessions. This provides many benefits including: * Accessing a session from any environment (i.e. web, messaging infrastructure, etc) * In a web environment ** Support for clustering in a vendor neutral way ** Pluggable str...
= Spring Session Rob Winch Spring Session aims to provide a common infrastructure for managing sessions. This provides many benefits including: * Accessing a session from any environment (i.e. web, messaging infrastructure, etc) * In a web environment ** Support for clustering in a vendor neutral way ** Pluggable str...
Add projects subdomain in project page URL
Add projects subdomain in project page URL While the projects subdomain is not necessary due to a redirect it does provide a faster experience for users. This commit adds the projects subdomain to the project URL to avoid unnecessary redirects. Fixes gh-220
AsciiDoc
apache-2.0
vpavic/spring-session,vpavic/spring-session,vpavic/spring-session
42ea2f530c9de5467714fcaf605052664bb8b131
documentation/src/docs/asciidoc/release-notes/release-notes-5.7.0-M1.adoc
documentation/src/docs/asciidoc/release-notes/release-notes-5.7.0-M1.adoc
[[release-notes-5.7.0-M1]] == 5.7.0-M1 *Date of Release:* ❓ *Scope:* ❓ For a complete list of all _closed_ issues and pull requests for this release, consult the link:{junit5-repo}+/milestone/44?closed=1+[5.7 M1] milestone page in the JUnit repository on GitHub. [[release-notes-5.7.0-M1-junit-platform]] === JUnit ...
[[release-notes-5.7.0-M1]] == 5.7.0-M1 *Date of Release:* ❓ *Scope:* ❓ For a complete list of all _closed_ issues and pull requests for this release, consult the link:{junit5-repo}+/milestone/44?closed=1+[5.7 M1] milestone page in the JUnit repository on GitHub. [[release-notes-5.7.0-M1-junit-platform]] === JUnit ...
Update release notes for Testable annotation.
Update release notes for Testable annotation. #2168
AsciiDoc
epl-1.0
sbrannen/junit-lambda,junit-team/junit-lambda
87497c92ca68bf5b58ad932340f8b4cc2a5ae01c
docs/reference/migration/index.asciidoc
docs/reference/migration/index.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-upgrade,full clus...
[[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-upgrade,full clus...
Add missing link to the 2.0 migration guide.
Docs: Add missing link to the 2.0 migration guide.
AsciiDoc
apache-2.0
anti-social/elasticsearch,winstonewert/elasticsearch,obourgain/elasticsearch,vingupta3/elasticsearch,StefanGor/elasticsearch,kaneshin/elasticsearch,dataduke/elasticsearch,zeroctu/elasticsearch,ivansun1010/elasticsearch,btiernay/elasticsearch,jpountz/elasticsearch,Liziyao/elasticsearch,humandb/elasticsearch,SergVro/elas...
491a6bba3b7bf81eebef2ac8c8060c3cc87e3553
README.adoc
README.adoc
= Code Valet == Problem The link:https://jenkins.io[Jenkins] project faces a challenge unusual to other contemporary CI/CD tools in that it is downloaded and executed on a user's machine(s) rather than as a service. While this offers quite a lot of flexibility to the end-user, it puts Jenkins developers at a disadvan...
= Code Valet == Problem The link:https://jenkins.io[Jenkins] project faces a challenge unusual to other contemporary CI/CD tools in that it is downloaded and executed on a user's machine(s) rather than as a service. While this offers quite a lot of flexibility to the end-user, it puts Jenkins developers at a disadvan...
Add a current thought dump on the architecture
Add a current thought dump on the architecture
AsciiDoc
agpl-3.0
CodeValet/codevalet,CodeValet/codevalet,CodeValet/codevalet
d3dd93e8627518363d6fb693492ead644a28a015
README.adoc
README.adoc
MrTweety Analytic ================= image:https://travis-ci.org/kubahorak/mrtweety-analytic.svg?branch=master["Build Status", link="https://travis-ci.org/kubahorak/mrtweety-analytic"] Analyses tweets in realtime to figure out the most popular hashtags. Uses https://spark.apache.org[Apache Spark] and a https://github...
MrTweety Analytic ================= image:https://travis-ci.org/kubahorak/mrtweety-analytic.svg?branch=master["Build Status", link="https://travis-ci.org/kubahorak/mrtweety-analytic"] Analyses tweets in realtime to figure out the most popular hashtags. Uses https://spark.apache.org[Apache Spark] and a https://github...
Add example setting environment variable.
Add example setting environment variable.
AsciiDoc
mit
kubahorak/mrtweety-analytic,kubahorak/mrtweety-analytic,kubahorak/mrtweety-analytic,kubahorak/mrtweety-analytic
5bc73badf94b2132478d92ce065fe7adf288225a
conoha/README.adoc
conoha/README.adoc
= conoha/ Ansible playbook for my conoha instance. == Current setups |==== |Memory |1GB |Disk |SSD 50GB |OS |Ubuntu 14.4 trusty |==== == Pre configurations * Add normal user: `adduser NAME` ** Add `.ssh/authorized_keys` file for the user ** Add the user to `sudo` group: `gpasswd -a NAME sudo` == Usage ...
= conoha/ Ansible playbook for my conoha instance. == Current setups |==== |Memory |1GB |Disk |SSD 50GB |OS |Ubuntu 14.4 trusty |==== == Pre configurations * Add normal user: `adduser NAME` ** Add `.ssh/authorized_keys` file for the user ** Add the user to `sudo` group: `gpasswd -a NAME sudo` == Usage ...
Add about updating mydns entry
Add about updating mydns entry
AsciiDoc
unlicense
10sr/machine-setups,10sr/machine-setups,10sr/server-provisions,10sr/machine-setups,10sr/server-provisions,10sr/machine-setups
c7ae27873ab98952018be682f4d5193bac9ebd33
using_images/index.adoc
using_images/index.adoc
= Overview {product-author} {product-version} :data-uri: :icons: :experimental: Use these topics to discover the different link:../architecture/core_concepts/builds_and_image_streams.html#source-build[S2I (Source-to-Image)], database, and other Docker images that are available for OpenShift users. ifdef::openshift-en...
= Overview {product-author} {product-version} :data-uri: :icons: :experimental: Use these topics to discover the different link:../architecture/core_concepts/builds_and_image_streams.html#source-build[S2I (Source-to-Image)], database, and other Docker images that are available for OpenShift users. ifdef::openshift-en...
Make image support blurb appear for Dedicated.
Make image support blurb appear for Dedicated.
AsciiDoc
apache-2.0
xiaoping378/openshift-docs,xiaoping378/openshift-docs,xiaoping378/openshift-docs
1aeb422572ef3e75dbda2b5778b1c23b49b7b19c
README.adoc
README.adoc
= Hawkular Android Client This repository contains the source code for the Hawkular Android application. == License * http://www.apache.org/licenses/LICENSE-2.0.html[Apache Version 2.0] == Building ifdef::env-github[] [link=https://travis-ci.org/hawkular/android-client] image:https://travis-ci.org/hawkular/android...
= Hawkular Android Client This repository contains the source code for the Hawkular Android application. == License * http://www.apache.org/licenses/LICENSE-2.0.html[Apache Version 2.0] == Building ifdef::env-github[] [link=https://travis-ci.org/hawkular/hawkular-android-client] image:https://travis-ci.org/hawkula...
Change Travis badge regarding changed repository path.
Change Travis badge regarding changed repository path.
AsciiDoc
apache-2.0
pg301/hawkular-android-client,hawkular/hawkular-android-client,sauravvishal8797/hawkular-android-client,pilhuhn/hawkular-android-client,anuj1708/hawkular-android-buff,anuj1708/hawkular-android-client,danielpassos/hawkular-android-client,shubhamvashisht/hawkular-android-client
14b966f04fe4c1d9578ae5598adbc56458f41a36
README.asciidoc
README.asciidoc
Domotica ======== A simple webapp for a home automation system based around a Siemens S7-300 PLC, using libs7comm-python. It's intended to be used from smartphones. Note that this is not a generic solution. It's an implementation for one specific house. Requirements ============ * Django * python-daemon
Domotica ======== A simple webapp for a home automation system based around a Siemens S7-300 PLC, using libs7comm-python. It's intended to be used from smartphones. Note that this is not a generic solution. It's an implementation for one specific house. Requirements ============ * Django * python-daemon * python-...
Document that we require python-rrdtool
Document that we require python-rrdtool
AsciiDoc
bsd-2-clause
kprovost/domotica,kprovost/domotica
97ae6133ded84ebaa882948ba9f72f11c3816d05
documentation/src/docs/asciidoc/release-notes.adoc
documentation/src/docs/asciidoc/release-notes.adoc
[[release-notes]] == Release Notes :numbered!: include::release-notes-5.1.0-M1.adoc[] include::release-notes-5.0.2.adoc[] include::release-notes-5.0.1.adoc[] include::release-notes-5.0.0.adoc[] include::release-notes-5.0.0-RC3.adoc[] include::release-notes-5.0.0-RC2.adoc[] include::release-notes-5.0.0-RC1.adoc[...
[[release-notes]] == Release Notes :numbered!: include::release-notes-5.1.0-M2.adoc[] include::release-notes-5.1.0-M1.adoc[] include::release-notes-5.0.2.adoc[] include::release-notes-5.0.1.adoc[] include::release-notes-5.0.0.adoc[] include::release-notes-5.0.0-RC3.adoc[] include::release-notes-5.0.0-RC2.adoc[]...
Include 5.1.0-M2 release notes in main document
Include 5.1.0-M2 release notes in main document
AsciiDoc
epl-1.0
sbrannen/junit-lambda,junit-team/junit-lambda
776a8c58ff05f2a298354fae1bc6f854e6c1317c
neo4j-ogm-docs/src/main/asciidoc/appendix/faq.adoc
neo4j-ogm-docs/src/main/asciidoc/appendix/faq.adoc
[appendix] [[faq]] = Frequently Asked Questions (FAQ) [qanda] What is the difference between Neo4j OGM and Spring Data Neo4j (SDN)?:: Spring Data Neo4j (SDN) uses the OGM under the covers. It's like Spring Data JPA, where JPA/Hibernate underly it. Most of the power of SDN actually comes from the OGM.
[appendix] [[faq]] = Frequently Asked Questions (FAQ) [qanda] What is the difference between Neo4j OGM and Spring Data Neo4j (SDN)?:: Spring Data Neo4j (SDN) uses the OGM under the covers. It's like Spring Data JPA, where JPA/Hibernate underly it. Most of the power of SDN actually comes from the OGM. How are lab...
Add label class hierarchy information to FAQ
Add label class hierarchy information to FAQ
AsciiDoc
apache-2.0
neo4j/neo4j-ogm,neo4j/neo4j-ogm,neo4j/neo4j-ogm,neo4j/neo4j-ogm
41320354738016442bb559e89b0d9275c5088f17
osxclient.adoc
osxclient.adoc
= Building Mac OS X client = OS X licensing means we can't just simply provide a build vm via vagrant as we've done for linux. Creating a vagrant-ready VM is fairly simple though. == Client Build VM == Install link:https://www.vagrantup.com/[Vagrant], buy VMware Fusion, and buy the link:https://www.vagrantup.com/vm...
= Building Mac OS X client = OS X licensing means we can't just simply provide a build vm via vagrant as we've done for linux. Creating a vagrant-ready VM is fairly simple though. == Client Build VM == Install link:https://www.vagrantup.com/[Vagrant], buy VMware Fusion, and buy the link:https://www.vagrantup.com/vm...
Add note about using mountain lion as base version
Add note about using mountain lion as base version
AsciiDoc
apache-2.0
google/grr-doc
10fe3afd5b002d120d0fe7a30388ffba6d0639c3
docs/reference/data-rollup-transform.asciidoc
docs/reference/data-rollup-transform.asciidoc
[[data-rollup-transform]] = Roll up or transform your data [partintro] -- {es} offers the following methods for manipulating your data: ifdef::permanently-unreleased-branch[] * <<xpack-rollup>> + A rollup aggregates an index's time series data and stores the results in new read-only index. For example, you can roll...
[[data-rollup-transform]] = Roll up or transform your data [partintro] -- {es} offers the following methods for manipulating your data: * <<xpack-rollup,Rolling up your historical data>> + include::rollup/index.asciidoc[tag=rollup-intro] * <<transforms,Transforming your data>> + include::transform/transforms.asciid...
Remove ifdefs for rollup refactor
[DOCS] Remove ifdefs for rollup refactor Removes some ifdef conditionals overlooked in #70885. That PR removed docs for the rollup refactor.
AsciiDoc
apache-2.0
GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch
e09d10aa1f55232d79341c5a443a3dd1c6bf0ff7
README.adoc
README.adoc
= Vert.x-Web image:https://vertx.ci.cloudbees.com/buildStatus/icon?job=vert.x3-web["Build Status",link="https://vertx.ci.cloudbees.com/view/vert.x-3/job/vert.x3-web/"] image:https://img.shields.io/maven-central/v/io.vertx/vertx-web.svg["Maven Central"] image:https://bestpractices.coreinfrastructure.org/projects/540/ba...
= Vert.x-Web image:https://vertx.ci.cloudbees.com/buildStatus/icon?job=vert.x3-web["Build Status",link="https://vertx.ci.cloudbees.com/view/vert.x-3/job/vert.x3-web/"] image:https://img.shields.io/maven-central/v/io.vertx/vertx-web.svg["Maven Central"] image:https://bestpractices.coreinfrastructure.org/projects/540/ba...
Remove link to in-source docs
Remove link to in-source docs
AsciiDoc
apache-2.0
InfoSec812/vertx-web,aesteve/vertx-web,aesteve/vertx-web,InfoSec812/vertx-web,InfoSec812/vertx-web,InfoSec812/vertx-web,vert-x3/vertx-web,vert-x3/vertx-web,vert-x3/vertx-web,aesteve/vertx-web,InfoSec812/vertx-web,vert-x3/vertx-web,aesteve/vertx-web,InfoSec812/vertx-web,aesteve/vertx-web,vert-x3/vertx-web
adef2716eee3da7ed3bc70a6586202c3dfd27c07
README.adoc
README.adoc
= java-libbitcoinconsensus image:https://travis-ci.org/dexX7/java-libbitcoinconsensus.svg["Build Status", link="https://travis-ci.org/dexX7/java-libbitcoinconsensus"] A https://github.com/java-native-access/jna[JNA] binding and Java wrapper for https://github.com/bitcoin/bitcoin/blob/master/doc/shared-libraries.md#bi...
= java-libbitcoinconsensus image:https://travis-ci.org/dexX7/java-libbitcoinconsensus.svg["Build Status", link="https://travis-ci.org/dexX7/java-libbitcoinconsensus"] A https://github.com/java-native-access/jna[JNA] binding and Java wrapper for https://github.com/bitcoin/bitcoin/blob/master/doc/shared-libraries.md#bi...
Add notes for Mac OS X
Add notes for Mac OS X
AsciiDoc
mit
dexX7/java-libbitcoinconsensus,dexX7/java-libbitcoinconsensus
04d087c105430a6fa81af1c5adbe31caae10a01b
README.adoc
README.adoc
= asciidoctor-chrome-extension, AsciiDoc.js Chrome Extension Guillaume Grossetie :sources: https://github.com/Mogztter/asciidoctor-chrome-extension :license: https://github.com/Mogztter/asciidoctor-chrome-extension/blob/master/LICENSE This project uses https://github.com/asciidoctor/asciidoctor.js[Asciidoctor.js] to r...
= asciidoctor-chrome-extension, Asciidoctor Chrome Extension Guillaume Grossetie :sources: https://github.com/asciidoctor/asciidoctor-chrome-extension :license: https://github.com/asciidoctor/asciidoctor-chrome-extension/blob/master/LICENSE This project uses https://github.com/asciidoctor/asciidoctor.js[Asciidoctor.js...
Update AsciiDoc.js to Asciidoctor in the title and the repository URL (asciidoctor org)
Update AsciiDoc.js to Asciidoctor in the title and the repository URL (asciidoctor org)
AsciiDoc
mit
asciidoctor/asciidoctor-chrome-extension,asciidoctor/asciidoctor-chrome-extension,rotty3000/asciidoctor-chrome-extension,Mogztter/asciidoctor-chrome-extension,bbucko/asciidoctor-chrome-extension,bbucko/asciidoctor-chrome-extension,rotty3000/asciidoctor-chrome-extension,rotty3000/asciidoctor-chrome-extension,Mogztter/as...
401e2c8b6f0a4f63c29a8615052571aa41f2e6ce
spring-boot-starters/README.adoc
spring-boot-starters/README.adoc
= Starter POMs Spring Boot Starters are a set of convenient dependency descriptors that you can include in your application. You get a one-stop-shop for all the Spring and related technology that you need without having to hunt through sample code and copy paste loads of dependency descriptors. For example, if you wan...
= Starter POMs Spring Boot Starters are a set of convenient dependency descriptors that you can include in your application. You get a one-stop-shop for all the Spring and related technology that you need without having to hunt through sample code and copy paste loads of dependency descriptors. For example, if you wan...
Add codecentric Spring Batch Starter Info
Add codecentric Spring Batch Starter Info Fixes gh-870
AsciiDoc
apache-2.0
rickeysu/spring-boot,deki/spring-boot,afroje-reshma/spring-boot-sample,lingounet/spring-boot,panbiping/spring-boot,domix/spring-boot,felipeg48/spring-boot,cleverjava/jenkins2-course-spring-boot,mebinjacob/spring-boot,nevenc-pivotal/spring-boot,joansmith/spring-boot,NetoDevel/spring-boot,balajinsr/spring-boot,murilobr/s...
b52a19fbbb9e43e5431eb36053210b24ab690713
src/docs/asciidoc/index.asciidoc
src/docs/asciidoc/index.asciidoc
= Reactor Netty Stephane Maldini; :appversion: 0.5.0 (wiki) ifndef::host-github[:ext-relative: {outfilesuffix}] {appversion} :doctype: book :icons: font include::net.adoc[] include::net-tcp.adoc[] include::net-http.adoc[] include::net-e2e.adoc[]
= Reactor Netty Stephane Maldini; :appversion: 0.5.0 (wiki) ifndef::host-github[:ext-relative: {outfilesuffix}] {appversion} :doctype: book :icons: font include::net.adoc[] include::net-tcp.adoc[] include::net-http.adoc[]
Fix warning in asciidoc rendering
Fix warning in asciidoc rendering
AsciiDoc
apache-2.0
reactor/reactor-netty,reactor/reactor-netty
111f0788a2e2580ebc3ecdbb68eda28560a7f5fa
docs/reference/setup/important-settings.asciidoc
docs/reference/setup/important-settings.asciidoc
[[important-settings]] == Important Elasticsearch configuration While Elasticsearch requires very little configuration, there are a number of settings which need to be considered before going into production. The following settings *must* be considered before going to production: * <<path-settings,Path settings>> * ...
[[important-settings]] == Important Elasticsearch configuration While Elasticsearch requires very little configuration, there are a number of settings which need to be considered before going into production. The following settings *must* be considered before going to production: * <<path-settings,Path settings>> * ...
Add error file docs to important settings
Add error file docs to important settings This commit adds the error file documentation to the important settings docs so that the page is actually visible.
AsciiDoc
apache-2.0
gingerwizard/elasticsearch,HonzaKral/elasticsearch,GlenRSmith/elasticsearch,gingerwizard/elasticsearch,robin13/elasticsearch,coding0011/elasticsearch,GlenRSmith/elasticsearch,scorpionvicky/elasticsearch,gingerwizard/elasticsearch,uschindler/elasticsearch,scorpionvicky/elasticsearch,rajanm/elasticsearch,kalimatas/elasti...
84a26c62428a3c19bb6dce39ba49f431bf468e1e
SUPPORT.adoc
SUPPORT.adoc
= Getting support for Micrometer == GitHub issues We choose not to use GitHub issues for general usage questions and support, preferring to use issues solely for the tracking of bugs and enhancements. If you have a general usage question please do not open a GitHub issue, but use one of the other channels described be...
= Getting support for Micrometer == GitHub issues We choose not to use GitHub issues for general usage questions and support, preferring to use issues solely for the tracking of bugs and enhancements. If you have a general usage question please do not open a GitHub issue, but use one of the other channels described be...
Update link to the Slack invite
Update link to the Slack invite
AsciiDoc
apache-2.0
micrometer-metrics/micrometer,micrometer-metrics/micrometer,micrometer-metrics/micrometer
8f44f74d44b9eaf8d12490cb1d189f3b1a8dae69
docs/modules/ROOT/pages/whats-new.adoc
docs/modules/ROOT/pages/whats-new.adoc
[[new]] = What's New in Spring Security 5.8 Spring Security 5.8 provides a number of new features. Below are the highlights of the release. * https://github.com/spring-projects/spring-security/pull/11638[gh-11638] - Refresh remote JWK when unknown KID error occurs * https://github.com/spring-projects/spring-security/...
[[new]] = What's New in Spring Security 5.8 Spring Security 5.8 provides a number of new features. Below are the highlights of the release. * https://github.com/spring-projects/spring-security/pull/11638[gh-11638] - Refresh remote JWK when unknown KID error occurs * https://github.com/spring-projects/spring-security/...
Update What's New for 5.8
Update What's New for 5.8
AsciiDoc
apache-2.0
spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security
a89979966e3a79b62bf7f771ff9698216bb9ed28
docs/horizon.adoc
docs/horizon.adoc
= Logbook: horizon.justinwflory.com Running logbook of documentation notes for Horizon. == Firewall _See https://github.com/jwflory/infrastructure/blob/master/roles/firewalld/tasks/main.yml[jwflory/infrastructure firewalld Ansible role]._ == WordPress === wp_cli cannot upgrade WordPress because another update is...
= Logbook: horizon.justinwflory.com Running logbook of documentation notes for Horizon. == Firewall _See https://github.com/jwflory/infrastructure/blob/master/roles/firewalld/tasks/main.yml[jwflory/infrastructure firewalld Ansible role]._ == WordPress === Updating from admin dashboard does not work: "failed to c...
Add 'failed to create directory' WordPress scenario
[docs] Add 'failed to create directory' WordPress scenario
AsciiDoc
mpl-2.0
jflory7/infrastructure,jflory7/infrastructure
9e5b6cab2e77ccf6dbf1f476603fa90931496078
documentation/src/docs/asciidoc/release-notes.adoc
documentation/src/docs/asciidoc/release-notes.adoc
[[release-notes]] == JUnit 5 Release Notes include::link-attributes.adoc[] :numbered!: include::release-notes-5.1.0-M2.adoc[] include::release-notes-5.1.0-M1.adoc[] include::release-notes-5.0.2.adoc[] include::release-notes-5.0.1.adoc[] include::release-notes-5.0.0.adoc[] include::release-notes-5.0.0-RC3.adoc[]...
[[release-notes]] = JUnit 5 Release Notes Stefan Bechtold; Sam Brannen; Johannes Link; Matthias Merdes; Marc Philipp; Christian Stein // :docinfodir: docinfos :docinfo: private-head :numbered!: // include::link-attributes.adoc[] include::release-notes-5.1.0-M2.adoc[] include::release-notes-5.1.0-M1.adoc[] include::...
Include header and footer in Release Notes
Include header and footer in Release Notes Issue: #1068
AsciiDoc
epl-1.0
junit-team/junit-lambda,sbrannen/junit-lambda
c6caeea8871c374255b1f2848f80d2c1c44ce17e
docs/community/misc.asciidoc
docs/community/misc.asciidoc
[[misc]] == Misc * https://github.com/electrical/puppet-elasticsearch[Puppet]: Elasticsearch puppet module. * http://github.com/elasticsearch/cookbook-elasticsearch[Chef]: Chef cookbook for Elasticsearch * https://github.com/tavisto/elasticsearch-rpms[elasticsearch-rpms]: RPMs for elasticsearch. * http://www....
[[misc]] == Misc * https://github.com/elasticsearch/puppet-elasticsearch[Puppet]: Elasticsearch puppet module. * http://github.com/elasticsearch/cookbook-elasticsearch[Chef]: Chef cookbook for Elasticsearch * http://www.github.com/neogenix/daikon[daikon]: Daikon Elasticsearch CLI * https://github.com/Aconex/s...
Update link to puppet module and remove link to other RPM repo as we have our own.
Update link to puppet module and remove link to other RPM repo as we have our own.
AsciiDoc
apache-2.0
wbowling/elasticsearch,markharwood/elasticsearch,peschlowp/elasticsearch,xuzha/elasticsearch,Fsero/elasticsearch,koxa29/elasticsearch,bestwpw/elasticsearch,boliza/elasticsearch,feiqitian/elasticsearch,opendatasoft/elasticsearch,GlenRSmith/elasticsearch,sdauletau/elasticsearch,smflorentino/elasticsearch,yanjunh/elastics...
8b6a040227db507980d5968d2067b12c583f20e3
src/docs/asciidoc/index.adoc
src/docs/asciidoc/index.adoc
= JoinFaces Documentation Marcelo Fernandes <persapiens@gmail.com>; Lars Grefer <github@larsgrefer.de> :toc: left == Using JoinFaces === System Requirements === Maven Integration === Gradle Integration
= JoinFaces Documentation Marcelo Fernandes <persapiens@gmail.com>; Lars Grefer <github@larsgrefer.de> :toc: left :sectnums: :sectanchors: == Using JoinFaces .Official example projects |=== |Build tool \ packaing |`jar` |`war` |https://maven.apache.org/[Maven] |https://github.com/joinfaces/joinfaces-maven-jar-exampl...
Add Example projects and compatibility matrix
Add Example projects and compatibility matrix
AsciiDoc
apache-2.0
larsgrefer/joinfaces,joinfaces/joinfaces,joinfaces/joinfaces,larsgrefer/joinfaces
96a7bcc485acd18bd89af98ec04c2a25a477af42
workshop/src/asciidoc/installation.adoc
workshop/src/asciidoc/installation.adoc
= Instructions Follow these steps to setup Docker on your machine. * Go to https://www.docker.com/products/overview#/install_the_platform * Download the distributable for your system type * Follow the installation instructions After installation continue with Exercise 1 to verify that your setup is running correctly...
= Instructions Follow these steps to setup Docker on your machine. * Go to https://www.docker.com/products/overview#/install_the_platform * Download the distributable for your system type * Follow the installation instructions After installation continue with Exercise 1 to verify that your setup is running correctly...
Make windows caveats a note
Make windows caveats a note
AsciiDoc
apache-2.0
bolcom/docker-for-testers,bolcom/docker-for-testers,bolcom/docker-for-testers
3815f5297d3df610705589d402a2fdbf2ca9f5bc
opennms-doc/guide-install/src/asciidoc/text/monitor-location-minion/rhel/step-2-install-minion.adoc
opennms-doc/guide-install/src/asciidoc/text/monitor-location-minion/rhel/step-2-install-minion.adoc
==== Step 2: Install the repository and Minion package Connect with _SSH_ to your remote _RHEL_ system where you need a _Minion_ to be installed. .Install the Yum repository [source, shell] ---- yum -y https://yum.opennms.org/repofiles/opennms-repo-stable-rhel7.noarch.rpm rpm --import https://yum.opennms.org/OPENNMS...
==== Step 2: Install the repository and Minion package Connect with _SSH_ to your remote _RHEL_ system where you need a _Minion_ to be installed. .Install the Yum repository [source, shell] ---- yum -y install https://yum.opennms.org/repofiles/opennms-repo-stable-rhel7.noarch.rpm rpm --import https://yum.opennms.org...
Fix missing yum install when installing the repo
Fix missing yum install when installing the repo
AsciiDoc
agpl-3.0
aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms
6163de841cd2d2441b0e80f136b72b09090a0b8b
docs/index.asciidoc
docs/index.asciidoc
= Beats Platform include::./overview.asciidoc[] include::./gettingstarted.asciidoc[] include::./configuration.asciidoc[] include::./https.asciidoc[] include::./newbeat.asciidoc[]
= Beats Platform Reference include::./overview.asciidoc[] include::./gettingstarted.asciidoc[] include::./configuration.asciidoc[] include::./https.asciidoc[] include::./newbeat.asciidoc[]
Use Beats Platform Reference as title
Use Beats Platform Reference as title
AsciiDoc
mit
yapdns/yapdnsbeat,yapdns/yapdnsbeat