-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
99 lines (94 loc) · 2.74 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
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
97
98
99
site_name: Documentation
repo_name: skyu.io/skyu-docs
repo_url: https://github.com/skyu-io/skyu-docs
site_url: https://docs.skyu.io/
site_description: Internal Developer Platform Built for Developers
use_directory_urls: false
theme:
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.instant
- navigation.expand
- navigation.path
- navigation.top
- navigation.footer
# - navigation.indexes
- navigation.sidebar
- navigation.scrollspy
# - toc.integrate
- navigation.top
- search.suggest
- search.highlight
# - tabs
# - instant
- meta
include_sidebar: true
language: en
custom_dir: overrides
logo: assets/images/logo.svg
favicon: assets/images/favicon.ico
palette:
- scheme: skyu
primary: blue
accent: light-blue
# toggle:
# icon: menu
# name: Menu
extra_css:
- assets/stylesheets/overrides.css
plugins:
- search
- awesome-pages
- open-in-new-tab
markdown_extensions:
- smarty
- toc:
permalink: true
- pymdownx.tabbed
- pymdownx.superfences
- admonition
- pymdownx.details
- attr_list
- meta
# - pymdownx.emoji:
# emoji_index: "!!python/name:materialx.emoji.twemoji"
# emoji_generator: "!!python/name:materialx.emoji.to_svg"
nav:
- "Welcome":
- Overview: "index.md"
- Getting started: "getting-started.md"
- Create a Project: "create-project.md"
- Connect a Kubernetes Cluster: "connect-cluster.md"
- Deploy your first Application: "deploy-application.md"
- Concepts:
- Concepts/resource-heirachy.md
- Concepts/iam.md
- Concepts/secret-management.md
- Concepts/releases.md
- Concepts/gitops.md
- Concepts/workflows.md
- Tutorials:
- Tutorials/index.md
- Create Application:
- Tutorials/applications/source-code-kubernetes-deployment.md
- Tutorials/applications/docker-compose-jobs-on-ec2.md
- Tutorials/applications/web-application-on-aws-cloudfront.md
- Tutorials/applications/nodejs-to-lambda.md
- Create Image Registry:
- Tutorials/image-registry/docker-registry.md
- Tutorials/image-registry/amazon-ecr.md
- Manage Users:
- Tutorials/user-management/iam.md
- Tutorials/user-management/LDAP-integration.md
- "Common IAM Guides": Tutorials/user-management/iam-common.md
- "Managing Access at Different Levels": Tutorials/user-management/access-levels.md
- Create Infrastructure:
- Tutorials/infrastructure/enable-infrastructure-feature.md
- Tutorials/infrastructure/deploy-rds-instance-aws.md
- API:
- API/index.md
- FAQ:
- FAQ/index.md