Skip to content

Commit

Permalink
docs: document core helper functions
Browse files Browse the repository at this point in the history
  • Loading branch information
axe312ger committed Jan 2, 2024
1 parent b8e453d commit 8c735b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/docs/docs/new-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
* DONE - @todo sub-section that turns all of this into typescript? (or have separate typescript tutorial?)
* DONE - @todo add another guide on how to handle tracking in single page applications (or ones that use routers)
* DONE - @todo we actually need to list the config options (COMPONENETS dir????)
* @todo document helper functions + hooks (getForegroundColor, createIconComponentFromSimpleIconsSvgPath)
* @todo document helper functions in core + default interface
* @todo document hooks in core + default interface
* @todo double check that we dont have no more "cosntruction" sites
* check again if we can add typescript related help into some guides or other parts of the docs

Expand Down
1 change: 1 addition & 0 deletions packages/docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = {
'core/consent-manager',
'core/consent-manager-form',
'core/privacy-shield',
'core/helpers',
],
'Core Hooks': ['todo'],
'Default Interface': [
Expand Down

0 comments on commit 8c735b6

Please sign in to comment.