Skip to content

Commit 2720778

Browse files
committed
incremental add
1 parent d90efb5 commit 2720778

File tree

1 file changed

+15
-31
lines changed

1 file changed

+15
-31
lines changed

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

Lines changed: 15 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -220,49 +220,33 @@ The migration can, and should, occur incrementally, building into the docs repos
220220
| `documentation/articles/zero-to-swift-emacs.md` | migrate into `ecosystem/EcosystemTools.docc` |
221221
| `documentation/articles/getting-started-with-vscode-swift.md` | migrate into `ecosystem/EcosystemTools.docc` |
222222
| `articles/wasm-getting-started.md` | translate and migrate into `ecosystem |
223-
223+
| `continuous-integration/index.md` | migrate content to github.com/swiftlang/project-operations repository |
224+
| `source-compatibility/index.md` | migrate to github.com/swiftlang/project-operations repository (referencess to swift source compatibility project) |
225+
| `source-code/index.md` | migrate to github.com/swiftlang/project-operations repository (partial list to existing source code that goes into toolchain, needs updating if kept) |
224226

225227
### Swift.org documentation files & directories remaining:
226228

227-
- C/C++ Interop Guides
228-
- Doug Gregor has indicated a desire to reset and migrate this content into the Swift repository, leveraging code validation that is beyond Swift's Documentation tooling today, and to keep it closely aligned with the relvant code that provides the interop functionality.
229-
- documentation/cxx-interop/index.md
229+
- Remain on swift.org
230+
- documentation/cxx-interop/index.md (Doug Gregor has indicated a desire to reset and migrate this content into the Swift repository)
230231
- documentation/cxx-interop/safe-interop/index.md
231232
- documentation/cxx-interop/project-build-setup/index.md
232233
- documentation/cxx-interop/status/index.md
233234
- documentation/articles/wrapping-c-cpp-library-in-swift.md
234-
235-
- Remain on swift.org
236235
- documentation/core-libraries/index.md
237236
- documentation/core-libraries/_foundation.md
238237
- documentation/core-libraries/_libdispatch.md
239238
- documentation/core-libraries/_swift-testing.md
240239
- documentation/core-libraries/_xctest.md
241-
242-
- documentation/package-manager/index.md
243-
(currently redirects to https://docs.swift.org/swiftpm/documentation/packagemanagerdocs/)
244-
245-
- documentation/articles/value-and-reference-types.md
246-
247-
- documentation/tspl/index.md (stays as is, references into TSPL and links to translations)
248-
249-
- documentation/lldb/index.md: migrate to github.com/swiftlang/swift:`userdocs/`
250-
- documentation/lldb/_playground-support.md
251-
252-
- documentation/swift-compiler/index.md: migrate to github.com/swiftlang/swift:`userdocs/`
253-
- documentation/swift-compiler/_compiler-architecture.md
254-
255-
- documentation/standard-library/index.md
256-
- documentation/standard-library/_preview-package.md
257-
- documentation/standard-library/_stdlib-design.md
258-
259-
- documentation/source-compatibility/index.md: migrate to github.com/swiftlang/project-operations repository
260-
(referencess to swift source compatibility project)
261-
262-
- documentation/source-code/index.md: migrate to github.com/swiftlang/project-operations repository
263-
(partial list to existing source code that goes into toolchain, needs updating if kept)
264-
265-
- documentation/continuous-integration/index.md: migrate to github.com/swiftlang/project-operations repository
240+
- documentation/package-manager/index.md (currently redirects to https://docs.swift.org/swiftpm/documentation/packagemanagerdocs/)
241+
- documentation/articles/value-and-reference-types.md
242+
- documentation/tspl/index.md
243+
- documentation/lldb/index.md
244+
- documentation/lldb/_playground-support.md
245+
- documentation/swift-compiler/index.md
246+
- documentation/swift-compiler/_compiler-architecture.md
247+
- documentation/standard-library/index.md
248+
- documentation/standard-library/_preview-package.md
249+
- documentation/standard-library/_stdlib-design.md
266250

267251
## Alternatives Considered
268252

0 commit comments

Comments
 (0)