-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
55 lines (45 loc) · 1.24 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
site_name: Hands-On Large Language Models
repo_url: https://github.com/handsOnLLM/Hands-On-Large-Language-Models
theme:
name: material
custom_dir: docs/overrides
logo: images/logo.svg
favicon: images/favicon.svg
features:
- navigation.tabs
- navigation.top
- toc.integrate
- content.tabs.link
- navigation.tabs.sticky
palette:
- scheme: default
primary: custom
accent: custom
nav:
- Reviews: '#reviews'
- About the Book: '#about'
- Table of Contents: '#toc'
- About the Authors: '#authors'
markdown_extensions:
- toc:
permalink: true
- attr_list
- md_in_html
extra_css:
- stylesheets/extra.css
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/handsOnLLM/Hands-On-Large-Language-Models
- icon: fontawesome/brands/amazon
link: https://www.amazon.com/Hands-Large-Language-Models-Understanding/dp/1098150961
- icon: fontawesome/solid/book
link: https://www.oreilly.com/library/view/hands-on-large-language/9781098150952/
analytics:
provider: google
property: G-5K5WCGP9RR
plugins: []
extra_javascript:
- javascripts/scroll-animations.js
copyright: Copyright © 2024 Jay Alammar & Maarten Grootendorst