forked from emacs-ng/emacs-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
63 lines (56 loc) · 1.64 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
site_name: Emacs NG - A new approach to Emacs
site_description: A new approach to Emacs - Including TypeScript, Threading, Async I/O, and WebRender.
site_url: https://emacs-ng.github.io/emacs-ng
repo_name: emacs-ng/emacs-ng
repo_url: https://github.com/emacs-ng/emacs-ng
nav:
- Home:
- Overview: README.md
- Setup:
- Build from source: build/building.md
- Build with Docker: build/docker.md
- Release .deb package: build/release.md
- Nix Build / Develop: build/nix-develop.md
- Package management: package-management.md
- Deno/Javascript:
- Using Deno: js/using-deno.md
- Getting started: js/getting-started.md
- Basic features: js/main-features.md
- Advanced features: js/adv-features.md
- Architecture: js/architecture.md
- Webrender: webrender.md
- Dynamic modules: ng-module.md
- FAQ: faq.md
- Native Hackers Handbook:
- Getting started: handbook/getting-started.md
- Build: handbook/build.md
- Tests: handbook/tests.md
- lisp-fn: handbook/lisp-fn.md
- Types: handbook/types.md
theme:
name: material
logo: images/logo.png
favicon: images/logo.png
icon:
repo: fontawesome/brands/github
features:
- navigation.tabs
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/emacs-ng/emacs-ng
extra_css:
- stylesheets/layout.css
markdown_extensions:
- pymdownx.superfences
- codehilite
- meta
- toc:
permalink: '#'
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
plugins:
- search
- awesome-pages
- git-revision-date-localized