forked from aws/aws-dotnet-deploy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
68 lines (64 loc) · 2.3 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
site_name: AWS .NET deployment tool
site_description: 'Deploy .NET applications on AWS'
site_url: 'https://aws.github.io/aws-dotnet-deploy/'
repo_name: 'aws/aws-dotnet-deploy'
repo_url: 'https://github.com/aws/aws-dotnet-deploy'
edit_uri: 'edit/main/site/content'
copyright: '© 2022, Amazon Web Services, Inc. or its affiliates. All rights reserved.'
docs_dir: 'site/content'
site_dir: 'docs'
nav:
- Overview: index.md
- Documentation:
- Getting started:
- Pre-requisites: docs/getting-started/pre-requisites.md
- How to install: docs/getting-started/installation.md
- Set up credentials: docs/getting-started/setup-creds.md
- Set up a custom workspace: docs/getting-started/custom-workspace.md
- Deploy "Hello World": docs/getting-started/run-tool.md
- Support matrix: docs/support.md
- Commands:
- deploy: docs/commands/deploy.md
- list-deployments: docs/commands/list.md
- delete-deployment: docs/commands/delete.md
- deployment-project: docs/commands/project.md
- server-mode: docs/commands/server-mode.md
- Docker support:
- Dockerfile generation: docs/docker/docker-generation.md
- Publishing a Docker image: docs/docker/publish-image.md
- Deployment Projects:
- Overview: docs/deployment-projects/index.md
- Recipe File: docs/deployment-projects/recipe-file.md
- CDK Project: docs/deployment-projects/cdk-project.md
- Integrating with CI/CD:
- Overview: docs/cicd/cicd.md
- Deployment Settings File: docs/cicd/deployment-settings-file.md
- Deployment Recipes:
- ... | flat
- Tutorials:
- Customizing deployment projects: tutorials/custom-project.md
- Troubleshooting Guide:
- troubleshooting-guide/index.md
- Missing Dependencies: troubleshooting-guide/missing-dependencies.md
- Docker Issues: troubleshooting-guide/docker-issues.md
- Contributing to the project: contributing.md
- FAQs: faq.md
theme:
name: material
custom_dir: site/overrides
palette:
primary: indigo
font: false
language: en
features:
- tabs
- instant
icon:
logo: aws-logo-light
favicon: assets/images/aws-logo-light.svg
markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
plugins:
- search
- awesome-pages