-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
34 lines (31 loc) · 847 Bytes
/
mkdocs.yml
File metadata and controls
34 lines (31 loc) · 847 Bytes
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
site_name: Webview
site_url: https://webview.dev/
site_description: WebView Docs
site_author: WebView Maintainers
repo_url: https://github.com/webview/docs
edit_uri: ""
theme:
name: readthedocs
locale: en
highlightjs: true
hljs_languages:
- yaml
- django
nav:
- Bindings:
- C++: bindings/cpp.md
- C: bindings/c.md
- Go: bindings/go.md
- Rust: bindings/rust.md
- Nim: bindings/nim.md
- Deno: bindings/deno.md
- Java: bindings/java.md
- C Sharp: bindings/csharp.md
- Python: bindings/python.md
- Crystal: bindings/crystal.md
- Haskell: bindings/haskell.md
- Janet: bindings/janet.md
- Alternatives: alternatives.md
- About:
- Contributing: about/contributing.md
- License: about/license.md