Skip to content
Open
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ callouts:
# For copy button on code
enable_copy_code_button: true

# Configure heading anchor links
heading_anchors: true

# Waiting until it's needed.
# # By default, consuming the theme as a gem leaves mermaid disabled; it is opt-in
# mermaid:
Expand Down
8 changes: 6 additions & 2 deletions docs/_includes/head_custom.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<link rel="shortcut icon"
type="image/png"
<link rel="shortcut icon"
type="image/png"
href="{{ '/favicon.png' | relative_url }}" >

<script type="text/javascript" src="{{ '/assets/js/toc.js' | relative_url }}" defer></script>
<script type="text/javascript" src="{{ '/assets/js/search-modal.js' | relative_url }}" defer></script>

Loading