This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
118 lines (109 loc) · 2.68 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# Project information
site_name: functions
site_description: >-
CLI tool which drastically improves standards of work for serverless functions.
site_author: Piotr Katolik
# Structure
docs_dir: docs_mk
# Repository
repo_url: https://github.com/Katolus/functions
repo_name: Katolus/functions
edit_uri: ""
# Copyright
copyright: Copyright © 2021 - 2022 Piotr Katolik
# Configuration
theme:
name: material
language: en
#logo: assets/logo.png
palette:
- scheme: default
primary: indigo
accent: green
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: red
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
features:
- content.code.annotate
- navigation.indexes
- navigation.instant
# - navigation.sections
# - navigation.tabs
- navigation.top
- navigation.tracking
# Extensions
markdown_extensions:
- abbr
- admonition
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.details
- pymdownx.highlight:
linenums: true
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- toc:
baselevel: 2
permalink: true
slugify: !!python/name:pymdownx.slugs.uslugify
# Plugins
plugins:
- include-markdown
- search:
lang: en
- git-revision-date-localized
# - minify:
# minify_html: true
# Customization
extra:
consent:
cookies:
analytics:
name: Google Analytics
checked: false
analytics:
provider: google
property: !ENV GOOGLE_ANALYTICS_KEY
social:
- icon: fontawesome/brands/github
link: https://github.com/Katolus
name: Github
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/piotr-katolik/
- icon: material/email
link: "mailto:katolus@ventress.com"
# Page tree
nav:
- Introduction: index.md
- Idea: idea.md
- How it works: how_it_works.md
# - Usage (CLI): usage.md
# - Working locally:
# - Working with GCP:
- CLI docs: cli.md
# - Developing functions:
# - Local Development: local_development.md
# - Releases:
- Examples: examples.md
# - Configuration Guides:
# - Contributing:
- Environment support: environment_support.md
- Administration:
- administration/index.md
- Decisions: administration/decisions.md
- Roadmap: roadmap.md
# - Releases: releases.md
# - Glossary: glossary.md