-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
61 lines (54 loc) · 1.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
# Project Information
site_name: Kamui
site_url: https://thepabloaguilar.github.io/kamui/
site_author: Pablo Aguilar
site_description: Tool to make easy streams creation on KSQL
# Repository
repo_name: thepabloaguilar/kamui
repo_url: https://github.com/thepabloaguilar/kamui
edit_uri: ""
# Copyright
copyright: Copyright © 2020 Pablo Aguilar
# Configuration
theme:
name: material
features:
- tabs
palette:
primary: white
accent: deep purple
font:
text: Roboto
code: Roboto Mono
logo: images/kamui-favicon.png
favicon: images/kamui-favicon.png
# Plugins
plugins:
- search
- minify:
minify_html: true
- git-revision-date
# Extensions
markdown_extensions:
- admonition
- toc:
permalink: true
- pymdownx.details
# Extras
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/thepabloaguilar/
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/pablohaguilar/
nav:
- Home:
- Introduction: index.md
- Projects:
- Projects: projects.md
- Project Details: project_details.md
- Streams:
- Streams: streams.md
- Stream Details: stream_details.md
- Create stream from Topic: create_stream_from_topic.md
- Create stream from Stream: create_stream_from_stream.md