You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> This only tells the rule what import sources to check for. It doesn't perform any kind of verification that the sub-package export paths
118
+
> are actually available. For example, the rule will not actually verify that `lodash/memoize` is a valid import path and that it does have a default export
119
+
120
+
### Options
121
+
The rule should be configured with an array of package names to check:
Copy file name to clipboardExpand all lines: docs/src/repotools/docserver/1-overview.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,10 +56,6 @@ documentation in those pages or create rewrites so that users are automatically
56
56
57
57
Instead, the links in the sidebar link to the page (if it is a markdown file), or to a child within the folder that has the same name as that folder.
58
58
59
-
The specific configuration for this behaviour can be found in the Vitepress config file, and the documentation for those options can be found on the Vitepress website:
The documentation for `@sourceacademy/modules-lib` is automatically generated by Typedoc. The configuration options for this generation are found in that folder. The documentation for `@sourceacademy/modules-lib` should be built before this server is built.
0 commit comments