-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
159 lines (152 loc) · 4.46 KB
/
Copy pathmkdocs.yml
File metadata and controls
159 lines (152 loc) · 4.46 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
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
site_name: NBER-CLI
site_description: A command line interface for reaching the National Bureau of Economic Research (NBER) paper without brower.
site_author: Song Tan
site_url: https://sepinetam.github.io/nber-cli/
theme:
name: material
language: en
logo: assets/logo.jpg
favicon: assets/favicon.png
features:
- content.code.copy
- content.code.select
- navigation.path
- navigation.sections
- content.code.annotate
- navigation.top
- search.highlight
- search.share
- search.suggest
- toc.follow
palette:
primary: black
repo_name: sepinetam/nber-cli
repo_url: https://github.com/sepinetam/nber-cli
docs_dir: docs
site_dir: site
strict: true
use_directory_urls: true
plugins:
- search:
lang:
- en
- zh
- i18n:
docs_structure: folder
languages:
- locale: en
default: true
name: English
build: true
nav:
- Home: index.md
- Getting Started: getting-started.md
- Agent Guides:
- Overview: agents/index.md
- Claude Code: agents/claude-code.md
- Codex: agents/codex.md
- OpenClaw: agents/openclaw.md
- Others: agents/others.md
- User Guide:
- Desktop App: desktop.md
- CLI Reference: cli.md
- MCP Server: mcp.md
- Configuration: configuration.md
- Persistence Layer: persistence.md
- API Reference:
- Local HTTP API: http-api.md
- Python API: python-api.md
- Architecture:
- System Architecture: architecture.md
- Glossary: glossary.md
- Development:
- Development Guide: development.md
- Test Infrastructure: testing.md
- Contributing: contributing.md
- Changelog: changelog.md
- Usage Policy: policy.md
- locale: zh
name: 简体中文
build: true
nav:
- 首页: index.md
- 快速开始: getting-started.md
- Agent 指南:
- 概览: agents/index.md
- Claude Code: agents/claude-code.md
- Codex: agents/codex.md
- OpenClaw: agents/openclaw.md
- 其他 Agent: agents/others.md
- 使用指南:
- Desktop 应用: desktop.md
- CLI 参考: cli.md
- MCP Server: mcp.md
- 配置: configuration.md
- 持久化层: persistence.md
- API 参考:
- 本地 HTTP API: http-api.md
- Python API: python-api.md
- 架构:
- 系统架构: architecture.md
- 术语表: glossary.md
- 开发:
- 开发指南: development.md
- 测试基础设施: testing.md
- 贡献指南: contributing.md
- 更新日志: changelog.md
- 使用政策: policy.md
markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/sepinetam
alternate:
- name: English
link: /nber-cli/
lang: en
- name: 简体中文
link: /nber-cli/zh/
lang: zh
nav:
- Home: index.md
- Getting Started: getting-started.md
- Agent Guides:
- Overview: agents/index.md
- Claude Code: agents/claude-code.md
- Codex: agents/codex.md
- OpenClaw: agents/openclaw.md
- Others: agents/others.md
- User Guide:
- Desktop App: desktop.md
- CLI Reference: cli.md
- MCP Server: mcp.md
- Configuration: configuration.md
- Persistence Layer: persistence.md
- API Reference:
- Local HTTP API: http-api.md
- Python API: python-api.md
- Architecture:
- System Architecture: architecture.md
- Glossary: glossary.md
- Development:
- Development Guide: development.md
- Test Infrastructure: testing.md
- Contributing: contributing.md
- Changelog: changelog.md
- Usage Policy: policy.md