mirror of
https://github.com/FoxxMD/context-mod.git
synced 2026-01-13 07:37:53 -05:00
* Using project dir copies too much to _site directory and causes TS issues * In order to keep "home" page in generated docs need to duplicate project README (unfortunately)
46 lines
740 B
YAML
46 lines
740 B
YAML
title: ContextMod
|
|
description: Documentation for ContextMod
|
|
theme: just-the-docs
|
|
|
|
source: docs
|
|
|
|
url: https://contextmod.dev
|
|
|
|
color_scheme: dark
|
|
|
|
mermaid:
|
|
version: "9.1.3"
|
|
|
|
aux_links:
|
|
Github: https://github.com/foxxmd/context-mod
|
|
|
|
plugins:
|
|
- jekyll-readme-index
|
|
- jekyll-default-layout
|
|
- jekyll-titles-from-headings
|
|
- jekyll-optional-front-matter
|
|
- jekyll-relative-links
|
|
|
|
titles_from_headings:
|
|
enabled: true
|
|
strip_title: false
|
|
collections: false
|
|
|
|
readme_index:
|
|
enabled: true
|
|
remove_originals: true
|
|
with_frontmatter: true
|
|
|
|
optional_front_matter:
|
|
remove_originals: true
|
|
|
|
defaults:
|
|
- scope:
|
|
path: ""
|
|
values:
|
|
has_toc: false
|
|
- scope:
|
|
path: "images"
|
|
values:
|
|
image: true
|