forked from robisim74/angular-l10n
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
33 lines (33 loc) · 966 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
site_name: Angular localization
nav:
- Home: 'index.md'
nav:
- Home: index.md
- Quick start: quick-start.md
- Specification:
- Library structure: spec/library-structure.md
- Configuration: spec/configuration.md
- Getting the translation: spec/getting-the-translation.md
- Lazy loaded modules & Shared modules: spec/lazy-loading.md
- Validation by locales: spec/validation.md
- Collator: spec/collator.md
- Unit testing: spec/testing.md
- Services APIs: spec/api.md
repo_url: https://github.com/robisim74/angular-l10n
repo_name: 'GitHub'
site_description: 'An Angular library to translate messages, dates and numbers'
site_author: 'Roberto Simonetti'
markdown_extensions:
- toc:
permalink: true
theme:
name: 'material'
palette:
primary: 'indigo'
accent: 'indigo'
extra:
social:
- type: 'github'
link: 'https://github.com/robisim74'
- type: 'twitter'
link: 'https://twitter.com/robisim74'