Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
miteshget committed Sep 17, 2024
1 parent 5eaf5cd commit 777a2ee
Show file tree
Hide file tree
Showing 27 changed files with 51 additions and 5 deletions.
Empty file.
17 changes: 17 additions & 0 deletions content/antora.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: modules
version: master
nav:
- modules/ROOT/nav.adoc


asciidoc:
attributes:
release-version: master
page-pagination: true
experimental:
numbered:
lab_name: "Event Driven Ansible with OpenShift Demo"

# extensions:
# - ./content/lib/tab-block.js
# - ./content/lib/remote-include-processor.js
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 4 additions & 0 deletions content/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

.Event Driven Ansible with OpenShift Demo
* xref:index.adoc[]
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[.text-justify]
= Narrative: Event Driven Ansible with OpenShift
:imagesdir: ../images
:numbered:
:toc:

= {lab_name}
:navtitle: Narrative
:imagesdir: ../assets/images
:numbered:


[.text-justify]
== Demo Platform (demo.redhat.com)

=== Catalog Item
Expand Down
25 changes: 25 additions & 0 deletions default-site.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
site:
title: "Event Driven Ansible with OpenShift Demo"
start_page: modules::index.adoc

content:
sources:
- url: .
start_path: content

ui:
bundle:
url: https://github.com/rhpds/rhdp_showroom_theme/releases/download/v0.0.1/ui-bundle.zip

runtime:
cache_dir: ./.cache/antora

output:
dir: ./www

# antora:
# extensions:
# - id: dev-mode
# require: ./content/lib/dev-mode.js
# enabled: false

0 comments on commit 777a2ee

Please sign in to comment.