-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
74 lines (70 loc) · 1.79 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
site_name: Ubiquitous Factory
site_description: Blog and Documentation for Smart Edge Systems using
site_url: https://ubiqfac.tech
theme:
name: material
features:
- navigation.indexes
- navigation.expand
- content.code.copy
logo: assets/logo.png
palette:
primary: white
plugins:
- search
- blog:
blog_toc: true
archive_date_format: MMMM yyyy
categories_allowed:
- brog
- article
- coras
- quadit
- amrite
- announcement
# authors_profiles: true
pagination_per_page: 5
# archive_pagination_per_page: 10
# categories_pagination_per_page: 10
# post_slugify: !!python/object/apply:ext.slugs.slugify
# kwds:
# short: true
- meta
- tags
# - rss:
# match_path: "blog/posts/.*"
# date_from_meta:
# as_creation: date.created
# as_update: date.updated
# extra:
# # social:
# # - icon: fontawesome/brands/linkedin
# # name: Mehal on Mastodon
# # link: https://www.linkedin.com/company/mehal-technologies
# hooks:
# - hooks/socialmedia.py
markdown_extensions:
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
nav:
- Home: index.md
- Overviews:
- overviews/architecture.md
- overviews/why-bootc.md
- overviews/scenarios.md
- Tutorials:
- howto/index.md
- howto/getting-started.md
- Blog:
- blog/index.md
- blog/tags.md
- Discussions: https://github.com/orgs/ubiquitous-factory/discussions