Skip to content

Commit 7f7c95f

Browse files
committed
adding source links
1 parent 6f61462 commit 7f7c95f

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

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

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -184,46 +184,46 @@ The migration can, and should, occur incrementally, building into the docs repos
184184

185185
| `source` | status & destination |
186186
| - | - |
187-
| `api-design-guidelines/index.md` | translate to docc, break into multiple articles in `api-guidelines/APIGuidelines.docc` |
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` | update to swift 6 references, but otherwise migrate as is |
191-
| `server/guides/testing.md` | update to swift 6 references, but otherwise migrate as is |
192-
| `server/guides/memory-leaks-and-usage.md` | migrate as is |
193-
| `server/guides/allocations.md` | migrate as is, add reference to package-benchmark to help measure allocations |
194-
| `server/guides/linux-perf.md` | migrate as is, add reference to swift-performance-profiler, package-benchmark |
195-
| `server/guides/performance.md` | revise to reference swift-performance-profiler, package-benchmark |
196-
| `server/guides/llvm-sanitizers.md` | migrate as is |
197-
| `server/guides/packaging.md` | update content - reference Container & swift-container-plugin |
198-
| `server/guides/passkeys.md` | migrate content into article within https://github.com/swift-server/webauthn-swift.git |
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/deployment.md` | migrate as is - guide to deploying |
202-
| `server/guides/deploying/aws-sam-lambda.md` | migrate as is - slightly outdated |
203-
| `server/guides/deploying/aws-copilot-fargate-vapor-mongo.md` | migrate as is - slightly outdated |
204-
| `server/guides/deploying/aws.md` | migrate as is - slightly outdated |
205-
| `server/guides/deploying/digital-ocean.md` | migrate as is - slightly outdated |
206-
| `server/guides/deploying/ubuntu.md` | migrate as is - slightly outdated |
207-
| `server/guides/deploying/heroku.md` | migrate as is - slightly outdated|
208-
| `server/guides/deploying/gcp.md` | migrate as is - slightly outdated |
209-
| `articles/static-linux-getting-started.md` | migrate as is |
187+
| [`api-design-guidelines/index.md`](https://www.swift.org/documentation/api-design-guidelines/) | translate to docc, break into multiple articles in `api-guidelines/APIGuidelines.docc` |
188+
| [`server/index.md`](https://www.swift.org/documentation/server/index.html) | deprecate & redirect to https://www.swift.org/get-started/cloud-services/ |
189+
| [`server/guides/index.md`](https://www.swift.org/documentation/server/guides/index.html) | translate, migrate to top level of `server-guides/ServerGuides.docc` |
190+
| [`server/guides/building.md`](https://www.swift.org/documentation/server/guides/building.html) | update to swift 6 references, but otherwise migrate as is |
191+
| [`server/guides/testing.md`](https://www.swift.org/documentation/server/guides/testing.html) | update to swift 6 references, but otherwise migrate as is |
192+
| [`server/guides/memory-leaks-and-usage.md`](https://www.swift.org/documentation/server/guides/memory-leaks-and-usage.html) | migrate as is |
193+
| [`server/guides/allocations.md`](https://www.swift.org/documentation/server/guides/allocations.html) | migrate as is, add reference to package-benchmark to help measure allocations |
194+
| [`server/guides/linux-perf.md`](https://www.swift.org/documentation/server/guides/linux-perf.html) | migrate as is, add reference to swift-performance-profiler, package-benchmark |
195+
| [`server/guides/performance.md`](https://www.swift.org/documentation/server/guides/performance.html) | revise to reference swift-performance-profiler, package-benchmark |
196+
| [`server/guides/llvm-sanitizers.md`](https://www.swift.org/documentation/server/guides/llvm-sanitizers.html) | migrate as is |
197+
| [`server/guides/packaging.md`](https://www.swift.org/documentation/server/guides/packaging.html) | update content - reference Container & swift-container-plugin |
198+
| [`server/guides/passkeys.md`](https://www.swift.org/documentation/server/guides/passkeys.html) | migrate content into article within https://github.com/swift-server/webauthn-swift.git |
199+
| [`server/guides/libraries/log-levels.md`](https://www.swift.org/documentation/server/guides/libraries/log-levels.html) | migrate content into swift-log (https://github.com/apple/swift-log/pull/370) |
200+
| [`server/guides/libraries/concurrency-adoption-guidelines.md`](https://www.swift.org/documentation/server/guides/libraries/concurrency-adoption-guidelines.html) | 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/deployment.md`](https://www.swift.org/documentation/server/guides/deployment.html) | migrate as is - guide to deploying |
202+
| [`server/guides/deploying/aws-sam-lambda.md`](https://www.swift.org/documentation/server/guides/deploying/aws-sam-lambda.html) | migrate as is - slightly outdated |
203+
| [`server/guides/deploying/aws-copilot-fargate-vapor-mongo.md`](https://www.swift.org/documentation/server/guides/deploying/aws-copilot-fargate-vapor-mongo.html) | migrate as is - slightly outdated |
204+
| [`server/guides/deploying/aws.md`](https://www.swift.org/documentation/server/guides/deploying/aws.html) | migrate as is - slightly outdated |
205+
| [`server/guides/deploying/digital-ocean.md`](https://www.swift.org/documentation/server/guides/deploying/digital-ocean.html) | migrate as is - slightly outdated |
206+
| [`server/guides/deploying/ubuntu.md`](https://www.swift.org/documentation/server/guides/deploying/ubuntu.html) | migrate as is - slightly outdated |
207+
| [`server/guides/deploying/heroku.md`](https://www.swift.org/documentation/server/guides/deploying/heroku.html) | migrate as is - slightly outdated|
208+
| [`server/guides/deploying/gcp.md`](https://www.swift.org/documentation/server/guides/deploying/gcp.html) | migrate as is - slightly outdated |
209+
| [`articles/static-linux-getting-started.md`](https://www.swift.org/documentation/articles/static-linux-getting-started.html) | migrate as is |
210210
| `migration-guide-swift3/_migration-guide.md` | migrate into https://github.com/swiftlang/swift-migration-guide |
211211
| `migration-guide-swift3/se-0107-migrate.md` | migrate into https://github.com/swiftlang/swift-migration-guide |
212-
| `migration-guide-swift3/index.md` | migrate into https://github.com/swiftlang/swift-migration-guide |
212+
| [`migration-guide-swift3/index.md`](https://www.swift.org/migration-guide-swift3/index.html) | migrate into https://github.com/swiftlang/swift-migration-guide |
213213
| `migration-guide-swift4/_migration-guide.md` | migrate into https://github.com/swiftlang/swift-migration-guide |
214-
| `migration-guide-swift4/index.md` | migrate into https://github.com/swiftlang/swift-migration-guide |
214+
| [`migration-guide-swift4/index.md`](https://www.swift.org/migration-guide-swift4/index.html) | migrate into https://github.com/swiftlang/swift-migration-guide |
215215
| `migration-guide-swift4.2/_migration-guide.md` | migrate into https://github.com/swiftlang/swift-migration-guide |
216-
| `migration-guide-swift4.2/index.md` | migrate into https://github.com/swiftlang/swift-migration-guide |
216+
| [`migration-guide-swift4.2/index.md`](https://www.swift.org/migration-guide-swift4.2/index.html) | migrate into https://github.com/swiftlang/swift-migration-guide |
217217
| `migration-guide-swift5/_migration-guide.md` | migrate into https://github.com/swiftlang/swift-migration-guide |
218-
| `migration-guide-swift5/index.md` | migrate into https://github.com/swiftlang/swift-migration-guide |
219-
| `concurrency/index.md` | redirect to content at https://www.swift.org/migration/documentation/| |swift-6-concurrency-migration-guide/enabledataracesafety |
220-
| `documentation/articles/zero-to-swift-nvim.md` | migrate into `ecosystem/EcosystemTools.docc` |
221-
| `documentation/articles/zero-to-swift-emacs.md` | migrate into `ecosystem/EcosystemTools.docc` |
222-
| `documentation/articles/getting-started-with-vscode-swift.md` | migrate into `ecosystem/EcosystemTools.docc` |
223-
| `articles/wasm-getting-started.md` | translate and migrate into `ecosystem/WASM.docc` |
224-
| `continuous-integration/index.md` | migrate content to [project-operations](https://github.com/swiftlang/project-operations) repository |
225-
| `source-compatibility/index.md` | migrate to [project-operations](https://github.com/swiftlang/project-operations) repository (referencess to swift source compatibility project) |
226-
| `source-code/index.md` | migrate to [project-operations](https://github.com/swiftlang/project-operations) repository (partial list to existing source code that goes into toolchain, needs updating if kept) |
218+
| [`migration-guide-swift5/index.md`](https://www.swift.org/migration-guide-swift5/index.html) | migrate into https://github.com/swiftlang/swift-migration-guide |
219+
| [`concurrency/index.md`](https://www.swift.org/documentation/concurrency/index.html) | redirect to content at https://www.swift.org/migration/documentation/| |swift-6-concurrency-migration-guide/enabledataracesafety |
220+
| [`articles/zero-to-swift-nvim.md`](https://www.swift.org/documentation/articles/zero-to-swift-nvim.html) | migrate into `ecosystem/EcosystemTools.docc` |
221+
| [`articles/zero-to-swift-emacs.md`](https://www.swift.org/documentation/articles/zero-to-swift-emacs.html) | migrate into `ecosystem/EcosystemTools.docc` |
222+
| [`articles/getting-started-with-vscode-swift.md`](https://www.swift.org/documentation/articles/getting-started-with-vscode-swift.html) | migrate into `ecosystem/EcosystemTools.docc` |
223+
| [`articles/wasm-getting-started.md`](https://www.swift.org/documentation/articles/wasm-getting-started.html) | translate and migrate into `ecosystem/WASM.docc` |
224+
| [continuous-integration/index.md`](https://www.swift.org/documentation/continuous-integration/index.html) | migrate content to [project-operations](https://github.com/swiftlang/project-operations) repository |
225+
| [`source-compatibility/index.md`](https://www.swift.org/documentation/source-compatibility/index.html) | migrate to [project-operations](https://github.com/swiftlang/project-operations) repository (referencess to swift source compatibility project) |
226+
| [`source-code/index.md`](https://www.swift.org/documentation/source-code/index.html) | migrate to [project-operations](https://github.com/swiftlang/project-operations) repository (partial list to existing source code that goes into toolchain, needs updating if kept) |
227227

228228
### Swift.org documentation files & directories remaining:
229229

0 commit comments

Comments
 (0)