-
Notifications
You must be signed in to change notification settings - Fork 15
/
mkdocs.yml
67 lines (56 loc) · 1.21 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
site_name: OSCAR Documentation
repo_url: https://github.com/grycap/oscar
nav:
- Introduction:
- index.md
- Multitenancy: multitenancy.md
- Deployment:
- local-testing.md
- deploy-im-dashboard.md
- deploy-ec3.md
- deploy-helm.md
- deploy-k3s-ansible.md
- Service Definition:
- oscar-service.md
- fdl.md
- fdl-composer.md
- Interfaces:
- oscar-cli.md
- usage-ui.md
- api.md
- MinIO: minio-usage.md
- Service Execution:
- invoking.md
- invoking-sync.md
- invoking-async.md
- exposed-services.md
- Integrations:
- integration-egi.md
- integration-scone.md
- integration-interlink.md
- integration-compss.md
- Tutorials:
- training.md
- faq.md
- Advanced Features:
- MinIO bucket replication: minio-bucket-replication.md
- Mount external volumes: mount.md
- Additional configuration: additional-config.md
- Development:
- Documentation: devel-docs.md
- license.md
- about.md
theme:
favicon: images/logo.png
logo: images/logo.png
name: material
palette:
primary: teal
features:
- instant
- toc.integrate
- content.code.copy
plugins:
- search
- render_swagger
copyright: "© GRyCAP - I3M - Universitat Politècnica de València, Spain."