forked from omeka/omeka-s-developer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
37 lines (37 loc) · 884 Bytes
/
mkdocs.yml
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
site_name: Omeka S Developer Documentation
theme:
name: material
features:
- search.suggest
- search.highlight
# name: 'readthedocs'
# include_homepage_in_sidebar: false
# navigation_depth: 3
repo_url: 'http://github.com/omeka/omeka-s-developer'
site_url: 'https://nakamura196.github.io/omeka-s-developer/'
extra_css:
# - css/extra.css
- css/iconfonts.css
markdown_extensions:
- toc:
permalink:
plugins:
- i18n:
docs_structure: suffix
languages:
- locale: en
default: true
name: English
build: true
- locale: ja
name: Japanese
build: true
- search
extra:
alternate:
- name: English
link: /omeka-s-developer/
lang: en
- name: 日本語
link: /omeka-s-developer/ja/
lang: ja