-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
60 lines (58 loc) · 1.46 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
site_name: lian's cheatsheet
theme:
name: mkdocs
highlightjs: true
hljs_languages:
- yaml
- python
- django
nav:
- Home: index.md
- AI: AI/chatGPT.md
- Seafile:
- common conf: seafile/conf.md
- CAS: seafile/cas/cas.md
- scripts:
- upload-file.py: seafile/scripts/upload-file.py
- Python:
- django: python/django.md
- logging: python/logging.md
- base64: python/base64.md
- PIL: python/pil.md
- ldap: python/ldap.md
- restful-api: python/restful-api.md
- elasticsearch: python/elasticsearch.md
- notebook: python/notebook.md
- scripts:
- auto-toc.py: python/scripts/auto-toc.py
- saml2:
- saml2/saml2.md
- Linux:
- linux/linux.md
- linux/shell.md
- linux/process-and-thread.md
- Mysql:
- mysql/mysql.md
- mysql/troubleshoot.md
- Network:
- network/http.md
- Docker:
- docker/docker.md
- OnlyOffice:
- onlyoffice/onlyoffice.md
- CollaboraOffice:
- collabora-office/code.md
- MacOS:
- macos/vimrc.md
- macos/bash_profile.md
- tools:
- regex: tools/regex.md
- vim: tools/vim.md
- git: tools/git.md
- tmux: tools/tmux.md
- nginx: tools/nginx.md
- certbot: tools/certbot.md
- memcached: tools/memcached.md
- science online: tools/science-online.md
- ngrok: tools/ngrok.md
- About: about.md