Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,41 @@ callouts:
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/

# For copy button on code
enable_copy_code_button: true

# Waiting until it's needed.
# # By default, consuming the theme as a gem leaves mermaid disabled; it is opt-in
# mermaid:
# # Version of mermaid library
# # Pick an available version from https://cdn.jsdelivr.net/npm/mermaid/
# version: "9.1.6"

# Aux links for the upper right navigation
aux_links:
"twinBASIC Home":
- "https://www.twinbasic.com"

# External navigation links
nav_external_links:
- title: twinBASIC Home
url: https://www.twinbasic.com

# Back to top link
back_to_top: true
back_to_top_text: "Back to top"

footer_content: 'Copyright © 2025 TWINBASIC LTD (Company No. 16590181, VAT No. GB497509439)'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's too broad. Some pages need more copyright statements, since they draw from e.g. VBA documentation. It requires some thought.


# Footer last edited timestamp
last_edit_timestamp: true # show or hide edit time - page must have `last_modified_date` defined in the frontmatter
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

# Footer "Edit this page on GitHub" link text
gh_edit_link: true # show or hide edit this page link
gh_edit_link_text: "Edit this page on GitHub"
gh_edit_repository: "https://github.com/twinbasic/documentation/" # the github URL for your repo
gh_edit_branch: "main" # the branch that your docs is served from
# gh_edit_source: docs # the source that your files originate from
gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately