-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
30 lines (28 loc) · 931 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
site_name: Open Source Cloud API
site_url: https://api.osaas.io
site_description: API Documentation for Open Source Cloud
site_author: Eyevinn Technology
nav:
- Home: index.md
- Client Libraries:
- Javascript:
- Core: sdk/javascript.md
- Open Media Web Services: sdk/javascript-transcode.md
- Open Database Web Services: sdk/javascript-db.md
- Command-Line Interface:
- Usage: cli/usage.md
- Commands:
- osc: cli/core.md
- osc transcode: cli/transcode.md
- osc packager: cli/packager.md
- osc transcribe: cli/transcribe.md
- osc compare: cli/compare.md
- osc intercom: cli/intercom.md
- APIs:
- FAST Engine API: services/channel-engine.md
- Encore API: services/encore.md
theme:
name: dracula
logo: assets/logo_osc_512.png
use_directory_urls: false
copyright: Copyright © 2023- <a href="https://www.eyevinn.se">Eyevinn Technology AB</a>