Skip to content

Commit

Permalink
update one doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dmail committed Nov 5, 2024
1 parent 297db92 commit 74db996
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/sync_markdown_contents.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ syncMarkdown(new URL("./users/users.md", import.meta.url));
syncMarkdown(
new URL("../packages/independent/assert/tests/readme.md", import.meta.url),
);
syncMarkdown(
new URL(
"../packages/independent/workflow/file-size-impact/readme.md",
import.meta.url,
),
);
4 changes: 2 additions & 2 deletions packages/independent/workflow/file-size-impact/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,10 @@ const fileSizeReport = await generateFileSizeReport({
## trackingConfig
_trackingConfig_ parameter is an object used to configure group of files you want to track. This parameter is optional with a default value exported in [src/jsenvTrackingConfig.js](./src/jsenvTrackingConfig.js)
_trackingConfig_ parameter is an object used to configure group of files you want to track. This parameter is optional with a default value exported in [src/jsenv_tracking_config.js](./src/jsenv_tracking_config.js)
_trackingConfig_ keys are group names that will appear in the generated comment.
_trackingConfig_ values are objects associating a pattern to a value. This object is refered as _metaValueMap_ in [@jsenv/url-meta#structuredMetaMap](https://github.com/jsenv/url-meta#structuredmetamap).
_trackingConfig_ values are objects associating a pattern to a value.
For example you can create two groups named _"critical files"_ and _"remaining files"_ like this:
Expand Down

0 comments on commit 74db996

Please sign in to comment.