-
Notifications
You must be signed in to change notification settings - Fork 73
+docc prepare for docc publishing #118
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We only need to go up to Swift 5.6 for version-specific manifest for now, otherwise LGTM.
|
||
A Metrics API package for Swift. | ||
|
||
Refer to `CoreMetrics` module documentation for the majority of types. No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, good idea to have an index.md
in each module. 👍
For me I would choose to have the detailed docs in Metrics
instead because it matches the name of the package, but I'm ok either way.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm... i guess better to keep "the docs" in the module which has the types since we can't link to the types otherwise -- the cross module limitation of docc -- 😢
Co-authored-by: Yim Lee <yim_lee@apple.com>
Resolves #115