forked from mruonavaara/git-versionhallinta
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
43 lines (42 loc) · 986 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
43 lines (42 loc) · 986 Bytes
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
site_name: Git-versionhallinta
site_author: Markku Ruonavaara
copyright: Markku Ruonavaara 2024
nav:
- johdanto.md
- 'Paikallinen Git':
- peruskaytto.md
- haarat.md
- 'Hajautettu Git':
- etarepositoriot.md
- hosting_palvelut.md
- 'Git projektissa':
- versionhallinta_projektissa.md
- yhdistamispyynnot.md
- muita_toimintoja.md
theme:
name: material
language: fi
features:
- content.code.copy
- content.code.select
- toc.integrate
- navigation.footer
extra_css:
- stylesheets/extra.css
markdown_extensions:
- toc:
title: Sisällysluettelo
- admonition
- pymdownx.superfences
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format