The Wayback Machine - https://web.archive.org/web/20200611075839/https://github.com/topics/mirror
Skip to content
#

mirror

Here are 707 public repositories matching this topic...

dmliao
dmliao commented Oct 6, 2018

The API docs reference the function store.getState() multiple times, but doesn't provide any documentation on how to obtain the store object to call that function.

I found through trial and error that you can access the store object in the following manner:

import { store } from 'mirrorx/lib/store';
...
store.getState();

This information should probably exist in the API pa

bianjp
bianjp commented Mar 4, 2017

刚刚提了个 PR,增加了 EPEL 和 MariaDB 的帮助文档。由于没接触过 SphinxreStructureText ,很是费了一番功夫。

希望提供一份贡献者指南,以帮助初学者快速入门,并保证文档风格的统一。

建议包含以下内容:

  1. 如何在本地预览文档(环境要求,安装依赖)
  2. 如何添加一个新文档(文件位置、名称,添加后要相应修改哪些地方)
  3. 帮助文档的结构(需包含那些部分)
  4. 统一风格,比如
    • 各级标题分别使用哪种标识符(= - ` : ' " ~ ^ _ * + # < >),长度多少(目前很多 "WARNING: Title underline too short

Improve this page

Add a description, image, and links to the mirror topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mirror topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.