-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathmkdocs.yml
More file actions
40 lines (33 loc) · 1014 Bytes
/
mkdocs.yml
File metadata and controls
40 lines (33 loc) · 1014 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
site_name: AWS Deadline Cloud for Unreal Engine User Guide
site_url: https://aws-deadline.github.io/deadline-cloud-for-unreal-engine/
repo_url: https://github.com/aws-deadline/deadline-cloud-for-unreal-engine
repo_name: aws-deadline/deadline-cloud-for-unreal-engine
edit_uri: edit/mainline/docs/user_guide/
theme:
name: material
palette:
primary: custom
features:
- navigation.instant
- navigation.tracking
- navigation.expand
- content.code.copy
extra_css:
- extra.css
extra:
generator: false # Hide mkdocs-material call out
copyright: Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
markdown_extensions:
- toc:
permalink: true
- md_in_html
nav:
- Home: index.md
- Submitter Installation: setup-submitter.md
- Perforce - Credentials Management: perforce-credentials-management.md
- Perforce - Submit Jobs: create-perforce-render-job.md
- Set up CMF Worker: setup-cmf-worker.md
plugins:
- search
docs_dir: docs/user_guide
site_dir: site