-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
152 lines (133 loc) · 3.36 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
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
site_name: 中国通用人工智能协会
repo_url: https://github.com/Hailaylin/agi-society-cn
copyright: Copyright © 2016 - 2024 中国通用人工智能协会 粤ICP备2021145979号-1
theme:
name: material
custom_dir: overrides
language: zh
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: 切换为夜间模式
primary: indigo
accent: orange
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: 切换为日间模式
accent: cyan
font:
text: Noto Sans SC
code: Roboto Mono
features:
- header.autohide
- navigation.tracking
- navigation.tabs
- search.highlight
- search.share
- search.suggest
- content.code.copy
- content.code.annotate
- navigation.top
- navigation.instant
markdown_extensions:
- pymdownx.arithmatex:
generic: true
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
markdown_extensions:
- md_in_html
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- pymdownx.blocks.admonition:
types:
- new
- settings
- note
- abstract
- info
- tip
- success
- question
- warning
- failure
- danger
- bug
- example
- quote
- pymdownx.blocks.details:
- pymdownx.blocks.definition:
- pymdownx.blocks.tab:
alternate_style: True
# 导航目录
nav:
# - NARS教程:
# - nars/index.md
# - nars/learning_resources.md
- NARS理论:
- nars/theory/index.md
- nars/theory/aikr.md
- nars/theory/3c.md
- 参考书籍:
- nars/theory/gti/index.md
- nars/theory/nac/index.md
- NARS工程:
- NARS各版实现:
- nars/impl/introduction.md
- nars/impl/index.md
- nars/impl/impls/20nar1.md
- nars/impl/impls/narjure.md
- nars/impl/impls/nars_cxin_py_to_ts.md
- nars/impl/impls/nars_python.md
- nars/impl/impls/nars_swift.md
- nars/impl/impls/narst.md
- nars/impl/impls/narust.md
- nars/impl/impls/ona.md
- nars/impl/impls/openjunars.md
- nars/impl/impls/opennars.md
- nars/impl/impls/pynars.md
- NARS衍生项目:
- nars/derivative_project/introduction.md
- nars/derivative_project/index.md
- AGI 通用人工智能:
- agi/index.md
- nars/index.md
- SAI 专用人工智能:
- sai/index.md
- sai/llms.md
- 思想书库:
- other/index.md
- other/meaning_network.md
- other/mimicry_operation.md
- other/lazero.md
- other/bingfengdecao.md
- other/identity_of_intelligence.md
- other/documents_and_qq_group.md
- 历次会议:
- 年会:
- conference/index.md
- conference/2024.md
- conference/2023.md
- 组会:
- conference/group_meeting_catalogue.md
- 关于我们:
- about/index.md
- about/web_arch.md
- 贡献指南:
- about/contributing/formats.md
- about/contributing/tools.md
- about/contributing/carrying.md
- about/team.md