-
Notifications
You must be signed in to change notification settings - Fork 25
/
mkdocs.yml
46 lines (34 loc) · 843 Bytes
/
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
site_name: WebKit Documentation
theme:
name: material
font: false
logo: assets/WebKit.svg
favicon: assets/WebKit.svg
features:
- header.autohide
- search.share
- navigation.tabs
- navigation.tracking
- content.action.edit
icon:
edit: material/pencil
plugins:
- search
- offline
repo_url: https://github.com/webkit/Documentation
edit_uri: blob/main/docs/
extra:
social:
- icon: fontawesome/brands/mastodon
link: https://front-end.social/@webkit
- icon: fontawesome/brands/slack
link: https://webkit.slack.com
- icon: fontawesome/brands/github
link: https://github.com/webkit/webkit
generator: false
copyright: WebKit and the WebKit logo are trademarks of Apple Inc.
markdown_extensions:
- toc:
permalink: true
extra_css:
- stylesheets/webkit.css