-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
44 lines (42 loc) · 990 Bytes
/
mkdocs.yml
File metadata and controls
44 lines (42 loc) · 990 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
site_name: JMP Scripting Index
theme:
name: readthedocs
highlightjs: true
hljs_languages:
- js
site_url: https://jsl.jmp.com
copyright: Copyright 2025 JMP Statistical Discovery LLC. All Rights Reserved.
use_directory_urls: false
plugins:
- search:
prebuild_index: true
- i18n:
docs_structure: folder
reconfigure_search: true
fallback_to_default: false
languages:
- locale: en
default: true
name: English
build: true
- locale: fr
name: Français
build: false
- locale: it
name: Italiano
build: true
- locale: de
name: Deutsch
build: true
- locale: es
name: Español
build: true
- locale: ja
name: 日本語
build: false
- locale: ko
name: 한국어
build: false
- locale: zh_CN
name: 简体中文
build: false