eosnetworkfoundation / devrel

1 stars 0 forks source link

API Reference docs problems #230

Closed nsjames closed 11 months ago

nsjames commented 1 year ago
  1. if I want to go to https://docs.eosnetwork.com/leap-plugins/latest/chain.api/#operation/send_transaction it gets me to push_transaction: https://docs.eosnetwork.com/leap-plugins/latest/chain.api/#operation/push_transaction

  2. send_transaction2 is not captured in the API reference docs, it does only for send_transaction, see https://docs.eosnetwork.com/leap-plugins/latest/chain.api/#operation/send_transaction

  3. if I search for send_transaction (https://docs.eosnetwork.com/search?q=send_transaction) the results do not contain the reference to send_transaction; seems like that part of documentation is not indexed at all

nsjames commented 1 year ago

It looks like it's always linking to the one above it for some reason. Probably an iterator issue not counting + 1 in the code