Skip to content

Commit 8c779e3

Browse files
committed
Add v17 and v16 documentation
1 parent d172250 commit 8c779e3

39 files changed

+7452
-12
lines changed

documentation/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 2
2+
sidebar_position: 1
33
title: "Getting started"
44
date: 2018-09-09T12:52:46+10:00
55
description: GraphQL basics. Start here if you're new to GraphQL :-)

docusaurus.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ const config = {
2525
routeBasePath: 'documentation',
2626
sidebarPath: require.resolve('./sidebars.js'),
2727
editUrl: 'https://github.com/graphql-java/graphql-java-page/edit/master/',
28-
lastVersion: "master",
28+
lastVersion: "v17",
2929
versions: {
3030
current: {
31-
label: "v17"
31+
label: "master",
32+
path: "master"
3233
}
3334
}
3435
},

versioned_docs/version-15/getting-started.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)