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 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
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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+ }
378387nav .bs-sidebar-nav ul {
379388 list-style : none;
380389 padding-left : 0 ;
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments