-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
88 lines (79 loc) · 2.17 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
site_name: InkSvgNest
site_url: https://svgnest.kubaandrysek.cz
site_author: Jakub Andrýsek
site_description: >-
InkSvgNest is tool for backup nesting configuration.
It is used to easily save, read and edit the position of individual objects in the file.
The extension simplifies the prototyping of parts that are precisely nested on the work plane.
# Repository
repo_name: JakubAndrysek/InkSvgNest
repo_url: https://github.com/JakubAndrysek/InkSvgNest
# Copyright
copyright: Copyright © 2023 Jakub Andrýsek
theme:
name: material
language: en
logo: assets/logo.png
favicon: assets/logo.png
features:
- navigation.tabs
- navigation.indexes
- navigation.top
icon:
repo: fontawesome/brands/github
palette:
- scheme: slate
primary: blue grey
accent: blue grey
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/JakubAndrysek
- icon: fontawesome/brands/twitter
link: https://twitter.com/KubaAndrysek
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/jakub-andrysek/
analytics:
provider: google
property: G-02HGVR7TWV
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback!
use_directory_urls: True
plugins:
- search
- glightbox
- i18n:
default_language: !ENV [DEFAULT_LANGUAGE, "en"]
default_language_only: !ENV [DEFAULT_LANGUAGE_ONLY, false]
docs_structure: suffix
languages:
default:
name: Default (en)
build: true
cs:
name: Czech (cs)
build: true
site_name: InkSvgNest
# nav_translations:
# fr:
# Topic1: Sujet1
# Topic2: Sujet2
- git-revision-date-localized
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
extra_javascript:
- assets/js/open_in_new_tab.js
# nav:
# - Home: 'README.md'