forked from AliyevH/mad-migration
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
47 lines (33 loc) · 752 Bytes
/
mkdocs.yml
File metadata and controls
47 lines (33 loc) · 752 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
43
44
45
site_name: Mad Migration
site_url:
site_description: Mad Migration tool documention easy and fast migration
dev_addr: 127.0.0.1:8080
theme:
name: material
palette:
scheme: slate
primary: blue grey
accent: cyan
font:
text: Roboto
features:
- search.highlight
icon:
repo: fontawesome/brands/github
logo: img/madmigration.jpg
repo_name: mad-migration
repo_url: https://github.com/MadMigrationTeam/mad-migration
edit_uri: ''
plugins:
- search
- markdownextradata:
data: data
markdown_extensions:
- toc:
permalink: true
nav:
- Mad Migration: index.md
- Install: install.md
- Getting Started: getting-started.md
- Full Example: example.md
- License: license.md