-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(website): add faq and staking guide steps (#14335)
- Loading branch information
Showing
4 changed files
with
62 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,5 +7,8 @@ | |
}, | ||
"node-troubleshooting": { | ||
"title": "Node troubleshooting" | ||
}, | ||
"faq": { | ||
"title": "FAQ" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# FAQ | ||
|
||
Please feel free to click "Edit this page" and add any additional FAQs you think would be helpful to others. | ||
|
||
## Can I ignore these logs from my node? | ||
|
||
See [node troubleshooting](/docs/reference/node-troubleshooting) for a list of node logs that can be ignored and which are errors. | ||
|
||
## Where can I find the deployed contract addresses? | ||
|
||
See [contract addresses](/docs/reference/contract-addresses) for a list of deployed contract addresses. |