-
Notifications
You must be signed in to change notification settings - Fork 701
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Internal Modules displayed as External Modules #124
Comments
Hi, thank you for your message. Looks like this a naming confusion. The separation of code belonging to your project ("Internals") and vendor / lib code ("Externals") only appears in the right side navigation and not within the content - this is intentional. You configure this two groups using the Within the left side the caption "External modules" means "CommonJS / AMD modules", the addition "External" was necessary as TypeScript also has "modules" which are basically object literals. These two will be renamed in the near future and will show up as "modules" and "namespaces", see #109. However I'm not happy with the titles in the right side navigation, maybe we should remove "Internals" altogether and rename "Externals" to something like "Vendors" or "Libs"? |
I like the idea of naming the "Externals" to "Libs" |
I'd suggest using "Dependencies" and remove "internal" (or "Internals") at all - they are not internals they are just the lib. |
Ran into this today, and spent an hour trying different Is this a theme issue, or a core issue? |
@balupton Internal/external is a core dis tinction. You may want to look at #903 or the internal-external plugin. You can also ask questions on gitter if that is more helpful. |
From what that plugin says:
Seems like typedoc is ignoring the |
If you are using a |
Right side navigation lists modules correctly. Main body lists all modules as External modules. See below screen shot.
The text was updated successfully, but these errors were encountered: