This repository has been archived by the owner on Mar 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 95
/
mkdocs.yml
90 lines (81 loc) · 2.45 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
site_name: Projector documentation
# Repository (add link to repository in header)
# TODO: rename to "projector"?
repo_name: JetBrains/projector-client
# TODO: rename to "projector"?
repo_url: https://github.com/JetBrains/projector-client
edit_uri: edit/master/docSrc/src/doc/docs/
# Copyright (shown at the footer)
copyright: 'Copyright © 2019-2022 JetBrains s.r.o.'
theme:
name: material
favicon: favicon.svg
logo: favicon.svg
icon:
repo: fontawesome/brands/github
features:
- navigation.expand
- navigation.instant
- navigation.sections
palette:
primary: white
extra:
social:
- icon: fontawesome/brands/github
# TODO: rename to "projector"?
link: https://github.com/JetBrains/projector-client
- icon: fontawesome/brands/telegram-plane
link: https://t.me/JBProjector
- icon: fontawesome/brands/twitter
link: https://twitter.com/ProjectorJB
- icon: fontawesome/solid/globe
link: https://projector.jetbrains.com
plugins:
- search
# TODO: do we need it?
# Besides basic page views, site search can also be tracked to understand better how people
# use your documentation and what they expect to find.
# Google Analytics
#google_analytics:
# - 'UA-111111111-1'
# - 'auto'
# Extensions
markdown_extensions:
- abbr
- admonition
- codehilite:
guess_lang: false
- footnotes
- meta
- def_list
- toc:
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.smartsymbols
- pymdownx.superfences
# Dev server binding
dev_addr: 0.0.0.0:8000
nav:
- Home: index.md
- User guide – IntelliJ IDEs:
- JetBrains IDEs: ij_user_guide/jetbrains.md
- Running remote app – servers: ij_user_guide/running.md
- Accessing remote app – clients: ij_user_guide/accessing.md
- Customizing servers: ij_user_guide/server_customization.md
- Android: ij_user_guide/android.md
- User guide – other Swing apps:
- Arbitrary Swing app: swing_user_guide/arbitrary.md
- Developer guide:
- Ecosystem: dev_guide/ecosystem.md
- Projector ClassLoader: dev_guide/classloader.md
- Academic works: dev_guide/works.md
- About:
- Comparison to other remote access solutions: about/comparison.md
- Use cases: about/usecases.md
- Versions: about/versions.md
- Contributing: about/contributing.md
- Code of conduct: about/coc.md