Skip to content

Commit

Permalink
Add build hook and index page
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeSCahill committed Sep 29, 2022
1 parent d8c6c81 commit b3b6a3f
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Trigger build
run: curl -X POST -d {}
run: curl -X POST -d {} https://api.netlify.com/build_hooks/6335936e0caff6219afbb0df
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/node_modules/
/docs/
/build/
/test/
.DS_Store
Expand Down
18 changes: 18 additions & 0 deletions docs/antora.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: jdbc-driver
title: JDBC Driver
# Version in the URL
version: '5.2-snapshot'
# Version in the version selector (we display only the latest major.minor version)
display_version: '5.2-SNAPSHOT'
# Displays a banner to inform users that this is a prerelease version
prerelease: true
asciidoc:
attributes:
# The full major.minor.patch version, which is used as a variable in the docs for things like download links
full-version: '5.2-SNAPSHOT'
# Allows us to use UI macros. See https://docs.asciidoctor.org/asciidoc/latest/macros/ui-macros/
experimental: true
snapshot: true
page-toclevels: 2@
nav:
- modules/ROOT/nav.adoc
1 change: 1 addition & 0 deletions docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* xref:index.adoc[]
2 changes: 2 additions & 0 deletions docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
= Hazelcast JDBC Driver
:description:

0 comments on commit b3b6a3f

Please sign in to comment.