Skip to content

Add DocC documentation for swiftly #131

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

Merged
merged 8 commits into from
Jul 22, 2024
Merged

Conversation

cmcgee1024
Copy link
Member

Create a plugin and tool that can generate a CLI reference for swiftly and generate the current latest document.

Organize the help into a GSG (Getting Started Guide), a selection of HOWTOS, and Reference topics. Write an initial version of each.

Create a Swift Package Index metadata file so that swiftly can be submitted there once the documentation is ready.

Update the RELEASING.md file to check the documentation sanity and command-line reference, regenerating it if necessary.

Create a plugin and tool that can generate a CLI reference for swiftly
and generate the current latest document.

Organize the help into a GSG (Getting Started Guide), a selection
of HOWTOS, and Reference topics. Write an initial version of each.

Create a Swift Package Index metadata file so that swiftly can
be submitted there once the documentation is ready.

Update the RELEASING.md file to check the documentation sanity and
command-line reference, regenerating it if necessary.
@cmcgee1024
Copy link
Member Author

@swift-server-bot test this please

Copy link
Member

@rauhul rauhul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nice to bring this plugin to argument parser for other users too!

Copy link
Contributor

@adam-fowler adam-fowler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we not able to use the standard docc plugin for generating documentation?

@cmcgee1024
Copy link
Member Author

It would be nice to bring this plugin to argument parser for other users too!

This one is highly specialized to suit swiftly at the moment. Perhaps it can be generalized to suit any project in the future.

@cmcgee1024
Copy link
Member Author

Are we not able to use the standard docc plugin for generating documentation?

The docc plugin is being used here to generate the documentation. It appears to me that this might be the first time that someone has attempted to generate a command-line reference from the argument parser to docc.

@cmcgee1024
Copy link
Member Author

@swift-server-bot test this please

@cmcgee1024
Copy link
Member Author

@swift-ci test macOS

Co-authored-by: Adam Fowler <adamfowler71@gmail.com>
@cmcgee1024
Copy link
Member Author

@swift-ci test macOS

@cmcgee1024 cmcgee1024 merged commit 9185e5a into swiftlang:main Jul 22, 2024
6 checks passed
@cmcgee1024 cmcgee1024 deleted the docs branch July 22, 2024 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants