-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathmkdocs.yml
More file actions
96 lines (83 loc) · 1.86 KB
/
mkdocs.yml
File metadata and controls
96 lines (83 loc) · 1.86 KB
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
91
92
93
94
95
96
site_name: OSCAR Documentation
site_url: https://docs.oscar.grycap.net/latest/
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-dashboard.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
- integration-node-red.md
- integration-jupyter.md
- Training:
- Tutorials: tutorials.md
- Webinars: 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
font:
text: Lato
code: Roboto Mono
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
accent: custom
toggle:
icon: material/weather-sunny
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
accent: custom
toggle:
icon: material/weather-night
name: Switch to dark mode
features:
- instant
- versioning
- toc.integrate
- content.code.copy
extra_css:
- stylesheets/oscar-theme.css
plugins:
- search
- render_swagger
- mike
extra:
version:
provider: mike
copyright: "© GRyCAP - I3M - Universitat Politècnica de València, Spain."