-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
100 lines (93 loc) · 2.65 KB
/
mkdocs.yml
File metadata and controls
100 lines (93 loc) · 2.65 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
site_name: Grid
site_url: https://grid.sarantium.dev
site_description: Grid - A positioning framework for product development
repo_url: https://github.com/sarantium/grid
repo_name: sarantium/grid
theme:
name: material
custom_dir: docs/overrides
icon:
logo: material/view-grid-plus
favicon: assets/view-grid-plus-outline-dark.png
palette:
- scheme: default
primary: teal
accent: amber
toggle:
icon: material/lightbulb
name: Switch to dark mode
- scheme: slate
primary: teal
accent: amber
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
features:
- navigation.tracking
- search.highlight
- search.share
- content.code.copy
- navigation.footer
- navigation.top
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/sarantium/grid
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/ashvinparameswaran
- icon: fontawesome/solid/file-pdf
link: /assets/ashvin_parameswaran_curriculum_vitae_2023.pdf
name: curriculum vitae
analytics:
provider: google
property: G-KKL5FCE0BT
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! Help us improve this page by
<a href="https://github.com/sarantium/grid/issues/new/?title=[Feedback]+{title}+-+{url}" target="_blank" rel="noopener">telling us what you're missing</a>.
copyright: Copyright © 2022 - 2023 Ashvin Parameswaran
edit_uri: ""
markdown_extensions:
- abbr
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- tables
- def_list
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: ⚓︎
- md_in_html
extra_css:
- stylesheets/extra.css
plugins:
- search
nav:
- Grid: README.md
- Framework: framework.md
- App: "https://gridpm.streamlit.app"
- Concepts:
- Positioning: positioning-concepts.md
- Generating: generating-concepts.md
- Reading List: reading-list.md
- Release Notes: release-notes.md
- License: license.md