@@ -10,46 +10,50 @@ const indexerLink = (name, text) => <a href='./docs/indexers'>{text}</a>
1010
1111const FeatureList = [
1212 {
13- title : 'For users ' ,
13+ title : 'Custom indexers ' ,
1414 Svg : require ( '@site/static/img/undraw_docusaurus_tree.svg' ) . default ,
1515 description : (
1616 < >
17- Run any of the predefined indexers out of the box, e.g
18- monitor { indexerLink ( 'Deposit' , 'incoming transactions' ) } or { indexerLink ( 'AddressBalance' , 'balance' ) } of
19- an address.
17+ < p >
18+ Quickly write a custom indexer by picking the data that you need from the blockchain
19+ and storing it however you want.
20+ </ p >
21+ < p >
22+ Parallelism, profiling and logging are brought to you by the framework.
23+ </ p >
2024 </ >
21- ) ,
25+ )
2226 } ,
2327
2428 {
25- title : 'For developers ' ,
29+ title : 'Deploy anywhere ' ,
2630 Svg : require ( '@site/static/img/undraw_docusaurus_tree.svg' ) . default ,
2731 description : (
2832 < >
29- Docusaurus lets you focus on your docs, and we'll do the chores. Go
30- ahead and move your docs into the < code > docs</ code > directory.
33+ Easily build your indexer into a docker container and run anywhere, including Apple silicon Macs.
3134 </ >
32- ) ,
35+ )
3336 } ,
3437
3538 {
36- title : 'Matches Cardano DB Sync' ,
39+ title : 'Data matches Cardano DB Sync' ,
3740 Svg : require ( '@site/static/img/undraw_docusaurus_react.svg' ) . default ,
3841 description : (
3942 < >
40- Every { indexersLink ( 'indexer in Mafoc' ) } corresponds to some subset of
41- Cardano DB Sync. Having tests for that we know we have the right data.
43+ Every { indexersLink ( 'indexer in Mafoc' ) } corresponds to a subset of
44+ Cardano DB Sync. Testing against it we know we have the right data.
4245 </ >
4346 ) ,
4447 } ,
4548
4649 {
47- title : 'Propose an indexer ' ,
50+ title : 'For users ' ,
4851 Svg : require ( '@site/static/img/undraw_docusaurus_tree.svg' ) . default ,
4952 description : (
5053 < >
51- Wish an indexer existed for some type of data but
52- doesn't? < a href = 'https://github.com/eyeinsky/mafoc/issues/new?title=[new indexer]' > Propose it here</ a > .
54+ Run any of the predefined indexers out of the box, e.g
55+ monitor { indexerLink ( 'Deposit' , 'incoming transactions' ) } or { indexerLink ( 'AddressBalance' , 'balance' ) } of
56+ an address.
5357 </ >
5458 ) ,
5559 } ,
0 commit comments