Skip to content
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

cannot click right after fuelup #579

Closed
matt-user opened this issue Feb 14, 2023 · 1 comment · Fixed by #644
Closed

cannot click right after fuelup #579

matt-user opened this issue Feb 14, 2023 · 1 comment · Fixed by #644
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation P: Low

Comments

@matt-user
Copy link

Super low priority, but the right click docs link is broken on the fuelup page

Screen.Recording.2023-02-14.at.3.41.55.PM.mov
@matt-user matt-user added bug Something isn't working documentation Improvements or additions to documentation P: Low labels Feb 14, 2023
@deekerno deekerno self-assigned this Feb 15, 2023
@deekerno
Copy link
Contributor

This seems to be due to us using the same file for both the section header and content page. The problem is replicated at each of the instances where we do the following:

- [Dependencies](getting-started/dependencies/fuelup.md)
  - [`fuelup`](getting-started/dependencies/fuelup.md)
- [What Can I Index?](reference-guide/indexing/blocks-and-transactions.md)
  - [Blocks and Transactions](reference-guide/indexing/blocks-and-transactions.md)
- [GraphQL](reference-guide/components/graphql/schema.md)
  - [Schema](reference-guide/components/graphql/schema.md)
- [Database](reference-guide/components/database/foreign-keys.md)
  - [Foreign Keys](reference-guide/components/database/foreign-keys.md)

@deekerno deekerno linked a pull request Mar 13, 2023 that will close this issue
deekerno added a commit that referenced this issue Mar 17, 2023
* Add blurb for optional schema fields

* Add bit about subscribing to changed contract

* Fixed sentence flow on optional schema field section

* Remove deprecated --background flag on forc index start

* Add identifier to block explorer example query

* Address #579 by re-adding index pages on offending sections

* Add link about Mx WASM concerns to WASM dependency page

* Edits for clarity

* re: #643 -- s/index/indexer, where appropriate

* Add queries page; better to have more information than less

* Missed a s/index/indexer

* Add a glossary; inspiration taken from The Rust Book

* A bit more cleanup

* Clean up overall flow

* Add page for forc index revert

* Remove unused pages

* Address rvmelkonian feedback

* add examples for handling receipt types

* Small typo fix

* Remove outdated Fuel logos

* small updates

* Remove link to Queries page for now

---------

Co-authored-by: sarahschwartz <58856580+sarahschwartz@users.noreply.github.com>
Co-authored-by: Rashad Alston <rashad@Rashads-MacBook-Pro.local>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation P: Low
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants