@@ -60,3 +60,41 @@ callouts:
6060# - vendor/cache/
6161# - vendor/gems/
6262# - vendor/ruby/
63+
64+ # For copy button on code
65+ enable_copy_code_button : true
66+
67+ # Waiting until it's needed.
68+ # # By default, consuming the theme as a gem leaves mermaid disabled; it is opt-in
69+ # mermaid:
70+ # # Version of mermaid library
71+ # # Pick an available version from https://cdn.jsdelivr.net/npm/mermaid/
72+ # version: "9.1.6"
73+
74+ # Aux links for the upper right navigation
75+ aux_links :
76+ " twinBASIC Home " :
77+ - " https://www.twinbasic.com"
78+
79+ # External navigation links
80+ nav_external_links :
81+ - title : twinBASIC Home
82+ url : https://www.twinbasic.com
83+
84+ # Back to top link
85+ back_to_top : true
86+ back_to_top_text : " Back to top"
87+
88+ footer_content : ' Copyright © 2025 TWINBASIC LTD (Company No. 16590181, VAT No. GB497509439)'
89+
90+ # Footer last edited timestamp
91+ last_edit_timestamp : true # show or hide edit time - page must have `last_modified_date` defined in the frontmatter
92+ last_edit_time_format : " %b %e %Y at %I:%M %p" # uses ruby's time format: https://ruby-doc.org/stdlib-2.7.0/libdoc/time/rdoc/Time.html
93+
94+ # Footer "Edit this page on GitHub" link text
95+ gh_edit_link : true # show or hide edit this page link
96+ gh_edit_link_text : " Edit this page on GitHub"
97+ gh_edit_repository : " https://github.com/twinbasic/documentation/" # the github URL for your repo
98+ gh_edit_branch : " main" # the branch that your docs is served from
99+ # gh_edit_source: docs # the source that your files originate from
100+ gh_edit_view_mode : " tree" # "tree" or "edit" if you want the user to jump into the editor immediately
0 commit comments