This website was created with [Docusaurus](https://docusaurus.io/).
# What's In This Document
* [Get Started in 5 Minutes](#get-started-in-5-minutes)
* [Directory Structure](#directory-structure)
* [Editing Content](#editing-content)
* [Adding Content](#adding-content)
* [Full Documentation](#full-documentation)
# Get Started in 5 Minutes
1. Make sure all the dependencies for the website are installed:
```sh
# Install dependencies
$ yarn
```
2. Run your dev server:
```sh
# Start the site
$ yarn start
```
## Directory Structure
Your project file structure should look something like this
```
my-docusaurus/
docs/
doc-1.md
doc-2.md
doc-3.md
website/
blog/
2016-3-11-oldest-post.md
2017-10-24-newest-post.md
core/
node_modules/
pages/
static/
css/
img/
package.json
sidebar.json
siteConfig.js
```
# Editing Content
## Editing an existing docs page
Edit docs by navigating to `docs/` and editing the corresponding document:
`docs/doc-to-be-edited.md`
```markdown
---
id: page-needs-edit
title: This Doc Needs To Be Edited
---
Edit me...
```
For more information about docs, click [here](https://docusaurus.io/docs/en/navigation)
## Editing an existing blog post
Edit blog posts by navigating to `website/blog` and editing the corresponding post:
`website/blog/post-to-be-edited.md`
```markdown
---
id: post-needs-edit
title: This Blog Post Needs To Be Edited
---
Edit me...
```
For more information about blog posts, click [here](https://docusaurus.io/docs/en/adding-blog)
# Adding Content
## Adding a new docs page to an existing sidebar
1. Create the doc as a new markdown file in `/docs`, example `docs/newly-created-doc.md`:
```md
---
id: newly-created-doc
title: This Doc Needs To Be Edited
---
My new content here..
```
1. Refer to that doc's ID in an existing sidebar in `website/sidebar.json`:
```javascript
// Add newly-created-doc to the Getting Started category of docs
{
"docs": {
"Getting Started": [
"quick-start",
"newly-created-doc" // new doc here
],
...
},
...
}
```
For more information about adding new docs, click [here](https://docusaurus.io/docs/en/navigation)
## Adding a new blog post
1. Make sure there is a header link to your blog in `website/siteConfig.js`:
`website/siteConfig.js`
```javascript
headerLinks: [
...
{ blog: true, label: 'Blog' },
...
]
```
2. Create the blog post with the format `YYYY-MM-DD-My-Blog-Post-Title.md` in `website/blog`:
`website/blog/2018-05-21-New-Blog-Post.md`
```markdown
---
author: Frank Li
authorURL: https://twitter.com/foobarbaz
authorFBID: 503283835
title: New Blog Post
---
Lorem Ipsum...
```
For more information about blog posts, click [here](https://docusaurus.io/docs/en/adding-blog)
## Adding items to your site's top navigation bar
1. Add links to docs, custom pages or external links by editing the headerLinks field of `website/siteConfig.js`:
`website/siteConfig.js`
```javascript
{
headerLinks: [
...
/* you can add docs */
{ doc: 'my-examples', label: 'Examples' },
/* you can add custom pages */
{ page: 'help', label: 'Help' },
/* you can add external links */
{ href: 'https://github.com/facebook/Docusaurus', label: 'GitHub' },
...
],
...
}
```
For more information about the navigation bar, click [here](https://docusaurus.io/docs/en/navigation)
## Adding custom pages
1. Docusaurus uses React components to build pages. The components are saved as .js files in `website/pages/en`:
1. If you want your page to show up in your navigation header, you will need to update `website/siteConfig.js` to add to the `headerLinks` element:
`website/siteConfig.js`
```javascript
{
headerLinks: [
...
{ page: 'my-new-custom-page', label: 'My New Custom Page' },
...
],
...
}
```
For more information about custom pages, click [here](https://docusaurus.io/docs/en/custom-pages).
# Full Documentation
Full documentation can be found on the [website](https://docusaurus.io/).
react-redux-6.0.0-beta.3.zip
需积分: 0 13 浏览量
更新于2024-08-31
收藏 189KB ZIP 举报
Redux 的官方 React 绑定。高性能且灵活。
Official React bindings for Redux. Performant and flexible.

a3737337
- 粉丝: 0
最新资源
- ytsteven_easyuseai_29388_1755583651296.zip
- 2025届浙江大学软件学院AI夏令营考核项目_包含Diffusion模型DDPM和DDIM与GAN模型EigenGAN的人脸生成对比实验_以及基于大模型文心一言的医疗智.zip
- beihanyu314_a_29388_1755583689244.zip
- wangguoshuang_Book-Pricing-System-Based-on-Python-3_7244_1755584812611.zip
- 保险行业客户信息管理及保单跟进系统_保险客户管理_保单到期提醒_业务员签单统计_Excel数据导入导出_基于宏达数据库平台开发_用于保险机构客户信息录入_保单跟进审核_业务数据统计.zip
- 软件工程课程教育云平台系统_面向高校软件工程课程的一体化教学与实践平台_整合学习管理与开发环境功能_支持自动化课程管理_作业评审_成绩统计_项目版本控制_分支管理_代码比对_构建部.zip
- 基于Python开发的运动热量计算与健康管理应用程序_卡路里计算器_运动热量算法_运动数据记录与日志管理_健康生活方式辅助工具_15a版本使用指南_MPL开源许可_支持多种运动方式.zip
- 基于PMP挣值管理理论的软件开发外包项目工时估算与进度监控系统_项目挣值估算工具_软件开发外包工时管理_人力资源投入分配_任务分解结构WBS管理_计划工时PV估算_实际工时.zip
- 2022中软杯A9智能创作平台标题生成算法模型_基于bert4keras与T5-pegasus的中文标题生成深度学习模型_使用jieba分词器优化中文预训练任务_支持ONNX模型导.zip
- 基于PaddlePaddle深度学习框架与PaddleSeg语义分割工具链的作物根系表型智能分析系统_集成U-Net_U-Net3_U2-Net等先进分割模型_支持根系图像智能分.zip
- shaweiwei_happy-chat_11052_1755584827725.zip
- 船舶航运信息管理系统_基于宏达数据库平台的船舶航运全流程管理软件_船舶资料管理_航次信息记录_船员证书管理_货物分类统计_港口航区设置_证书到期提醒_历史航运查询_报表打印功能_企.zip
- 健康护航保盾管理系统_基于Vue和SpringBoot的城乡居民大病保险报销平台_包含系统配置维护_参保管理_大病登记_保险审核五大模块_实现医保卡管理_医疗费用核算_报销比例计算.zip
- 基于SPMS开源项目管理系统的高效协同开发平台_包含开发计划文档部署说明指南和常见问题解答的全套解决方案_专为技术团队打造的敏捷开发与项目管理工具_采用SVG矢量图形技术构建品牌.zip
- 种植业全流程信息化管理系统_蔬菜瓜果花卉种植管理_大棚种植管理_员工考勤绩效_采购入库出库_库存损耗监控_成品采摘销售_财务收支统计_适用于中小型种植企业的综合管理解决方案_基于宏.zip
- 基于跨学科能力构建的大学生软技能培养创新平台_融合心理学测评与AI学习路径规划_通过游戏化任务系统与同伴互评机制提升沟通协作能力_适用于高校第二课堂与职场新人培训_采用机器学习算法.zip