Skip to content

Commit

Permalink
2024.12.0-test
Browse files Browse the repository at this point in the history
  • Loading branch information
pvlasov committed Dec 30, 2024
1 parent 7114599 commit 22e3583
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 13 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ jobs:
java-version: '17'
distribution: 'temurin'
- name: Download Nasdanika CLI
run: wget https://github.com/Nasdanika/cli/releases/download/maven-2024.8.0/nsd-cli-2024.8.0.zip
run: wget https://vlasov.us/nsd-cli.zip
# run: wget https://github.com/Nasdanika/cli/releases/download/maven-2024.12.0/nsd-cli.zip
- name: Unzip Nasdanika CLI
run: unzip nsd-cli-2024.8.0.zip
run: unzip nsd-cli.zip
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v2
- name: Generate site
Expand Down
11 changes: 11 additions & 0 deletions bob-prototype.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Action:
navigation:
- Action:
location: about-bob.html
icon: fas fa-help
text: About
content:
Interpolator:
source:
exec.content.Text: |
This is an example of a page from an action prototype.
2 changes: 1 addition & 1 deletion diagram.drawio

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions page-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,19 @@ bootstrap.Page:
- https://cdn.jsdelivr.net/gh/Nasdanika-Models/html-app@master/gen/web-resources/css/app.css
- https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css
- https://cdn.jsdelivr.net/npm/[email protected]/dist/themes/default/style.min.css
- https://cdn.jsdelivr.net/npm/github-markdown-css@5.1.0/github-markdown.min.css
- https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.3.1/build/styles/default.min.css
- https://cdn.jsdelivr.net/npm/bootstrap-vue@2.21.2/dist/bootstrap-vue.css
- https://cdn.jsdelivr.net/npm/github-markdown-css@5.7.0/github-markdown.min.css
- https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.9.0/build/styles/default.min.css
- https://cdn.jsdelivr.net/npm/bootstrap-vue@2.23.0/dist/bootstrap-vue.css
scripts:
- https://cdn.jsdelivr.net/gh/Nasdanika-Models/html-app@master/gen/web-resources/js/common.js
- https://cdn.jsdelivr.net/gh/Nasdanika-Models/html-app@master/gen/web-resources/js/dark-head.js
- https://cdn.jsdelivr.net/npm/[email protected]/dist/jstree.min.js
- https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.3.1/build/highlight.min.js
- https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.9.0/build/highlight.min.js
- https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.min.js
- https://cdn.jsdelivr.net/npm/bootstrap-vue@2.21.2/dist/bootstrap-vue.min.js
- https://cdn.jsdelivr.net/npm/bootstrap-vue@2.23.0/dist/bootstrap-vue.min.js
- https://cdn.jsdelivr.net/gh/Nasdanika-Models/html-app@master/gen/web-resources/js/components/table.js
- https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/languages/groovy.min.js
head:
# Google analytics
content.Text: |+2
Expand Down
10 changes: 5 additions & 5 deletions root-action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Action:
icon: https://img.icons8.com/external-wanicon-lineal-color-wanicon/64/external-construction-construction-wanicon-lineal-color-wanicon-1.png
text: Bob Construction Company
# location: https://github.com/Nasdanika-Demos - breaks the site in 2024.8.0, will be fixed in subsequent releases
text: Bob's Construction Company
location: https://github.com/Nasdanika-Demos
children:
- Action:
location: ${base-uri}search.html
Expand All @@ -10,16 +10,16 @@ Action:
content:
Interpolator:
source:
exec.content.Resource: classpath://org/nasdanika/html/model/app/gen/search.html
exec.content.Resource: classpath://org/nasdanika/models/app/gen/search.html
- Action:
location: ${base-uri}glossary.html
text: Glossary
content:
Interpolator:
source:
exec.content.Resource: classpath://org/nasdanika/html/model/app/gen/semantic-info.html
exec.content.Resource: classpath://org/nasdanika/models/app/gen/semantic-info.html
navigation:
- Action:
text: Source
icon: fab fa-github
location: https://github.com/Nasdanika-Demos/bob-the-builder
location: https://github.com/Nasdanika-Demos/bob-the-builder

0 comments on commit 22e3583

Please sign in to comment.