-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add a link to the tokenfilter in the spec ToC #1924
Conversation
|
Codecov Report
@@ Coverage Diff @@
## main #1924 +/- ##
=======================================
Coverage 21.21% 21.21%
=======================================
Files 120 120
Lines 13693 13693
=======================================
Hits 2905 2905
Misses 10498 10498
Partials 290 290 |
@@ -15,3 +15,4 @@ | |||
- [mint](../../x/mint/README.md) | |||
- [paramfilter](../../x/paramfilter/README.md) | |||
- [upgrade](../../x/upgrade/README.md) | |||
- [tokenfilter](../../x/tokenfilter/README.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suspect we also want to add it after:
celestia-app/specs/src/SUMMARY.md
Line 19 in 766b8a5
- [upgrade](../../x/upgrade/README.md) - [upgrade](../../../x/upgrade/README.md)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for pointing those other areas out. I've added a link in those places now
* docs: add a link to the tokenfilter in the spec ToC * add reference to the token filter in other parts of the spec
No description provided.