blockscout / frontend

Front-end application for Blockscout
https://blockscout.com
GNU General Public License v3.0
162 stars 442 forks source link

Allow hiding API menu items #2273

Open NikitaSavik opened 2 weeks ago

NikitaSavik commented 2 weeks ago

As a continuation of https://github.com/blockscout/frontend/issues/1287 lets add the rest of API menu to the option.

isstuev commented 6 days ago

it's already possible with the following config NEXT_PUBLIC_NAVIGATION_HIDDEN_LINKS=['eth_rpc_api','rpc_api'] NEXT_PUBLIC_GRAPHIQL_TRANSACTION=none NEXT_PUBLIC_API_SPEC_URL=none