-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Migrate remaining content from documentation/Usage.md into DocC articles #8734
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
base: main
Are you sure you want to change the base?
Conversation
@swift-ci please test |
Sources/PackageManagerDocs/Documentation.docc/BundlingResources.md
Outdated
Show resolved
Hide resolved
|
||
In general, avoid placing files that aren’t resources in a target’s source folder. | ||
If that’s not feasible, avoid excluding every file individually, place all files you want to exclude in a directory, and add the directory path to the array of excluded files. | ||
Swift Package Manager warns you about files it doesn't recognize in a target's `Sources` directory. |
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.
question: Since we're avoiding the use of SwiftPM
in the docs, are Swift Package Manager
and the package manager
used interchangeably as replacements to SwiftPM
? Do we prefer one over the other?
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.
I've been leaning into "package manager", generally assuming that within these articles, the Swift part is heavily assumed and redundant. I've been switching it away from being referenced as a proper noun in general.
Sources/PackageManagerDocs/Documentation.docc/SwiftVersionSpecificPackaging.md
Outdated
Show resolved
Hide resolved
@swift-ci please test |
Sources/PackageManagerDocs/Documentation.docc/BundlingResources.md
Outdated
Show resolved
Hide resolved
Sources/PackageManagerDocs/Documentation.docc/BundlingResources.md
Outdated
Show resolved
Hide resolved
Sources/PackageManagerDocs/Documentation.docc/BundlingResources.md
Outdated
Show resolved
Hide resolved
Sources/PackageManagerDocs/Documentation.docc/BundlingResources.md
Outdated
Show resolved
Hide resolved
Sources/PackageManagerDocs/Documentation.docc/UsingShellCompletion.md
Outdated
Show resolved
Hide resolved
Sources/PackageManagerDocs/Documentation.docc/UsingShellCompletion.md
Outdated
Show resolved
Hide resolved
@swift-ci please test |
4801c15
to
61470cf
Compare
@swift-ci please test |
…s.md Co-authored-by: Bri Peticca <briannap_22@apple.com>
…ificPackaging.md Co-authored-by: Bri Peticca <briannap_22@apple.com>
…s.md Co-authored-by: Max Desiatov <m_desiatov@apple.com>
…s.md Co-authored-by: Max Desiatov <m_desiatov@apple.com>
…s.md Co-authored-by: Max Desiatov <m_desiatov@apple.com>
…tion.md Co-authored-by: Max Desiatov <m_desiatov@apple.com>
…tion.md Co-authored-by: Max Desiatov <m_desiatov@apple.com>
…s.md Co-authored-by: Max Desiatov <m_desiatov@apple.com>
61470cf
to
2b20de6
Compare
@swift-ci please test |
@swift-ci please test linux platform self hosted |
@swift-ci please test windows |
@swift-ci please test linux |
@swift-ci please test windows self hosted |
Migrate remaining content from documentation/Usage.md into DocC articles
Motivation:
Migrate existing documentation from plain markdown into DocC and slightly update content when outdated.
Modifications:
Added the following new articles:
Updated the following articles to accommodate the new articles:
resolves #8593