nimbus-libs-site/docgen/config.json

95 lines
3.1 KiB
JSON
Raw Normal View History

2019-05-22 13:53:21 +00:00
{
"repos": [
{
"name": "nim-chronicles",
"label": "Chronicles",
"location": "https://github.com/status-im/nim-chronicles",
"update": true,
"frontMatter": {
"sidebar": "auto"
},
"tags": ["logging", "stable"],
2019-06-18 16:29:22 +00:00
"description": "Chronicles is a library for structured logging. It adheres to the philosophy that log files shouldn't be based on formatted text strings, but rather on well-defined event records with arbitrary properties that are easy to read for both humans and machines."
2019-05-22 13:53:21 +00:00
},
{
"name": "nimcrypto",
"label": "Nimcrypto",
2019-08-14 16:05:34 +00:00
"location": "https://github.com/swader/nimcrypto",
"update": true,
"subdocs": "## Docs",
2019-05-22 13:53:21 +00:00
"tags": ["cryptography", "development"],
2019-08-14 16:05:34 +00:00
"description": "Nimcrypto is Nim's cryptographic library. It implements several popular cryptographic algorithms and their tests with some [examples](https://github.com/cheatfate/nimcrypto/tree/master/examples).",
"frontMatter": {
"sidebar": "auto"
}
2019-05-22 13:53:21 +00:00
},
{
"name": "nim-chronos",
"label": "Chronos",
"location": "https://github.com/status-im/nim-chronos",
"update": true,
"tags": ["async", "stable"],
"description": "Chronos is an efficient library for asynchronous programming and an alternative to Nim's asyncdispatch.",
"frontMatter": {
"sidebar": "auto"
}
2019-08-14 09:31:51 +00:00
},
{
"name": "nim-libp2p",
"label": "Nim-libp2p",
"location": "https://github.com/status-im/nim-libp2p",
"update": true,
"tags": ["libp2p", "networking", "development"],
"description": "A Nim wrapper for the Go Libp2p daemon.",
"frontMatter": {
"sidebar": "auto"
}
2019-08-14 16:05:34 +00:00
},
{
"name": "nim-eth",
"label": "Nim-Eth",
"location": "https://github.com/status-im/nim-eth",
"update": true,
"subdocs": "## Docs",
"tags": ["eth", "keys", "bloom", "rlp", "encoding", "formatting", "cryptography", "development"],
"description": "Ethereum-related utilities written in Nim. Includes things like Bloom filters, private/public key utilities, devp2p, RLP, and more.",
"frontMatter": {
"sidebar": "auto"
}
2019-05-22 13:53:21 +00:00
}
],
"tags": {
"formatting": {
},
"encoding": {
},
"cryptography": {
},
"logging": {
},
"stable": {
},
2019-08-14 16:05:34 +00:00
"eth": {
},
"keys": {
},
"bloom": {
},
"rlp": {
},
2019-05-22 13:53:21 +00:00
"development": {
"type": "warn"
},
"async": {
2019-08-14 09:31:51 +00:00
},
"networking": {
},
"libp2p": {
2019-08-14 16:05:34 +00:00
2019-05-22 13:53:21 +00:00
}
},
2019-08-14 09:31:51 +00:00
"separators": ["## Introduction|##Intro", "## Contributing|## License", "|"]
2019-05-22 13:53:21 +00:00
}