# yaml-language-server: $schema=https://jaywcjlove.github.io/idoc/schema
# yaml-language-server: $schema=https://jaywcjlove.gitee.io/idoc/schema

## directory of document source files
## defalut: `docs`
# -----------------------
dir: {{dir}}


## output directory of generated documents
## defalut: `dist`
# -----------------------
output: {{output}}


## site name
# -----------------------
site: {{site}}


## Customize theme settings.
## defalut: `default`
# -----------------------
theme: {{theme}}


## Template Data
# -----------------------
data: 
  # Show open source button
  openSource: https://github.com/jaywcjlove/idoc
  # Display the edit button, need to configure `openSource`.
  editButton: 
    label: Edit this page on GitHub
    url: https://github.com/jaywcjlove/idoc/blob/master/
  # Navigation Menu.
  menus:
    Home: index.html
    About: about.html

  footer: |
    Released under the MIT License. Copyright © 2022 Kenny Wong<br />
    Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a>