docs icon indicating copy to clipboard operation
docs copied to clipboard

📓 Uniswap V3 docs website

Results 231 docs issues
Sort by recently updated
recently updated
newest added

Just a small typo in the description of active liquidity. Changed "LPs...are incentivize" to "LPs...are incentivized"

Link to `oracle.ts` was incorrect probably due to a modification on the repo

Hi. I believe there's an issue in `tickToWord` function; it should be using the variable `compressed` instead.

Hey Uniswap friends, broken link from: https://uniswap.org/faq --> 'Concepts' --> https://docs.uniswap.org/protocol/concepts/V3-overview/concentrated-liquidity

I think [here](https://github.com/Uniswap/docs/blob/19585ac9801f8b196743d689f67586fa95bc375a/docs/sdk/v3/guides/advanced/02-pool-data.md?plain=1#L214) you mean ```python return compressed >> 8 ``` instead of ```python return tick >> 8 ```

I was reading the documentation to start exploring different use-cases of v4 hooks and found a 404 error for the templates URL.

# Issue The three tiles displayed under the _Welcome to Uniswap Docs_ heading in the first section of the page are out of view at various screen-widths, affecting accessibility, look-and-feel...

# Issue The *Search* input element that's displayed in the navigation bar at the top, right side of the page is not aligned correctly at various screen-widths. # Reproducing the...