Skip to content

Commit db0b5ae

Browse files
committed
- Moved to docs.viglet.com
1 parent 44669ee commit db0b5ae

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+65
-65
lines changed

.github/workflows/build-asciidoc.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,34 @@ name: build adocs
33
on:
44
push:
55
branches:
6-
- main
6+
- main
77
jobs:
88
adoc_build:
99
runs-on: ubuntu-latest
1010
name: HTMLs and PDFs
1111
steps:
12-
- name: Checkout code
13-
uses: actions/checkout@v2
14-
# Use GitHub Actions' cache to shorten build times and decrease load on servers
15-
- uses: actions/cache@v4
16-
with:
17-
path: vendor/bundle
18-
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}
19-
restore-keys: |
20-
${{ runner.os }}-gems-
21-
- name: Get build container
22-
id: adocbuild
23-
uses: avattathil/asciidoctor-action@master
24-
with:
12+
- name: Checkout code
13+
uses: actions/checkout@v2
14+
# Use GitHub Actions' cache to shorten build times and decrease load on servers
15+
- uses: actions/cache@v4
16+
with:
17+
path: vendor/bundle
18+
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}
19+
restore-keys: |
20+
${{ runner.os }}-gems-
21+
- name: Get build container
22+
id: adocbuild
23+
uses: avattathil/asciidoctor-action@master
24+
with:
2525
program: "sh ./doc.sh"
26-
- name: Deploy docs to gh-pages
27-
uses: peaceiris/actions-gh-pages@v3
28-
with:
29-
github_token: ${{ secrets.GITHUB_TOKEN }}
30-
publish_branch: gh-pages
31-
publish_dir: ./docs/
32-
- uses: helaili/jekyll-action@v2
33-
with:
34-
token: ${{ secrets.GITHUB_TOKEN }}
35-
jekyll_src: "docs"
36-
target_branch: "gh-pages"
26+
- name: Deploy docs to gh-pages
27+
uses: peaceiris/actions-gh-pages@v3
28+
with:
29+
github_token: ${{ secrets.GITHUB_TOKEN }}
30+
publish_branch: gh-pages
31+
publish_dir: ./docs/
32+
- uses: helaili/jekyll-action@v2
33+
with:
34+
token: ${{ secrets.GITHUB_TOKEN }}
35+
jekyll_src: "docs"
36+
target_branch: "gh-pages"

docs/_adoc_includes/turing/0.3.10/api/turing-api-headers.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ API headers include the mandatory information you send along with the request UR
33
[%header,cols=3*]
44
|===
55
| Key | Value | Description
6-
| Key | api-key | API key helps authenticate the application with the server. For generating API key, refer to link:/docs/turing/0.3.7/developer-guide/#_generate-an-api-key[Generate an API Key]
6+
| Key | api-key | API key helps authenticate the application with the server. For generating API key, refer to link:/turing/0.3.7/developer-guide/#_generate-an-api-key[Generate an API Key]
77
| Content-Type | application/json | Content-Type is a representation header that determines the type of data (media/resource) present in the request body
88
| Accept | application/json | Determines the acceptable response type from the server
99
|===

docs/_adoc_includes/turing/0.3.7/api/turing-api-headers.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ API headers include the mandatory information you send along with the request UR
33
[%header,cols=3*]
44
|===
55
| Key | Value | Description
6-
| Key | api-key | API key helps authenticate the application with the server. For generating API key, refer to link:/docs/turing/0.3.7/developer-guide/#_generate-an-api-key[Generate an API Key]
6+
| Key | api-key | API key helps authenticate the application with the server. For generating API key, refer to link:/turing/0.3.7/developer-guide/#_generate-an-api-key[Generate an API Key]
77
| Content-Type | application/json | Content-Type is a representation header that determines the type of data (media/resource) present in the request body
88
| Accept | application/json | Determines the acceptable response type from the server
99
|===

docs/_adoc_includes/turing/0.3.8/api/turing-api-headers.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ API headers include the mandatory information you send along with the request UR
33
[%header,cols=3*]
44
|===
55
| Key | Value | Description
6-
| Key | api-key | API key helps authenticate the application with the server. For generating API key, refer to link:/docs/turing/0.3.7/developer-guide/#_generate-an-api-key[Generate an API Key]
6+
| Key | api-key | API key helps authenticate the application with the server. For generating API key, refer to link:/turing/0.3.7/developer-guide/#_generate-an-api-key[Generate an API Key]
77
| Content-Type | application/json | Content-Type is a representation header that determines the type of data (media/resource) present in the request body
88
| Accept | application/json | Determines the acceptable response type from the server
99
|===

docs/_adoc_includes/turing/0.3.9/api/turing-api-headers.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ API headers include the mandatory information you send along with the request UR
33
[%header,cols=3*]
44
|===
55
| Key | Value | Description
6-
| Key | api-key | API key helps authenticate the application with the server. For generating API key, refer to link:/docs/turing/0.3.7/developer-guide/#_generate-an-api-key[Generate an API Key]
6+
| Key | api-key | API key helps authenticate the application with the server. For generating API key, refer to link:/turing/0.3.7/developer-guide/#_generate-an-api-key[Generate an API Key]
77
| Content-Type | application/json | Content-Type is a representation header that determines the type of data (media/resource) present in the request body
88
| Accept | application/json | Determines the acceptable response type from the server
99
|===
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Installation Guide
33
description: About how install Turing ES.
4-
docurl: /docs/turing/0.3.10/installation-guide/
4+
docurl: /turing/0.3.10/installation-guide/
55
product: turing
66
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Administation Guide
33
description: About the Documentation, Getting Help, First Steps, and more.
4-
docurl: /docs/turing/0.3.10/administration-guide/
4+
docurl: /turing/0.3.10/administration-guide/
55
product: turing
66
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Connectors
33
description: Installing and Configuring Connectors of Turing ES.
4-
docurl: /docs/turing/0.3.10/connectors/
4+
docurl: /turing/0.3.10/connectors/
55
product: turing
66
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Developer Guide
33
description: How to develop with Turing ES.
4-
docurl: /docs/turing/0.3.10/developer-guide/
4+
docurl: /turing/0.3.10/developer-guide/
55
product: turing
66
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Release Notes
33
description: Turing ES Change Log.
4-
docurl: /docs/turing/0.3.10/release-notes/
4+
docurl: /turing/0.3.10/release-notes/
55
product: turing
66
---

0 commit comments

Comments
 (0)