Skip to content

Commit

Permalink
docs: move some
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyElaina committed Jul 24, 2023
1 parent 411aae5 commit d02f741
Show file tree
Hide file tree
Showing 15 changed files with 606 additions and 10 deletions.
1 change: 1 addition & 0 deletions .pdm-python
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
D:/Projects/Document/.venv/Scripts/python.exe
20 changes: 10 additions & 10 deletions docs/avilla/NAV.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@
- [资源对象 Resource](basic/hello-avilla/resource-basic.md)
- [启动应用](basic/hello-avilla/launch-app.md)
- [扩展:使用 Filter](basic/hello-avilla/filter-basic.md)
- [基础事件](basic/event-basic.md)
- [消息 (Message) 与消息事件](basic/message/struct-and-event.md)
- [消息链与元素](basic/message/chain-and-element.md)
- [消息解析与匹配器](basic/message/matcher.md)
- [消息链方法](basic/message/methods.md)
- [选择器概述与基本操作](basic/selector-further.md)
- [过滤器 (Filter)](basic/filter.md)
- [查询 (Query)](basic/query.md)
- [资源 (Resource)](basic/resource.md)
- [元信息 (Metadata) 基本操作](basic/metadata-basic.md)
- 插件体系
- [Saya](basic/modular/saya.md)
- [Luma](basic/modular/luma.md)
Expand All @@ -29,18 +39,8 @@
- [引言:Broadcast Control](advance/intro-bcc.md)
- [事件监听与优先级](advance/event-listen-priority.md)
- [依赖注入](advance/depend-intro.md)
- [基础事件](advance/event-basic.md)
- [选择器概述与基本操作](advance/selector-further.md)
- [上下文 (Context) 解读](advance/context-detail.md)
- [消息 (Message) 与消息事件](advance/message/struct-and-event.md)
- [消息链与元素](advance/message/chain-and-element.md)
- [消息链方法](advance/message/methods.md)
- [消息解析与匹配器](advance/message/matcher.md)
- [元信息 (Metadata) 基本操作](advance/metadata-basic.md)
- [请求与请求事件 (Request)](advance/request-and-event.md)
- [资源 (Resource)](advance/resource.md)
- [查询 (Query)](advance/query.md)
- [过滤器 (Filter)](advance/filter.md)
- [深入调查:协议](advance/protocol-platform-account.md)
- [多平台特性:初识特性标准化 (Standards)](advance/standards-intro.md)
- Ryanvk 体系
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions docs/avilla/basic/installation/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
!!! note
截至写作时间(2023/7/24),Avilla 的**任一**官方组件都尚未在 PyPI 上正式发布。
因此,以下提及内容的前提为在理想情况下。

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
581 changes: 581 additions & 0 deletions pdm.lock

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

[project]
# PEP 621 project metadata
# See https://www.python.org/dev/peps/pep-0621/
dependencies = ["mkdocstrings[python]>=0.18.0", "mkdocs-literate-nav>=0.4.0", "mkdocs-section-index>=0.3.0", "mkdocs-material==8.*", "mkdocs-gen-files>=0.3.5", "pygments>=2.0.0"]
requires-python = ">=3.11"

[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"

0 comments on commit d02f741

Please sign in to comment.