-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
64 lines (59 loc) · 1.48 KB
/
mkdocs.yml
File metadata and controls
64 lines (59 loc) · 1.48 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
site_name: Wireless Communication Docs
site_url: https://boyin8.github.io/wireless-docs
site_author: Bo Yin
site_description: This is technical docs site for wireless communication.
repo_name: boyin8/wireless-docs
repo_url: https://github.com/boyin8/wireless-docs
copyright: Copyright © 2024 ~ now | Bo Yin
nav:
- Home: index.md
- Baseband Signal Model: baseband_signal.md
- Wireless Channel Models: channel_models.md
- Channel Estimation: channel_estimation.md
- OFDM: ofdm.md
- Channel Capacity: channel_capacity.md
- Beamforming: beamforming.md
theme:
name: material
features:
- header.autohide
- navigation.instant
- navigation.tracking
- content.code.annotate
- toc.integrate
- toc.follow
- navigation.path
- navigation.top
- navigation.tabs
- navigation.prune
- navigation.footer
- navigation.sections
- navigation.expand
- content.code.copy
- navigation.indexes
- search.share
- search.suggest
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- tables
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js