Skip to content

Commit e5886f7

Browse files
author
Julien Ruaux
committed
docs: Removed author and chapter headings
1 parent 05dbcc0 commit e5886f7

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

pom.xml

+10-11
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
</parent>
1010

1111
<groupId>com.redis</groupId>
12-
<artifactId>trino-redisearch</artifactId>
13-
<version>0.2.7-SNAPSHOT</version>
12+
<artifactId>redis-sql</artifactId>
13+
<version>0.2.6</version>
1414
<name>Redis SQL</name>
15-
<description>Trino - RediSearch Connector</description>
15+
<description>Trino connector for RediSearch</description>
1616
<packaging>trino-plugin</packaging>
1717
<url>https://github.com/${github.owner}/${github.repo}</url>
1818
<inceptionYear>2022</inceptionYear>
@@ -435,14 +435,6 @@
435435
</dependencies>
436436
<configuration>
437437
<attributes>
438-
<icons>font</icons>
439-
<sectanchors>true</sectanchors>
440-
<source-highlighter>coderay</source-highlighter>
441-
<coderay-linenums-mode>table</coderay-linenums-mode>
442-
<toc>left</toc>
443-
<numbered>true</numbered>
444-
<linkattrs>true</linkattrs>
445-
<linkcss>true</linkcss>
446438
<github-owner>${github.owner}</github-owner>
447439
<github-repo>${github.repo}</github-repo>
448440
<project-artifact>${project.artifactId}</project-artifact>
@@ -468,11 +460,18 @@
468460
<attributes>
469461
<source-highlighter>highlightjs</source-highlighter>
470462
<toc>left</toc>
463+
<sectanchors>true</sectanchors>
464+
<numbered>true</numbered>
471465
<toclevels>2</toclevels>
472466
<sectanchors>true</sectanchors>
473467
<!-- set the idprefix to blank -->
474468
<idprefix />
475469
<idseparator>-</idseparator>
470+
<linkattrs>true</linkattrs>
471+
<linkcss>true</linkcss>
472+
<icons>font</icons>
473+
<source-highlighter>coderay</source-highlighter>
474+
<coderay-linenums-mode>table</coderay-linenums-mode>
476475
</attributes>
477476
</configuration>
478477
</execution>

src/docs/asciidoc/index.adoc

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
= {project-name}
2-
:author: Julien Ruaux <julien@redis.com>
32
:revnumber: {project-version}
43
:docinfo1:
54

@@ -22,7 +21,9 @@ Trino installation instructions are available at https://trino.io/docs/current/i
2221

2322
=== RediSearch connector
2423

25-
Download {project-url}/releases/latest[latest release] and unzip without any directory structure under `<trino>/plugin/redisearch`.
24+
Download {project-url}/releases/latest[latest release] and unzip without any directory structure under:
25+
26+
`<trino>/plugin/redisearch`
2627

2728
Create a RediSearch connector configuration file and change/add <<properties,properties>> as needed.
2829

0 commit comments

Comments
 (0)