Skip to content

Commit d90efb5

Browse files
committed
table format
1 parent 9f79061 commit d90efb5

File tree

1 file changed

+39
-42
lines changed

1 file changed

+39
-42
lines changed

_info-architecture/0003-swift-docs-proposal.md

Lines changed: 39 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -181,48 +181,45 @@ A full audit of the documentation for recency and relevancy is worthwhile, but b
181181
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.
182182
The migration can, and should, occur incrementally, building into the docs repository as supported by the community including content reviewers and their availability.
183183

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)
202-
`server/guides/deploying/aws-sam-lambda.md` |
203-
`server/guides/deploying/aws-copilot-fargate-vapor-mongo.md` |
204-
`server/guides/deploying/aws.md` |
205-
`server/guides/deploying/digital-ocean.md` |
206-
`server/guides/deploying/ubuntu.md` |
207-
`server/guides/deploying/heroku.md` |
208-
`server/guides/deploying/gcp.md` |
209-
`articles/static-linux-getting-started.md` |
210-
211-
`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) |
201+
| `server/guides/deploying/aws-sam-lambda.md` | |
202+
| `server/guides/deploying/aws-copilot-fargate-vapor-mongo.md` | |
203+
| `server/guides/deploying/aws.md` | |
204+
| `server/guides/deploying/digital-ocean.md` | |
205+
| `server/guides/deploying/ubuntu.md` | |
206+
| `server/guides/deploying/heroku.md` | |
207+
| `server/guides/deploying/gcp.md` | |
208+
| `articles/static-linux-getting-started.md` | |
209+
| `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 |
226223

227224

228225
### Swift.org documentation files & directories remaining:

0 commit comments

Comments
 (0)