|
1 | | -- pages: |
2 | | - - title: About Swift |
3 | | - url: /about/ |
4 | | - sections: |
5 | | - - title: Features |
6 | | - name: features |
7 | | - - title: Swift.org and Open Source |
8 | | - name: swiftorg-and-open-source |
9 | | - - title: Platform Support |
10 | | - name: platform-support |
11 | | - - title: Blog |
12 | | - url: /blog/ |
13 | | - - title: Getting Started |
14 | | - url: /getting-started/ |
15 | | - sections: |
16 | | - - title: Installing Swift |
17 | | - name: installing-swift |
18 | | - - title: Using Swift |
19 | | - name: using-swift |
20 | | - - title: Go Further |
21 | | - name: go-further |
22 | | - - title: Install |
23 | | - url: /install/ |
24 | | - sections: |
25 | | - - title: macOS |
26 | | - name: macos |
27 | | - - title: Linux |
28 | | - name: linux |
29 | | - - title: Windows |
30 | | - name: windows |
31 | | - - title: Download |
32 | | - url: /download/ |
33 | | - sections: |
34 | | - - title: Releases |
35 | | - name: releases |
36 | | - - title: Snapshots |
37 | | - name: snapshots |
38 | | - - title: Installing Swift |
39 | | - name: installing-swift |
40 | | - - title: Packages |
41 | | - url: /packages/ |
42 | | - sections: |
43 | | - - title: Package Ecosystem |
44 | | - name: package-ecosystem |
45 | | - - title: Create Your Own |
46 | | - name: create-your-own |
47 | | - - title: Advanced Search |
48 | | - name: advanced-search |
49 | | - - title: Platform Support |
50 | | - url: /platform-support/ |
51 | | - sections: |
52 | | - - title: Deployment and Development |
53 | | - name: deployment-and-development |
54 | | - - title: Deployment-only |
55 | | - name: deployment-only |
56 | | - - title: Platform Owners |
57 | | - name: platform-owners |
| 1 | +- header: Get Started |
| 2 | + url: /getting-started/ |
| 3 | +# ------------------------------------------------------------------------------ |
| 4 | +- header: Blog |
| 5 | + url: /blog/ |
58 | 6 | # ------------------------------------------------------------------------------ |
59 | 7 | - header: Documentation |
| 8 | + url: /documentation/ |
| 9 | +# ------------------------------------------------------------------------------ |
| 10 | +- header: Packages |
| 11 | + url: /packages/ |
60 | 12 | pages: |
61 | | - - title: Overview |
62 | | - url: /documentation/ |
63 | | - sections: |
64 | | - - title: Swift Language |
65 | | - name: swift-language |
66 | | - - title: Standard Library |
67 | | - name: standard-library |
68 | | - - title: Packages |
69 | | - name: packages |
70 | | - - title: API Design Guidelines |
71 | | - name: api-design-guidelines |
72 | | - - title: C++ Interoperability |
73 | | - name: mixing-swift-and-c |
74 | | - - title: Tools |
75 | | - name: tools |
76 | | - - title: Swift Compiler |
77 | | - url: /swift-compiler/ |
78 | | - sections: |
79 | | - - title: Compiler Architecture |
80 | | - name: compiler-architecture |
81 | | - - title: Standard Library |
82 | | - url: /standard-library/ |
83 | | - sections: |
84 | | - - title: Standard Library Preview Package |
85 | | - name: standard-library-preview-package |
86 | | - - title: Standard Library Design |
87 | | - name: standard-library-design |
88 | | - - title: Package Manager |
89 | | - url: /package-manager/ |
90 | | - sections: |
91 | | - - title: Conceptual Overview |
92 | | - name: conceptual-overview |
93 | | - - title: Example Usage |
94 | | - name: example-usage |
95 | | - - title: Core Libraries |
96 | | - url: /core-libraries/ |
97 | | - sections: |
98 | | - - title: Foundation |
99 | | - name: foundation |
100 | | - - title: libdispatch |
101 | | - name: libdispatch |
102 | | - - title: xctest |
103 | | - name: xctest |
104 | | - - title: REPL, Debugger & Playgrounds |
105 | | - url: /lldb/ |
106 | | - sections: |
107 | | - - title: Combined REPL + Debugger |
108 | | - name: why-combine-the-repl-and-debugger |
109 | | - - title: Xcode Playgrounds |
110 | | - name: xcode-playground-support |
111 | | - - title: Swift on Server |
112 | | - url: /server/ |
113 | | - sections: |
114 | | - - title: Why Swift on Server? |
115 | | - name: why-swift-on-server |
116 | | - - title: Swift Server Workgroup |
117 | | - name: swift-server-workgroup |
118 | | - - title: Swift Server Guides |
119 | | - name: development-guides |
120 | | - - title: Swift Evolution |
121 | | - url: /swift-evolution/ |
122 | | - - title: Source Code |
123 | | - url: /source-code/ |
124 | | - sections: |
125 | | - - title: Compiler and Standard Library |
126 | | - name: compiler-and-standard-library |
127 | | - - title: Core Libraries |
128 | | - name: core-libraries |
129 | | - - title: Package Manager |
130 | | - name: package-manager |
131 | | - - title: Xcode Playground Support |
132 | | - name: xcode-playground-support |
133 | | - - title: Source Tooling |
134 | | - name: source-tooling |
135 | | - - title: SourceKit-LSP Service |
136 | | - name: sourcekit-lsp-service |
137 | | - - title: Swift.org Website |
138 | | - name: swiftorg-website |
139 | | - - title: Cloned Repositories |
140 | | - name: cloned-repositories |
141 | | - - title: Continuous Integration |
142 | | - url: /continuous-integration/ |
143 | | - sections: |
144 | | - - title: Configuration |
145 | | - name: configuration |
146 | | - - title: Usage |
147 | | - name: usage |
148 | | - - title: Community Involvement |
149 | | - name: community-involvement |
150 | | - - title: Source Compatibility |
151 | | - url: /source-compatibility/ |
152 | | - sections: |
153 | | - - title: Current List of Projects |
154 | | - name: current-list-of-projects |
155 | | - - title: Adding Projects |
156 | | - name: adding-projects |
157 | | - - title: Maintaining Projects |
158 | | - name: maintaining-projects |
159 | | - - title: Pull Request Testing |
160 | | - name: pull-request-testing |
161 | | - - title: Building Projects |
162 | | - name: building-projects |
| 13 | + - title: Community Showcase |
| 14 | + url: /packages/showcase.html |
| 15 | + - title: Packages with Macros |
| 16 | + url: /packages/macros.html |
| 17 | + - title: Server |
| 18 | + url: /packages/server.html |
| 19 | + - title: Networking |
| 20 | + url: /packages/networking.html |
| 21 | + - title: Testing |
| 22 | + url: /packages/testing.html |
| 23 | + - title: Debug Logging |
| 24 | + url: /packages/logging.html |
163 | 25 | # ------------------------------------------------------------------------------ |
164 | 26 | - header: Community |
| 27 | + url: /community/ |
165 | 28 | pages: |
166 | | - - title: Overview |
167 | | - url: /community/ |
168 | | - sections: |
169 | | - - title: Communication |
170 | | - name: communication |
171 | | - - title: Community Structure |
172 | | - name: community-structure |
173 | | - - title: License |
174 | | - name: license |
175 | | - - title: Forums |
176 | | - name: forums |
| 29 | + - title: Swift Evolution |
| 30 | + url: /swift-evolution/ |
177 | 31 | - title: Diversity |
178 | 32 | url: /diversity/ |
179 | 33 | sections: |
|
217 | 71 | name: adding-external-library-dependencies |
218 | 72 | - title: LLVM and Swift |
219 | 73 | name: llvm-and-swift |
220 | | - |
221 | | - - title: Contributor Experience Workgroup |
| 74 | + - section: Workgroups |
| 75 | + - title: Contributor Experience |
222 | 76 | url: /contributor-experience-workgroup/ |
223 | | - - title: Server Workgroup |
| 77 | + - title: Server |
224 | 78 | url: /sswg/ |
225 | 79 | sections: |
226 | 80 | - title: Community Participation |
|
229 | 83 | name: governance |
230 | 84 | - title: Website workgroup |
231 | 85 | name: website-workgroup |
232 | | - - title: Website Workgroup |
| 86 | + - title: Website |
233 | 87 | url: /website/ |
234 | 88 | sections: |
235 | 89 | - title: Community Participation |
|
253 | 107 | name: evolution-process |
254 | 108 | - title: Community participation |
255 | 109 | name: community-participation |
256 | | - - title: C++ Interoperability Workgroup |
| 110 | + - title: C++ Interoperability |
257 | 111 | url: /cxx-interop-workgroup/ |
258 | 112 | sections: |
259 | 113 | - title: Charter |
|
262 | 116 | name: membership |
263 | 117 | - title: Communication |
264 | 118 | name: communication |
265 | | - - title: Documentation Workgroup |
| 119 | + - title: Documentation |
266 | 120 | url: /documentation-workgroup/ |
267 | 121 | sections: |
268 | 122 | - title: Charter |
|
273 | 127 | name: communication |
274 | 128 | - title: Community Participation |
275 | 129 | name: community-participation |
276 | | -# ------------------------------------------------------------------------------ |
277 | | -- header: Governance |
278 | | - pages: |
| 130 | + - section: Governance |
279 | 131 | - title: Code of Conduct |
280 | 132 | url: /code-of-conduct/ |
281 | 133 | - title: License |
|
0 commit comments