Skip to content

Commit

Permalink
docs: improve titles of component docs
Browse files Browse the repository at this point in the history
  • Loading branch information
axe312ger committed Dec 31, 2023
1 parent 0edf8d7 commit 9e32af0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/docs/docs/core/consent-manager-form.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ConsentManagerForm
# <ConsentManagerForm />

`ConsentManagerForm` is a React component designed to provide a basic, unstyled form enabling users to control their consent choices for different integrations. This component is particularly useful as a reference or starting point for integrating a custom consent form. It facilitates the enabling or disabling of integrations based on user preferences. For a pre-styled version, consider exploring our default interface.

Expand Down
2 changes: 1 addition & 1 deletion packages/docs/docs/core/consent-manager.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ConsentManager
# <ConsentManager />

`ConsentManager` is the core component that provides context and state management for all consent-related functionality. It should wrap the root of your application.

Expand Down
2 changes: 1 addition & 1 deletion packages/docs/docs/core/privacy-shield.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PrivacyShield
# <PrivacyShield />

`PrivacyShield` is a component that conditionally renders children based on the consent decision for a specific integration. It's typically used to wrap content that should only be displayed if the user has consented to the associated integration.

Expand Down
2 changes: 1 addition & 1 deletion packages/docs/docs/interface-default/interface.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ConsentManagerDefaultInterface
# <ConsentManagerDefaultInterface />

`ConsentManagerDefaultInterface` is a React component that acts as a wrapper for your application, providing a default user interface for managing consent. It supports all properties passed to the [core `ConsentManager` component](../core/consent-manager.md).

Expand Down
2 changes: 1 addition & 1 deletion packages/docs/docs/new-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* DONE - Style default interface
* DONE - i18n integration of default interface (translate default interface)
* DONE - Implement your own interface (demo/example already existing? show examples?)
* Create a custom tracking integration
* DONE - Create a custom tracking integration
* Frameworks: Basic tutorial + link to example
* NextJS
* Vite
Expand Down

0 comments on commit 9e32af0

Please sign in to comment.