-
Notifications
You must be signed in to change notification settings - Fork 33
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
Fix READ.me #3168
Fix READ.me #3168
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,14 +12,15 @@ The RFQ (Request for Quote) Indexer is a system designed to index and track brid | |
- API: Used by front-end applications, other services, or developers to query the indexed data. | ||
|
||
## Directory Structure | ||
rfq-indexer/ | ||
├── api/ # API service | ||
│ ├── src/ # API source code | ||
│ ├── package.json # API dependencies and scripts | ||
│ └── README.md # API documentation | ||
├── indexer/ # Indexer service | ||
│ ├── src/ # Indexer source code | ||
│ ├── abis/ # Contract ABIs | ||
│ ├── package.json # Indexer dependencies and scripts | ||
│ └── README.md # Indexer documentation | ||
└── README.md # This file | ||
<pre> | ||
rfq-indexer | ||
├── <a href="./api">api</a>: API service | ||
│ ├── src/ : API source code | ||
│ ├── package.json : API dependencies and scripts | ||
│ ├── README.md : API documentation | ||
├── <a href="./indexer">indexer</a>: Indexer service | ||
│ ├── src/ : Indexer source code | ||
│ ├── abis/ : Contract ABIs | ||
│ ├── package.json : Indexer dependencies and scripts | ||
│ ├── README.md : Indexer documentation | ||
</pre> | ||
Comment on lines
+15
to
+26
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Consider using Markdown syntax instead of HTML While the use of HTML Consider using the following Markdown syntax instead: ## Directory Structure
rfq-indexer
|
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.
Tip
Codebase Verification
Broken Anchor Links in README.md
The
api
andindexer
directories referenced in the anchor links do not exist at the expected locations. Please ensure these directories are created or update the links accordingly to prevent navigation issues in Markdown renderers.packages/rfq-indexer/README.md
<a href="./api">api</a>
Analysis chain
Anchor links improve navigation but may have compatibility issues
The addition of anchor links for the
api
andindexer
directories is a good improvement for navigation. However, be aware that these links might not work as expected in all Markdown renderers.To ensure the links are correct, please run the following script:
Also applies to: 21-21
Scripts executed
The following scripts were executed for the analysis:
Script:
Length of output: 367