Skip to content

Documentation Repository for Unified ID 2.0

License

Notifications You must be signed in to change notification settings

IABTechLab/uid2docs

Repository files navigation

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
importCustomTagsFiltersfrom"@site/src/components/CustomTags/CustomTagsFilters";importCustomTagsContainerfrom"@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
<CustomTagsContainertags="tag one, tag two"> ### My Tagged Section The body of my tagged section. <ahref="">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.

About

Documentation Repository for Unified ID 2.0

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 43