-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
112 lines (103 loc) · 2.74 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
site_name: p5.FIP
plugins:
- offline
- search
repo_url: https://github.com/prontopablo/p5.FIP
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/prontopablo
homepage: index.html
copyright: p5.FIP is maintained by prontopablo. MIT Licence.
markdown_extensions:
- toc:
toc_depth: 0
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
theme:
name: material
features:
- toc.integrate
- navigation.path
- navigation.instant.preview
- navigation.expand
- navigation.footer
- content.code.copy
- search.suggest
icon:
logo: material/video-image
repo: fontawesome/brands/github
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: pink
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: pink
toggle:
icon: material/brightness-4
name: Switch to light mode
nav:
- Getting started:
- Installation: installation.md
- Usage: usage.md
- Setting Parameters: settingParameters.md
- Issues: issues.md
- Reference:
- Anti-aliasing: antiAliasing.md
- Bilateral: bilateral.md
- Blend: blend.md
- Bloom: bloom.md
- Box Blur: boxBlur.md
- Brightness: brightness.md
- Canny Edge Detection: cannyEdgeDetection.md
- Cartoon: cartoon.md
- Contrast: contrast.md
- CRT: crt.md
- Deform: deform.md
- Difference of Gaussian: differenceOfGaussian.md
- Dilate: dilate.md
- Dithering: dithering.md
- Dot: dot.md
- Duotone: duoTone.md
- Edge Preserving Smooth: edgePreservingSmooth.md
- Emboss: emboss.md
- Erosion: erosion.md
- Flip: flip.md
- Gamma: gamma.md
- Gaussian Blur: gaussianBlur.md
- Glitch: glitch.md
- Grayscale: grayscale.md
- Halftone: halftone.md
- Invert Colors: invertColors.md
- Kuwahara: kuwahara.md
- Laplacian Edge Enhancement: laplacianEdgeEnhancement.md
- Linocut: linocut.md
- Mosaic: mosaic.md
- Motion Blur: motionBlur.md
- Pixelate: pixelate.md
- Quantization: quantization.md
- Ripple: ripple.md
- Rotate: rotate.md
- Saturation: saturation.md
- Sepia: sepia.md
- Sharpen: sharpen.md
- Sketch: sketch.md
- Sobel Edge Detection: sobelEdgeDetection.md
- Solarize: solarize.md
- Static: static.md
- Threshold: threshold.md
- Unsharp Masking: unsharpMasking.md
- Vignette: vignette.md
- Resources:
- List of Resources: resources.md