andreypopp / andreypopp/reactdown

Documentation errors

オープン
#22 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
JavaScript
スター
117
フォーク
10
PR マージ指標
30日以内にマージされた PR はありません

説明

I found some inaccuracies in the docs (using `1.0.0-alpha14`).

`import {metadata} from './my-document.md'` didn't work for me, instead it was `import {meta} from './my-document.md'`.

Also, using the following config threw an error:

```
directives: {
TwitterFeed: {
render: {
name: 'TwitterFeed',
source: './module/with/directives'
}
}
},
```

But this one seemed to work better:

```
{
directives: {
Thing: {
component: {
source: './components/Thing.js'
}
}
}
}
```

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。