Skip to content

Commit e811fbf

Browse files
committed
Start of 13.0 documentation and other tweaks
1 parent dcedd80 commit e811fbf

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ theme = "hugo-sustain"
55
pygmentsUseClasses=true
66

77
[params]
8-
latestReleases = ["v9.5", "v13.0"]
8+
latestReleases = ["v9.6", "v13.0"]
99
latestDocs = "v13"
1010

1111
## Main Menu

content/documentation/v13/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Dependency:
2828
{{< highlight groovy "linenos=table" >}}
2929

3030
dependencies {
31-
compile 'com.graphql-java:graphql-java:11.0'
31+
compile 'com.graphql-java:graphql-java:13.0'
3232
}
3333
{{< / highlight >}}
3434

@@ -42,7 +42,7 @@ Dependency:
4242
<dependency>
4343
<groupId>com.graphql-java</groupId>
4444
<artifactId>graphql-java</artifactId>
45-
<version>11.0</version>
45+
<version>113.0</version>
4646
</dependency>
4747
{{< / highlight >}}
4848

themes/hugo-sustain/layouts/index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,20 @@ <h1 class="home-section-title">GraphQL Java Home</h1>
99
<h3 class="home-section-about">This is the home page of the <a target="_blank" href="https://github.com/graphql-java/graphql-java">GraphQL
1010
Java implementation</a></h3>
1111
<div class="version-info">
12-
<strong>Latest releases</strong>
12+
<strong>Latest releases</strong>
1313
{{ range .Site.Params.latestReleases }}
1414
<div>
15-
<a
16-
href="https://github.com/graphql-java/graphql-java/releases/tag/{{ . }}"
15+
<a
16+
href="https://github.com/graphql-java/graphql-java/releases/tag/{{ . }}"
1717
target="_blank">
1818
{{ . }}
1919
</a>
2020
</div>
2121
{{ end }}
2222
</div>
23+
<div class="version-info">
24+
The JavaDoc for all versions can be found here <a href="https://javadoc.io/doc/com.graphql-java/graphql-java/">https://javadoc.io/doc/com.graphql-java/graphql-java/</a>
25+
</div>
2326
</section>
2427
<section class="home-section blog">
2528
<h1 class="home-section-title">Latest blog posts</h1>

0 commit comments

Comments
 (0)