Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .github/dependabot.yml

This file was deleted.

8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- name: "Generate site using Antora site action"
uses: kameshsampath/antora-site-action@v0.2.4
- uses: actions/setup-node@v2
with:
antora_playbook: antora-playbook.yml
node-version: '16'
cache: 'npm'
- run: npm install
- run: npx antora --fetch local-antora-playbook.yml
17 changes: 10 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- name: "Generate site using Antora site action"
uses: kameshsampath/antora-site-action@v0.2.4
- uses: actions/setup-node@v2
with:
antora_playbook: antora-playbook.yml
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.2.5
node-version: '16'
cache: 'npm'
- run: npm install
- run: npx antora --fetch local-antora-playbook.yml
- name: Publish to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
branch: 'docs'
folder: 'build/site'
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: site
publish_branch: docs
14 changes: 7 additions & 7 deletions antora-playbook.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
site:
title: Stackable Documentation
url: https://docs.stackable.tech
start_page: home::index.adoc
robots: allow

content:
Expand Down Expand Up @@ -48,13 +48,13 @@ content:

ui:
bundle:
url: https://repo.stackable.tech/repository/misc/ui-bundle.zip
url: https://repo.stackable.tech/repository/misc/antora-ui-bundle.zip
snapshot: true
supplemental_files:
- path: ui.yml
contents: |
static_files: [ .nojekyll ]
- path: .nojekyll
supplemental_files: ./node_modules/@antora/lunr-extension/supplemental_ui

antora:
extensions:
- '@antora/lunr-extension'

asciidoc:
attributes:
Expand Down
38 changes: 0 additions & 38 deletions build_maturity_level_docs.py

This file was deleted.

3 changes: 3 additions & 0 deletions generate_site.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

npx antora --fetch $1
14 changes: 7 additions & 7 deletions gitpod-antora-playbook.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
site:
title: Stackable Documentation
url: https://docs.stackable.tech
start_page: home::index.adoc
robots: allow

content:
Expand Down Expand Up @@ -48,13 +48,13 @@ content:

ui:
bundle:
url: https://repo.stackable.tech/repository/misc/ui-bundle.zip
url: https://repo.stackable.tech/repository/misc/antora-ui-bundle.zip
snapshot: true
supplemental_files:
- path: ui.yml
contents: |
static_files: [ .nojekyll ]
- path: .nojekyll
supplemental_files: ./node_modules/@antora/lunr-extension/supplemental_ui

antora:
extensions:
- '@antora/lunr-extension'

asciidoc:
attributes:
Expand Down
13 changes: 7 additions & 6 deletions local-antora-playbook.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
site:
title: Stackable Documentation
url: https://docs.stackable.tech
Expand Down Expand Up @@ -48,13 +49,13 @@ content:

ui:
bundle:
url: https://repo.stackable.tech/repository/misc/ui-bundle.zip
url: https://repo.stackable.tech/repository/misc/antora-ui-bundle.zip
snapshot: true
supplemental_files:
- path: ui.yml
contents: |
static_files: [ .nojekyll ]
- path: .nojekyll
supplemental_files: ./node_modules/@antora/lunr-extension/supplemental_ui

antora:
extensions:
- '@antora/lunr-extension'

asciidoc:
attributes:
Expand Down
35 changes: 0 additions & 35 deletions maturity_levels/components.csv

This file was deleted.

54 changes: 0 additions & 54 deletions maturity_levels/templates/apache_hadoop_hdfs.j2

This file was deleted.

33 changes: 0 additions & 33 deletions maturity_levels/templates/apache_hadoop_yarn.j2

This file was deleted.

31 changes: 0 additions & 31 deletions maturity_levels/templates/apache_kafka.j2

This file was deleted.

30 changes: 0 additions & 30 deletions maturity_levels/templates/apache_nifi.j2

This file was deleted.

33 changes: 0 additions & 33 deletions maturity_levels/templates/apache_spark.j2

This file was deleted.

Loading