Skip to content

Commit 8942505

Browse files
committed
Add README
1 parent 5b37526 commit 8942505

File tree

16 files changed

+108
-223
lines changed

16 files changed

+108
-223
lines changed

.DS_Store

0 Bytes
Binary file not shown.

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Dash Docset for Samuel Defago's Post on SwiftUI Layout Behavior
2+
3+
This is a [Dash](https://kapeli.com/dash) docset of [Samuel's excellent post](http://defagos.github.io/understanding_swiftui_layout_behaviors/) on SwiftUI's layout behavior. All credit goes to Samuel Defagos. Only styling changes have been made—mainly to accommodate Dash's color system.
4+
5+
Check the [Releases](releases) tab for the latest docset file.

style.css

Lines changed: 18 additions & 91 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 Bytes
Binary file not shown.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2022 Manuel Maly
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Dash Docset for Samuel Defago's Post on SwiftUI Layout Behavior
2+
3+
This is a [Dash](https://kapeli.com/dash) docset of [Samuel's excellent post](http://defagos.github.io/understanding_swiftui_layout_behaviors/) on SwiftUI's layout behavior. All credit goes to Samuel Defagos. Only styling changes have been made—mainly to accommodate Dash's color system.
4+
5+
Check the [Releases](releases) tab for the latest docset file.

swiftui.docset/Contents/Resources/Documents/defagos.github.io/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ <h1>404</h1>
2323
<p><strong>Page not found :(</strong></p>
2424
<p>The requested page could not be found.</p>
2525
</div>
26-
</body></html>
26+
<p>404 404 404 404</p></body></html>

swiftui.docset/Contents/Resources/Documents/defagos.github.io/_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
</footer>
1818
</div>
1919
</div>
20-
</body></html>
20+
<p>footer footer footer footer</p></body></html>

swiftui.docset/Contents/Resources/Documents/defagos.github.io/_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ <h1>{{ site.title | default: site.github.repository_name }}</h1>
3838

3939

4040
{% include footer.html %}
41-
</body></html>
41+
<p>default default default default</p></body></html>

swiftui.docset/Contents/Resources/Documents/defagos.github.io/_layouts/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ <h1>{{ page.title }}</h1>
1212
</article>
1313

1414
{% include footer.html %}
15-
</body></html>
15+
<p>page page page page</p></body></html>

0 commit comments

Comments
 (0)