-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmkdocs.yml
80 lines (72 loc) · 1.83 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
site_name: Ensō
site_url: https://enso.cs.cmu.edu/
site_author: Hugo Sadok
site_description: >-
Ensō is a fast and flexible streaming interface for NIC-application communication.
# Repository
repo_name: crossroadsfpga/enso
repo_url: https://github.com/crossroadsfpga/enso
# Copyright
copyright: Copyright © 2023 <a href=https://hsadok.com target="_blank">Hugo Sadok</a>
theme:
name: material
features:
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- content.tooltips
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.sections
- navigation.tabs
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
language: en
palette:
- scheme: default
primary: black
accent: black
font:
text: Roboto
code: Roboto Mono
favicon: assets/enso-black.svg
logo: assets/enso-white.svg
extra:
analytics:
provider: google
property: G-7WKNV89H63
extra_javascript:
- https://unpkg.com/[email protected]/dist/tablesort.min.js
- javascripts/tablesort.js
markdown_extensions:
- abbr
- attr_list
- md_in_html
- footnotes
- admonition
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
# Note that we are using the awesome-pages plugin, therefore nav is defined in
# the .pages file present in each directory.
# nav:
plugins:
- search
- awesome-pages