File tree Expand file tree Collapse file tree 5 files changed +15
-5
lines changed Expand file tree Collapse file tree 5 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 12
12
steps :
13
13
- uses : actions/checkout@v4
14
14
- name : Build smart-layer docs
15
- uses : dita-ot/dita-ot-action@master
15
+ uses : dita-ot/dita-ot-action@4.1
16
16
with :
17
17
plugins : |
18
18
fox.jason.extend.css
21
21
https://github.com/oxygenxml/dita-ot-diagrams-plugin/archive/refs/heads/master.zip
22
22
project : config/smartlayer-docsite.yaml
23
23
- name : Build smart-layer papers
24
- uses : dita-ot/dita-ot-action@master
24
+ uses : dita-ot/dita-ot-action@4.1
25
25
with :
26
26
project : config/tokenscript-papers.xml
27
27
- uses : actions/upload-artifact@v3
Original file line number Diff line number Diff line change 16
16
run : |
17
17
sed -ri 's@href="/([^"]+)"@href="/docs/\1"@g' config/navbar.xml
18
18
- name : Build ts-site docs
19
- uses : dita-ot/dita-ot-action@master
19
+ uses : dita-ot/dita-ot-action@4.1
20
20
with :
21
21
plugins : |
22
22
fox.jason.extend.css
Original file line number Diff line number Diff line change @@ -375,6 +375,15 @@ nav.bs-sidebar-nav > ul > li {
375
375
font-weight : 500 ;
376
376
margin : calc (var (--baseline ) * 0.75 ) 0 ;
377
377
}
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
+ }
378
387
nav .bs-sidebar-nav ul {
379
388
list-style : none;
380
389
padding-left : 0 ;
Original file line number Diff line number Diff line change 1
1
# Design Papers
2
2
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 >
Original file line number Diff line number Diff line change 32
32
-->
33
33
<topicref href =" papers/DesignPapers.md" format =" mdita" />
34
34
<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" />
35
36
</map >
You can’t perform that action at this time.
0 commit comments