MCPcopy Index your code
hub / github.com/IABTechLab/uid2docs

github.com/IABTechLab/uid2docs @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
114 symbols 364 edges 72 files 7 documented · 6%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

UID2 documentation

Note: The new location for viewing UID2 documentation content is on the Unified ID website: Unified ID 2.0 Overview.

This repository contains all the content files and supporting site infrastructure for the Unified ID 2.0 website. Site content is available in the following languages:

  • English (US)
  • Japanese

For information about build tools and about contributing to this repository, see CONTRIBUTING.md.

Adding custom tags

  1. Add imports to top of markdown file body
import CustomTagsFilters from "@site/src/components/CustomTags/CustomTagsFilters";
import CustomTagsContainer from "@site/src/components/CustomTags/CustomTagsContainer";
  1. Render CustomTagsFilters in desired location - probably at top of page below heading.
<CustomTagsFilters />
  1. Wrap tagged section with CustomTagsContainer and add desired tags, comma-separated
<CustomTagsContainer tags="tag one, tag two">

### My Tagged Section

The body of my tagged section. <a href="">An example link.</a>

</CustomTagsContainer>
  1. All added tags should now appear as clickable tag buttons at the top of the page. Clicking a tag will filter only results that match that tag. Clicking the tag again should toggle all content to be visible.

Extension points exported contracts — how you extend this code

CustomTagsFilterListProps (Interface)
(no doc)
src/components/CustomTags/CustomTagsFilterList.tsx
Window (Interface)
(no doc)
src/utils/pushGtmEvent.ts
Window (Interface)
(no doc)
src/pages/request-access.tsx
CustomTagsContainerProps (Interface)
(no doc)
src/components/CustomTags/CustomTagsContainer.tsx

Core symbols most depended-on inside this repo

pushGtmEvent
called by 16
src/utils/pushGtmEvent.ts
removeItems
called by 4
sidebars.js
useIsJapanese
called by 4
src/utils/isJapanese.ts
updateCollapsed
called by 4
src/theme/DocSidebarItem/Category/index.tsx
getLocalizedConfigValue
called by 3
docusaurus.config.js
isNonEmptyString
called by 2
src/utils/index.ts
useIsMobile
called by 2
src/utils/isMobile.ts
useForcedDarkTheme
called by 2
src/utils/useForcedDarkTheme.ts

Shape

Function 110
Interface 4

Languages

TypeScript90%
Python10%

Modules by API surface

test/python/test/test_post_identity_map_v3.py11 symbols
src/theme/DocSidebarItem/Category/index.tsx5 symbols
src/theme/BlogTagsPostsPage/index.tsx5 symbols
src/utils/index.ts4 symbols
src/theme/Navbar/Content/index.tsx4 symbols
src/theme/Footer/Links/Simple/index.tsx3 symbols
src/theme/Footer/Links/MultiColumn/index.tsx3 symbols
src/theme/BlogListPage/index.tsx3 symbols
src/components/CustomTags/CustomTagsFilterList.tsx3 symbols
src/utils/pushGtmEvent.ts2 symbols
src/utils/isMobile.ts2 symbols
src/theme/Navbar/MobileSidebar/SecondaryMenu/index.tsx2 symbols

For agents

$ claude mcp add uid2docs \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact