Update the url as the page scrolls on ref docs

This commit is contained in:
Terry Sutton
2022-12-01 16:17:06 -03:30
parent 979f47b060
commit ec7cb5b0f9
3 changed files with 10 additions and 13 deletions

View File

@@ -123,7 +123,7 @@ const NavigationMenuRefList = ({ currentLevel, setLevel, id }) => {
<ul className="">
<Divider />
<SideMenuTitle title="Database" />
{console.log({ clientLibsCommon })}
{/* {console.log({ clientLibsCommon })} */}
{clientLibsCommon.functions
.filter((x) => x.product === 'database')
.map((x, index) => {