-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
51 lines (50 loc) · 1.68 KB
/
mkdocs.yml
File metadata and controls
51 lines (50 loc) · 1.68 KB
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
site_name: SugarRandom
copyright: Copyright © 2021-2022 SugarRandom
theme:
language: zh
favicon: assets/logo.png
name: material
features:
- navigation.tabs
logo: assets/logo.png
repo_url: https://github.com/MikuSugar/SugarRandom
repo_name: MikuSugar/SugarRandom
site_description: SugarRandom官方网站
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
nav:
- 主页: index.md
- 更新日志: log.md
- 安装:
- 简介: setup/index.md
- WEB使用:
- 快速使用: usage_web/index.md
- 配置: usage_web/config.md
- 生成代码: usage_web/generate_code.md
- CLI使用:
- 快速使用: usage_cli/quick_cli_new.md
- 生成代码: usage_cli/generate_code.md
- alias: usage_cli/alias.md
- cat: usage_cli/cat.md
- d: usage_cli/d.md
- 随机类型:
- 简介: randomtype/index.md
- 表达式随机: randomtype/expression.md
- 默认国内城市: randomtype/cncity.md
- 随机范围的整数: randomtype/rangenumber.md
- 指定列表的随机: randomtype/randomlist.md
- 随机对象: randomtype/obj.md
- 随机数组长度: randomtype/array.md
- 随机中文姓名: randomtype/cnname.md
- 随机邮箱: randomtype/email.md
- 随机中国大陆手机号: randomtype/cnphone.md
- 随机ipv4/ipv6: randomtype/ip.md
- UUID: randomtype/uuid.md
- MAC: randomtype/mac.md
- 随机生成经纬度: randomtype/LONLAT.md
- 随机生成浏览器代理: randomtype/user_agent.md
- 开发:
- 简介: develop/index.md
- 新的随机类型: develop/newtype.md
- 如何在自己的代码引用造数服务类: develop/import.md