-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a089228
commit d10e976
Showing
3 changed files
with
38 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,40 @@ | ||
title: Equilipy | ||
description: A python package for calculating chemical equilibria using CALPHAD approach | ||
theme: just-the-docs | ||
|
||
url: https://ornl.github.io/equilipy/ | ||
baseurl: "/Equilipy/docs" | ||
|
||
# Build settings | ||
markdown: kramdown | ||
remote_theme: just-the-docs/just-the-docs | ||
plugins: | ||
- jekyll-seo-tag | ||
aux_links: | ||
Equilipy on GitHub: https://github.com/ORNL/Equilipy | ||
|
||
# Enable Just the Docs settings | ||
just_the_docs: | ||
aux_links: | ||
Template Repository: https://github.com/ORNL/Equilipy | ||
# Enable the sidebar | ||
nav: | ||
- title: "Home" | ||
url: /Equilipy/docs/index/ | ||
- title: "Preinstall" | ||
url: /Equilipy/docs/preinstall/ | ||
- title: "Install" | ||
url: /Equilipy/docs/install/ | ||
- title: "Features and Examples" | ||
url: /Equilipy/docs/features/ | ||
|
||
# Enable search | ||
search_enabled: true | ||
search: | ||
# Split pages into sections that can be searched individually | ||
# Supports 1 - 6, default: 2 | ||
heading_level: 2 | ||
# Maximum amount of previews per search result | ||
# Default: 3 | ||
previews: 2 | ||
# Maximum amount of words to display before a matched word in the preview | ||
# Default: 5 | ||
preview_words_before: 3 | ||
# Maximum amount of words to display after a matched word in the preview | ||
# Default: 10 | ||
preview_words_after: 3 | ||
# Set the search token separator | ||
# Default: /[\s\-/]+/ | ||
# Example: enable support for hyphenated search words | ||
tokenizer_separator: /[\s/]+/ | ||
# Display the relative url in search results | ||
# Supports true (default) or false | ||
rel_url: true | ||
# Enable or disable the search button that appears in the bottom right corner of every page | ||
# Supports true or false (default) | ||
button: false | ||
# Focus the search input by pressing `ctrl + focus_shortcut_key` (or `cmd + focus_shortcut_key` on macOS) | ||
focus_shortcut_key: 'k' | ||
# Enable search | ||
search_enabled: true | ||
search: | ||
# Split pages into sections that can be searched individually | ||
# Supports 1 - 6, default: 2 | ||
heading_level: 2 | ||
# Maximum amount of previews per search result | ||
# Default: 3 | ||
previews: 2 | ||
# Maximum amount of words to display before a matched word in the preview | ||
# Default: 5 | ||
preview_words_before: 3 | ||
# Maximum amount of words to display after a matched word in the preview | ||
# Default: 10 | ||
preview_words_after: 3 | ||
# Set the search token separator | ||
# Default: /[\s\-/]+/ | ||
# Example: enable support for hyphenated search words | ||
tokenizer_separator: /[\s/]+/ | ||
# Display the relative url in search results | ||
# Supports true (default) or false | ||
rel_url: true | ||
# Enable or disable the search button that appears in the bottom right corner of every page | ||
# Supports true or false (default) | ||
button: false | ||
# Focus the search input by pressing `ctrl + focus_shortcut_key` (or `cmd + focus_shortcut_key` on macOS) | ||
focus_shortcut_key: 'k' | ||
|
||
# For copy button on code | ||
# For copy button on code | ||
enable_copy_code_button: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters