Skip to content

Commit

Permalink
feat(docs): added console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
aednikanov committed Sep 18, 2024
1 parent 3a30d78 commit b7ab9f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/CustomPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ const CustomPage = (props) => {

useEffect(() => {
fetchAndGenerateSidebarItems(NETWORK_NAMES.linea).then(generatedItems => {
console.log("generatedItems", generatedItems);
console.log("generatedSidebarItems)", generateSidebarItems(siteConfig.customFields.sidebarData.docs));
setFormattedData(generateSidebarItems(siteConfig.customFields.sidebarData.docs).map(item => {
if (item?.label === "Reference" && item?.items) {
return {
Expand Down

0 comments on commit b7ab9f5

Please sign in to comment.