77 lines
2.4 KiB
Markdown
77 lines
2.4 KiB
Markdown
---
|
|
sidebar_position: 1
|
|
---
|
|
|
|
# 快速开始
|
|
|
|
import Tabs from '@theme/Tabs';
|
|
import TabItem from '@theme/TabItem';
|
|
|
|
|
|
|
|
<Tabs>
|
|
<TabItem value="apple" label="Apple" default>
|
|
This is an apple 🍎
|
|
</TabItem>
|
|
<TabItem value="orange" label="Orange">
|
|
This is an orange 🍊
|
|
</TabItem>
|
|
<TabItem value="banana" label="Banana">
|
|
This is a banana 🍌
|
|
</TabItem>
|
|
</Tabs>
|
|
|
|
好的,以下是对应的文件名和目录结构:
|
|
|
|
- 1.md : 入门指南
|
|
- 1.1 安装和配置.md
|
|
- 1.2 Hello World.md
|
|
- 1.3 架构概述.md
|
|
- 2.md : 核心功能
|
|
- 2.1 控制器.md
|
|
- 2.2 过滤器.md
|
|
- 2.3 模板引擎.md
|
|
- 2.4 数据库访问.md
|
|
- 2.5 缓存.md
|
|
- 2.6 安全.md
|
|
- 2.7 日志.md
|
|
- 2.8 监控.md
|
|
- 3.md : 进阶功能
|
|
- 3.1 异步处理.md
|
|
- 3.2 高并发支持.md
|
|
- 3.3 集群部署.md
|
|
- 3.4 扩展机制.md
|
|
- 4.md : 工具支持
|
|
- 4.1 IDEA 插件.md
|
|
- 4.2 Maven 插件.md
|
|
- 4.3 工具集成.md
|
|
|
|
|
|
----
|
|
|
|
好的,以下是使用英文文件名的 Redkale 文档目录结构:
|
|
- getting-started: Getting Started
|
|
- 1-installation-and-configuration.md: Installation and Configuration
|
|
- 2-hello-world.md: Hello World
|
|
- 3-architecture-overview.md: Architecture Overview
|
|
- core-features: Core Features
|
|
- 1-controller.md: Controller
|
|
- 2-filter.md: Filter
|
|
- 3-template-engine.md: Template Engine
|
|
- 4-database-access.md: Database Access
|
|
- 5-cache.md: Cache
|
|
- 6-security.md: Security
|
|
- 7-logging.md: Logging
|
|
- 8-monitoring.md: Monitoring
|
|
- advanced-features.md: Advanced Features
|
|
- 1-asynchronous-processing.md: Asynchronous Processing
|
|
- 2-high-concurrency-support.md: High Concurrency Support
|
|
- 3-clustering-deployment.md: Clustering Deployment
|
|
- 4-extension-mechanism.md: Extension Mechanism
|
|
- tool-support.md: Tool Support
|
|
- 1-idea-plugin.md: IDEA Plugin
|
|
- 2-maven-plugin.md: Maven Plugin
|
|
- 3-tool-integration.md: Tool Integration
|
|
|
|
请注意,文件名以及目录结构只是一种规范,您可以根据实际需求进行修改和扩展。同时编写文档时要尽可能地清晰简洁、易于阅读和理解,并且遵循文档写作的标准规范和最佳实践。
|
|
请注意,本程序只能进行文档基础目录结构的整理,具体内容需要您自己针对 Redkale 进行整理编写。另外,如有需要,您还可以进一步细分和拓展目录结构,以适应实际需求。 |