Skip to content

Commit 58eb782

Browse files
committed
add sl tech paper and lock dita version
1 parent 11b0caa commit 58eb782

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

.github/workflows/deploy_smart_layer_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Build smart-layer docs
15-
uses: dita-ot/dita-ot-action@master
15+
uses: dita-ot/dita-ot-action@4.1
1616
with:
1717
plugins: |
1818
fox.jason.extend.css
@@ -21,7 +21,7 @@ jobs:
2121
https://github.com/oxygenxml/dita-ot-diagrams-plugin/archive/refs/heads/master.zip
2222
project: config/smartlayer-docsite.yaml
2323
- name: Build smart-layer papers
24-
uses: dita-ot/dita-ot-action@master
24+
uses: dita-ot/dita-ot-action@4.1
2525
with:
2626
project: config/tokenscript-papers.xml
2727
- uses: actions/upload-artifact@v3

.github/workflows/update_ts_site_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: |
1717
sed -ri 's@href="/([^"]+)"@href="/docs/\1"@g' config/navbar.xml
1818
- name: Build ts-site docs
19-
uses: dita-ot/dita-ot-action@master
19+
uses: dita-ot/dita-ot-action@4.1
2020
with:
2121
plugins: |
2222
fox.jason.extend.css

config/smart-layer/custom.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,15 @@ nav.bs-sidebar-nav > ul > li {
375375
font-weight: 500;
376376
margin: calc(var(--baseline) * 0.75) 0;
377377
}
378+
nav.bs-sidebar-nav > ul > li:last-child {
379+
margin-top: 24px;
380+
}
381+
nav.bs-sidebar-nav > ul > li:last-child > a {
382+
display: inline-block;
383+
border: white 1px solid;
384+
border-radius: 8px;
385+
padding: 16px 32px;
386+
}
378387
nav.bs-sidebar-nav ul {
379388
list-style: none;
380389
padding-left: 0;

src/papers/DesignPapers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Design Papers
22

3-
- <a href="/tokenscript-paper/tokenscript-short-paper.pdf" target="_blank">Short Paper</a>
4-
- <a href="/tokenscript-paper/tokenscript-design-paper.pdf" target="_blank">Design Paper</a>
3+
- <a href="/tokenscript-short-paper.pdf" target="_blank">Short Paper</a>
4+
- <a href="/tokenscript-design-paper.pdf" target="_blank">Design Paper</a>

src/smartlayer-docsite.ditamap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@
3232
-->
3333
<topicref href="papers/DesignPapers.md" format="mdita"/>
3434
<topicref href="faq/FAQs.md" format="markdown"/>
35+
<topicref href="https://github.com/TokenScript/documents/releases/download/0.9/smart-layer-technical-paper.pdf" scope="external" navtitle ="Read Technical Paper" />
3536
</map>

0 commit comments

Comments
 (0)