[Feature] Add Basic DocC Documentation Support#5
[Feature] Add Basic DocC Documentation Support#5ethan-kusters merged 1 commit intoswiftlang:mainfrom
Conversation
8be8d45 to
00c1e93
Compare
QuietMisdreavus
left a comment
There was a problem hiding this comment.
Thanks so much for posting this! This is a great start to having docs for swift-markdown. I just want to make some small edits, and then this can be ready to go, even though this is a "WIP". I think it's useful to merge so we can use it as a baseline to build up documentation for Swift-Markdown over time. I also want to wait until #4 is landed, so we can use that work to enable the doc catalog.
00c1e93 to
1ab1998
Compare
Update with your suggestion. |
1ab1998 to
441a750
Compare
The swift bump version PR #4 is merged into main. And I rebased the branch. It should pass the Linux Test now. Could we run test again on this and merge it if passing the tests? @QuietMisdreavus |
441a750 to
f9e45ab
Compare
|
@swift-ci Please test |
|
I think we need to pending this PR until #13 is merged. |
ethan-kusters
left a comment
There was a problem hiding this comment.
This looks amazing! Thanks for getting things started here.
f9e45ab to
0313461
Compare
|
@swift-ci please test |
ethan-kusters
left a comment
There was a problem hiding this comment.
Looks great. Thank you @Kyle-Ye!
QuietMisdreavus
left a comment
There was a problem hiding this comment.
Looks great, thanks so much!
Summary
After upgrading the Swift version, we can use DocC to document the Markdown module.
So this PR add a .docc file in Markdown module, add basic DocC support and move the original ./Documentation/BlockDirectives.md to the DocC Hierarchy
Checklist
Make sure you check off the following items. If they cannot be completed, provide a reason.
./bin/testscript and it succeeded