-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
113 lines (106 loc) · 2.84 KB
/
mkdocs.yml
File metadata and controls
113 lines (106 loc) · 2.84 KB
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
site_name: Bibliografia Publikacji Pracowników
site_description: Dokumentacja systemu BPP (Bibliografia Publikacji Pracowników)
site_url: https://bpp.readthedocs.io/
repo_url: https://github.com/iplweb/bpp
repo_name: iplweb/bpp
edit_uri: edit/dev/docs/
copyright: Copyright © 2005-2026 iplweb.pl — Michał Pasternak
docs_dir: docs
theme:
name: material
language: pl
features:
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.top
- navigation.indexes
- toc.follow
- content.code.copy
- content.action.edit
- search.suggest
- search.highlight
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Tryb ciemny
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Tryb jasny
icon:
repo: fontawesome/brands/github
plugins:
- search:
lang:
- en
- autorefs
- glightbox
- include-markdown
exclude_docs: |
superpowers/
requirements.txt
markdown_extensions:
- admonition
- attr_list
- md_in_html
- tables
- footnotes
- def_list
- pymdownx.arithmatex:
generic: true
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- toc:
permalink: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
extra_javascript:
- assets/mathjax-config.js
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
nav:
- Wprowadzenie:
- index.md
- readme.md
- Instrukcja użytkownika:
- Uczelnia: edycja_uczelnia.md
- Jednostki: edycja_jednostka.md
- Autorzy: edycja_autor.md
- Wydawnictwa: edycja_wydawnictwo.md
- Wyszukiwanie i redagowanie: wyszukiwanie_redagowanie.md
- Instrukcja administratora:
- Ogólna: usage_admin.md
- Importer publikacji: importer_publikacji.md
- Zgłaszanie publikacji: zglos_publikacje.md
- Konfiguracja PBN: konfiguracja_pbn.md
- Import pracowników: import_pracownikow.md
- Funkcje zaawansowane:
- Raporty i rankingi: raporty_rankingi.md
- Sloty: sloty.md
- Integracja z PBN: pbn.md
- Zaawansowane: advanced.md
- API i rozwój:
- API REST: api.md
- Rozwijanie projektu: contributing.md
- Operacje:
- Channels broadcast (flake): CHANNELS_BROADCAST_FLAKE.md
- macOS WeasyPrint: MACOS_WEASYPRINT.md
- Praktyki bezpieczeństwa: SECURITY_PRACTICES.md
- Polityka bezpieczeństwa: SECURITY.md
- O projekcie:
- Autorzy: authors.md
- Historia zmian: history.md