You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _info-architecture/0003-swift-docs-proposal.md
+39-42Lines changed: 39 additions & 42 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,48 +181,45 @@ A full audit of the documentation for recency and relevancy is worthwhile, but b
181
181
The notes of this migration are intended to be guides, and any migration process isn't expected to be done immediately and in one sweep.
182
182
The migration can, and should, occur incrementally, building into the docs repository as supported by the community including content reviewers and their availability.
183
183
184
-
`source` | status & destination
185
-
- | - | -
186
-
`api-design-guidelines/index.md` | translate to docc, break into multiple articles in `api-guidelines/APIGuidelines.docc`
187
-
188
-
`server/index.md` | deprecate & redirect to https://www.swift.org/get-started/cloud-services/
189
-
`server/guides/index.md` | translate, migrate to top level of `server-guides/ServerGuides.docc`
190
-
`server/guides/building.md` |
191
-
`server/guides/testing.md` |
192
-
`server/guides/memory-leaks-and-usage.md` |
193
-
`server/guides/allocations.md` |
194
-
`server/guides/linux-perf.md` |
195
-
`server/guides/performance.md` |
196
-
`server/guides/llvm-sanitizers.md` |
197
-
`server/guides/deployment.md` |
198
-
`server/guides/packaging.md` |
199
-
`server/guides/passkeys.md` |
200
-
`server/guides/libraries/log-levels.md` | migrate content into swift-log (https://github.com/apple/swift-log/pull/370)
201
-
`server/guides/libraries/concurrency-adoption-guidelines.md`: deprecate and redirect to https://www.swift.org/migration/documentation/swift-6-concurrency-migration-guide/enabledataracesafety (https://github.com/swiftlang/swift-org-website/pull/1186)
`migration-guide-swift3/_migration-guide.md` | migrate into https://github.com/swiftlang/swift-migration-guide
212
-
`migration-guide-swift3/se-0107-migrate.md` | migrate into https://github.com/swiftlang/swift-migration-guide
213
-
`migration-guide-swift3/index.md` | migrate into https://github.com/swiftlang/swift-migration-guide
214
-
`migration-guide-swift4/_migration-guide.md` | migrate into https://github.com/swiftlang/swift-migration-guide
215
-
`migration-guide-swift4/index.md` | migrate into https://github.com/swiftlang/swift-migration-guide
216
-
`migration-guide-swift4.2/_migration-guide.md` | migrate into https://github.com/swiftlang/swift-migration-guide
217
-
`migration-guide-swift4.2/index.md` | migrate into https://github.com/swiftlang/swift-migration-guide
218
-
`migration-guide-swift5/_migration-guide.md` | migrate into https://github.com/swiftlang/swift-migration-guide
219
-
`migration-guide-swift5/index.md` | migrate into https://github.com/swiftlang/swift-migration-guide
220
-
`concurrency/index.md` | redirect to content at https://www.swift.org/migration/documentation/swift-6-concurrency-migration-guide/enabledataracesafety
221
-
222
-
`documentation/articles/zero-to-swift-nvim.md` | migrate into `ecosystem/EcosystemTools.docc`
223
-
`documentation/articles/zero-to-swift-emacs.md` | migrate into `ecosystem/EcosystemTools.docc`
224
-
`documentation/articles/getting-started-with-vscode-swift.md` | migrate into `ecosystem/EcosystemTools.docc`
225
-
`articles/wasm-getting-started.md` | translate and migrate into `ecosystem
184
+
|`source`| status & destination |
185
+
| - | - |
186
+
|`api-design-guidelines/index.md`| translate to docc, break into multiple articles in `api-guidelines/APIGuidelines.docc`|
187
+
|`server/index.md`| deprecate & redirect to https://www.swift.org/get-started/cloud-services/|
188
+
|`server/guides/index.md`| translate, migrate to top level of `server-guides/ServerGuides.docc`|
189
+
|`server/guides/building.md`||
190
+
|`server/guides/testing.md`||
191
+
|`server/guides/memory-leaks-and-usage.md`||
192
+
|`server/guides/allocations.md`||
193
+
|`server/guides/linux-perf.md`||
194
+
|`server/guides/performance.md`||
195
+
|`server/guides/llvm-sanitizers.md`||
196
+
|`server/guides/deployment.md`||
197
+
|`server/guides/packaging.md`||
198
+
|`server/guides/passkeys.md`||
199
+
|`server/guides/libraries/log-levels.md`| migrate content into swift-log (https://github.com/apple/swift-log/pull/370)|
200
+
|`server/guides/libraries/concurrency-adoption-guidelines.md`| deprecate and redirect to https://www.swift.org/migration/documentation/swift-6-concurrency-migration-guide/enabledataracesafety (https://github.com/swiftlang/swift-org-website/pull/1186)|
|`migration-guide-swift3/_migration-guide.md`| migrate into https://github.com/swiftlang/swift-migration-guide|
210
+
|`migration-guide-swift3/se-0107-migrate.md`| migrate into https://github.com/swiftlang/swift-migration-guide|
211
+
|`migration-guide-swift3/index.md`| migrate into https://github.com/swiftlang/swift-migration-guide|
212
+
|`migration-guide-swift4/_migration-guide.md`| migrate into https://github.com/swiftlang/swift-migration-guide|
213
+
|`migration-guide-swift4/index.md`| migrate into https://github.com/swiftlang/swift-migration-guide|
214
+
|`migration-guide-swift4.2/_migration-guide.md`| migrate into https://github.com/swiftlang/swift-migration-guide|
215
+
|`migration-guide-swift4.2/index.md`| migrate into https://github.com/swiftlang/swift-migration-guide|
216
+
|`migration-guide-swift5/_migration-guide.md`| migrate into https://github.com/swiftlang/swift-migration-guide|
217
+
|`migration-guide-swift5/index.md`| migrate into https://github.com/swiftlang/swift-migration-guide|
218
+
|`concurrency/index.md`| redirect to content at https://www.swift.org/migration/documentation/||swift-6-concurrency-migration-guide/enabledataracesafety |
219
+
|`documentation/articles/zero-to-swift-nvim.md`| migrate into `ecosystem/EcosystemTools.docc`|
220
+
|`documentation/articles/zero-to-swift-emacs.md`| migrate into `ecosystem/EcosystemTools.docc`|
221
+
|`documentation/articles/getting-started-with-vscode-swift.md`| migrate into `ecosystem/EcosystemTools.docc`|
222
+
|`articles/wasm-getting-started.md`| translate and migrate into `ecosystem |
0 commit comments