Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 11 for asciidoc (0.05 seconds)

  1. build-tools-internal/src/main/resources/templates/release-notes-index.asciidoc

    [partintro]
    --
    
    This section summarizes the changes in each release.
    
    <% versions.each { print "* <<release-notes-${ it }>>\n" } %>
    --
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Sep 01 06:25:29 GMT 2021
    - 257 bytes
    - Click Count (0)
  2. README.asciidoc

    Distributions are output to `distributions/archives`.
    
    To run the test suite, see xref:TESTING.asciidoc[TESTING].
    
    [[docs]]
    == Documentation
    
    For the complete Elasticsearch documentation visit
    https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html[elastic.co].
    
    For information about our documentation processes, see the
    xref:docs/README.asciidoc[docs README].
    
    [[contribute]]
    == Contribute
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Apr 20 13:32:21 GMT 2021
    - 2.6K bytes
    - Click Count (0)
  3. build-tools-internal/src/main/resources/templates/breaking-changes.asciidoc

    Rory Hunter <******@****.***> 1627470598 +0100
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Jul 28 11:09:58 GMT 2021
    - 2.9K bytes
    - Click Count (0)
  4. build-tools-internal/src/main/resources/templates/release-highlights.asciidoc

    Rory Hunter <******@****.***> 1630477529 +0100
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Sep 01 06:25:29 GMT 2021
    - 848 bytes
    - Click Count (0)
  5. build-tools-internal/src/main/resources/templates/release-notes.asciidoc

    Rory Hunter <******@****.***> 1630477529 +0100
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Sep 01 06:25:29 GMT 2021
    - 1.7K bytes
    - Click Count (0)
  6. .gitattributes

    CHANGELOG.asciidoc  merge=union
    
    # These files contain expected text output, and should not be changed on
    # Windows
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Sep 07 19:45:23 GMT 2021
    - 221 bytes
    - Click Count (0)
  7. build-tools-internal/src/main/groovy/org/elasticsearch/gradle/internal/doc/DocsTestPlugin.groovy

            project.tasks.named("assemble").configure {enabled = false }
            Map<String, String> commonDefaultSubstitutions = [
                    /* These match up with the asciidoc syntax for substitutions but
                     * the values may differ. In particular {version} needs to resolve
                     * to the version being built for testing but needs to resolve to
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 3.6K bytes
    - Click Count (0)
  8. build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleDslReferencePlugin.java

    import gradlebuild.docs.dsl.source.ExtractDslMetaDataTask;
    
    /**
     * Generates DSL reference material using Docbook and some homegrown class parsing.
     *
     * TODO: It would be nice to replace the Docbook portion of this with Asciidoc so that it could be
     * generated in the same way as the user manual with cross-links between them.
     */
    public class GradleDslReferencePlugin implements Plugin<Project> {
        @Override
        public void apply(Project project) {
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Dec 09 08:14:05 GMT 2020
    - 5.7K bytes
    - Click Count (0)
  9. build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleReleaseNotesPlugin.java

    import java.time.ZonedDateTime;
    import java.time.format.DateTimeFormatter;
    
    /**
     * Opinionated plugin that generates the release notes for a Gradle release.
     *
     * TODO: Maybe eventually convert this asciidoc too, so everything uses the same markup language.
     */
    public class GradleReleaseNotesPlugin implements Plugin<Project> {
        @Override
        public void apply(Project project) {
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Mon Mar 23 14:49:33 GMT 2026
    - 6.6K bytes
    - Click Count (0)
  10. build-logic/documentation/src/main/groovy/gradlebuild/docs/FindBadMultiLangSnippets.java

                gatherBadSnippetsInFile(file, errors);
            });
    
            if (!errors.isEmpty()) {
                StringBuilder sb = new StringBuilder("Found reversed multi-language snippet order in AsciiDoc files:\n");
                for (Map.Entry<File, List<Error>> e : errors.entrySet()) {
                    sb.append(" - ").append(e.getKey().getPath()).append("\n");
                    for (Error err : e.getValue()) {
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Aug 29 10:12:17 GMT 2025
    - 7.2K bytes
    - Click Count (0)
Back to Top