# FurionDoc **Repository Path**: Vieworld/furion-doc ## Basic Information - **Project Name**: FurionDoc - **Description**: 层级的furion文档,纪念一下吧 - **Primary Language**: JavaScript - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 2 - **Created**: 2025-07-14 - **Last Updated**: 2026-03-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README <<<<<<< HEAD # Project Synopsis Keyword: Furion/Furion documentation/Furion handbook Online Preview: [https://rightpolice.github.io/Furion-Documentation](https://rightpolice.github.io/Furion-Documentation) **This is a repository for document backups, not for code storage.** This repository has been modified based on the original repository [MonkSoul/Furion](https://github.com/MonkSoul/Furion). The commit `8ff92ed32de5f7b4c923c4774525bc6f36f61ab8` that deleted the documentation files has been reverted, rolling back to the commit `c8c5bb066233b415a144b03b531ccd5d01cc1304`. The `handbook` directory has been extracted from this project. **According to the definition of the MIT open source license, anyone has the right to make changes to it.** Alternatively, you may clone the original repository and switch to the commit `c8c5bb066233b415a144b03b531ccd5d01cc1304` to view the `handbook` directory. # How to Use (From Original Repository) ```bash git clone https://github.com/MonkSoul/Furion.git cd Furion git checkout c8c5bb066233b415a144b03b531ccd5d01cc1304 cd handbook ``` # Declaration In this repository, some files that interfere with reading have been removed, leaving only the documentation files for user convenience. # Custom Distribution If you wish to deploy the project locally or under different domain, please modify the `url` field in `docusaurus.config.js` to the domain name you desire for deployment. For further advanced configurations, please refer to [docusaurus configuration](https://docusaurus.io/docs/configuration). # Local Execution Procedure Please refer to the previous prompt and modify the URL to "localhost" and the path to "/". Then proceed to execute the following code. ```bash # Install necessary packages yarn # Execute documentation locally npm run start ``` Upon execution, open your local browser and enter the address `http://localhost:3000` to access the documentation. # Open Source Declaration This repository continues the open-source tradition of the original repository under the MIT license, allowing you the freedom to edit files. # Note Selfless contributions are not an unattainable fantasy. ❤️ The aforementioned Furion refers to the name of an open-source software, not a trademark. ======= # FurionDoc #### 介绍 层级的furion文档,纪念一下吧 #### 软件架构 软件架构说明 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) >>>>>>> 14ab127e29a82e658434b047af639223c81892c6