forked from sobolevbel/jdg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
84 lines (74 loc) · 2.2 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
site_name: "JDG — ИП в Польше"
site_description: "Гайд по регистрации и ведению JDG (ИП) в Польше"
site_url: https://sobolevbel.github.io/jdg/
repo_url: https://github.com/sobolevbel/jdg
repo_name: sobolevbel/jdg
nav:
- Главная: index.md
- PESEL: pesel.md
- Profil Zaufany: pz.md
- Регистрация JDG и VAT: registration.md
- ZUS: zus.md
- Переход на Obniżone składki ZUS: zus_obnizone_skladki.md
- Налоги: taxes.md
- Декларации: declarations.md
- Легализация: legalization.md
- Рабочий процесс: workflow.md
- Рутинные операции (на примере infakt.pl): infakt_routine.md
- F.A.Q.: faq.md
- Что нового: whatsnew.md
- ♥ Поддержать: support.md
theme:
name: material
custom_dir: overrides
accent: indigo
features:
- navigation.top
icon:
repo: fontawesome/brands/github
edit: material/pencil
edit_uri: edit/master/docs/
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- search:
lang:
- ru
- en
- git-revision-date-localized
markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
options:
custom_icons:
- overrides/.icons
- toc:
permalink: ¶
extra:
homepage: https://sobolevbel.github.io/jdg/
analytics:
provider: google
property: G-65Z83YVGT1
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
actions:
- accept
- manage
copyright: <a href="#__consent">Change cookie settings</a>
extra_css:
- css/extra.css