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
+18-16Lines changed: 18 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,25 +85,27 @@ but don't reflect all the possible future content we might create.
85
85
An example `tree` view of such a repository:
86
86
87
87
```
88
-
├── APIGuidelines
89
-
│ └── APIGuideliness.docc
88
+
├── api-guidelines
89
+
│ └── APIGuidelines.docc
90
+
│ ├── DocComment.md
90
91
│ ├── Documentation.md
91
-
│ ├── ...
92
+
│ ├── include-words-to-avoid-ambiguity.md
93
+
│ ├── name-according-to-roles.md
94
+
│ ├── omit-needless-words.md
95
+
│ └── weak-type-information.md
92
96
├── CODEOWNERS
93
-
├── README.md
94
-
├── Server
95
-
│ └── ServerGuides.docc
96
-
│ └── Documentation.md
97
-
├── SwiftLangGuides
98
-
│ └── SwiftLangGuides.docc
97
+
├── ecosystem
98
+
│ ├── EcosystemTools.docc
99
+
│ │ ├── Documentation.md
100
+
│ │ ├── getting-started-with-vscode-swift.md
101
+
│ │ ├── zero-to-swift-emacs.md
102
+
│ │ └── zero-to-swift-nvim.md
103
+
│ └── WASM.docc
99
104
│ └── Documentation.md
100
-
│ ├── ...
101
-
├── Tools
102
-
│ └── ToolsAndEditors.docc
103
-
│ ├── Documentation.md
104
-
│ ├── ...
105
-
└── WASM
106
-
└── WASM.docc
105
+
├── README.md
106
+
└── server-guides
107
+
└── ServerGuides.docc
108
+
└── Documentation.md
107
109
```
108
110
109
111
The directories for each catalog residing at the root can host another DocC catalog (a directory ending with .docc), to host the markdown content in a typical DocC fashion.
0 commit comments