-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
47 lines (42 loc) · 1.01 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
site_name: PlinkerRPC
site_description: 'PlinkerRPC PHP client/server makes it really easy to link and execute generic PHP components on remote systems, while maintaining the feel of a local method call.'
site_author: 'Lawrence Cherone'
site_url: 'https://github.com/plinker-rpc'
# Copyright
copyright: 'Copyright © 2018 Lawrence Cherone - PlinkerRPC'
# Theme
theme:
#feature:
# tabs: true
logo:
icon: 'language'
name: 'material'
palette:
primary: 'blue'
accent: 'blue'
#font:
# text: 'Ubuntu'
# code: 'Ubuntu Mono'
# Configuration
repo_name: 'plinker-rpc'
repo_url: 'https://github.com/plinker-rpc'
edit_uri: ''
# Customization
extra:
social:
- type: 'github'
link: 'https://github.com/plinker-rpc'
disqus: 'plinker-rpc'
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: true
- toc:
permalink: true
- meta
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde