forked from leo-project/leofs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
90 lines (87 loc) · 3.95 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
##
## LeoFS Docs
##
## Note:
## - Dependencies:
## - mkdocs-material (pip install mkdocs-material)
## - pygments (pip install pygments)
## - pymdown-extensions (pip install pymdown-extensions)
##
site_name: LeoFS Documentation
repo_url: https://github.com/leo-project/leofs
repo_name: 'GitHub'
site_author: LeoProject
site_favicon: favicon.ico
copyright: (c) 2012-2017 LeoProject. All rights reserved.
site_description: LeoProject makes LeoFS, which is an open source distributed object storage system and a highly available, distributed, eventually consistent storage system. LeoFS is supporting the following features:Multi-protocol Support - S3-API, REST-API and NFS v3, Large Object Support, Multi Data Center Replication and others.
google_analytics: ['UA-5301881-3', 'leo-project.net']
docs_dir: 'docs'
theme: 'material'
markdown_extensions:
- admonition
- codehilite(linenums=true)
- footnotes
- meta
- toc(permalink=true)
- pymdownx.betterem(smart_enable=all)
- pymdownx.caret
- pymdownx.critic
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.tasklist(custom_checkbox=true)
- pymdownx.tilde
pages:
- Introduction: 'index.md'
- What's New?: 'whats_new.md'
- Getting Started:
- Quick Installation and Setup: 'installation/quick.md'
- Building a LeoFS' cluster with Ansible: installation/cluster.md
- Concept and Architecture:
- LeoFS' Architecture: 'architecture/README.md'
- LeoGateway's Architecture: 'architecture/leo_gateway.md'
- LeoStorage's Architecture: 'architecture/leo_storage.md'
- LeoManager's Architecture: 'architecture/leo_manager.md'
- For Administrators:
- Setup:
- Planning for Production: 'admin/setup/planning_for_production.md'
- Supported Platforms: 'admin/setup/supported_platforms.md'
- Hardware Requirements: 'admin/setup/hardware_requirements.md'
- Network Configurations: 'admin/setup/network_config.md'
- Load Balancing Configuration: 'admin/system_admin/load_balancing.md'
- Settings:
- Cluster Settings: 'admin/settings/cluster.md'
- Environment Configuration: 'admin/settings/environment_config.md'
- LeoManager Settings: 'admin/settings/leo_manager.md'
- LeoStorage Settings: 'admin/settings/leo_storage.md'
- LeoGateway Settings: 'admin/settings/leo_gateway.md'
- Interface:
- S3-API: 'admin/protocols/s3.md'
- REST-API: 'admin/protocols/rest.md'
- NFS v3: 'admin/protocols/nfs_v3.md'
- System Operations:
- Operation Flow: 'admin/system_operations/flow.md'
- Systemd Services: 'admin/system_operations/systemd.md'
- S3-API related Operations: 'admin/system_operations/s3.md'
- Cluster Operations: 'admin/system_operations/cluster.md'
- Data Operations: 'admin/system_operations/data.md'
- Multi Data Center Replication: 'admin/system_operations/multi_dc_replication.md'
## - Others: 'admin/system_operations/others.md'
- System Administration:
- Log Management: 'admin/system_admin/log_management.md'
- Persistent Configuration: 'admin/system_admin/persistent_configuration.md'
## - LeoManager's Maintenance: 'admin/system_admin/leo_manager.md'
## - System Monitoring: 'admin/system_admin/monitoring.md'
- System Migration: 'admin/system_admin/migration.md'
## - Backup and Restore: 'admin/system_admin/backup_and_restore.md'
- System Integration: 'admin/system_admin/integration.md'
- Multiple Node Instances: 'admin/system_admin/multiple_nodes.md'
- Index of LeoFS' Commands: 'admin/index_of_commands.md'
## - Troubleshooting: 'admin/troubleshooting.md'
- Benchmark: 'benchmark/README.md'
- FAQ:
- LeoFS Fundamentals: 'faq/fundamentals.md'
- LeoFS Limits: 'faq/limits.md'
- LeoFS Administration: 'faq/administration.md'
- LeoFS Clients: 'faq/client.md'
- Production Checklist: 'production_checklist/README.md'