Skip to content

Commit

Permalink
Move TextAlignment into a Topic sub-section of textAlignment. (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
jverkoey authored Aug 3, 2024
1 parent 89910bf commit daf02b2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Sources/Slipstream/Documentation.docc/Slipstream.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ print(try renderHTML(HelloWorld()))

### Tailwind CSS

- <doc:TailwindCSSViews>
- <doc:TailwindCSSClasses>

### W3C

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Views
# Classes

Slipstream implementations of Tailwind CSS views.
Slipstream implementations of Tailwind CSS's classes.

## Topics

Expand All @@ -10,5 +10,4 @@ Slipstream implementations of Tailwind CSS views.

### Typography

- ``TextAlignment``
- ``View/textAlignment(_:)``
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# ```View/textAlignment(_:)```

## Topics

- ``TextAlignment``

0 comments on commit daf02b2

Please sign in to comment.