Skip to content

Commit

Permalink
docs: add favicon and python docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
kentbull committed Aug 28, 2024
1 parent fcceceb commit 8c67be3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions docs/03_dev-guide/03-06-DevGuide_Code_Examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,23 @@ It also recommends you use Pipenv for managing project dependencies for your Pyt
8. To get the chain information make an HTTP request to `f"https://pl-us.testnet.drand.sh/{chain-hash}/info"`
Sample JSON response:
```json
{
"public_key": "8200fc249deb0148eb918d6e213980c5d01acd7fc251900d9260136da3b54836ce125172399ddc69c4e3e11429b62c11",
"period": 3,
"genesis_time": 1651677099,
"hash": "7672797f548f3f4748ac4bf3352fc6c6b6468c9ad40ad456a397545c6e2df5bf",
"groupHash": "65083634d852ae169e21b6ce5f0410be9ed4cc679b9970236f7875cff667e13d",
"schemeID": "pedersen-bls-unchained",
"metadata": {
"beaconID": "testnet-unchained-3s"
}
}
```
9.
### Postman Collection (WIP)
TBD
Expand Down
4 changes: 2 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const config: Config = {
docs: {
sidebarPath: './sidebars.ts',
editUrl:
'https://github.com/drand/drand-docs/tree/main',
'https://github.com/drand/drand-docs/tree/master',
},
blog: {
showReadingTime: true,
Expand All @@ -45,7 +45,7 @@ const config: Config = {
xslt: true,
},
editUrl:
'https://github.com/drand/drand-docs/tree/main',
'https://github.com/drand/drand-docs/tree/master',
// Useful options to enforce blogging best practices
onInlineTags: 'warn',
onInlineAuthors: 'warn',
Expand Down
Binary file added static/img/favicon.ico
Binary file not shown.

0 comments on commit 8c67be3

Please sign in to comment.