Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
Improve navigation in docc documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
david-swift committed Mar 30, 2024
1 parent ab93cbc commit 84ac558
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 1 deletion.
69 changes: 69 additions & 0 deletions Sources/Adwaita/Adwaita.docc/Adwaita.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,72 @@ Find more information in the [template repository](https://github.com/AparokshaU

- <doc:CreatingWidgets>
- <doc:PublishingApps>

### Views

- ``ActionRow``
- ``Avatar``
- ``Banner``
- ``Bin``
- ``Box``
- ``Button``
- ``ButtonContent``
- ``Carousel``
- ``CenterBox``
- ``CheckButton``
- ``Clamp``
- ``ComboRow``
- ``EntryRow``
- ``ExpanderRow``
- ``FlowBox``
- ``ForEach``
- ``Form``
- ``FormSection``
- ``HStack``
- ``HeaderBar``
- ``Label``
- ``LevelBar``
- ``LinkButton``
- ``List``
- ``ListBox``
- ``Menu``
- ``NavigationSplitView``
- ``NavigationView``
- ``Overlay``
- ``OverlaySplitView``
- ``PasswordEntryRow``
- ``Popover``
- ``PreferencesGroup``
- ``PreferencesPage``
- ``PreferencesRow``
- ``ProgressBar``
- ``ScrolledWindow``
- ``ScrollView``
- ``SearchBar``
- ``SearchEntry``
- ``SpinRow``
- ``Spinner``
- ``SplitButton``
- ``StatusPage``
- ``SwitchRow``
- ``Text``
- ``ToastOverlay``
- ``Toggle``
- ``ToggleButton``
- ``ToolbarView``
- ``ViewStack``
- ``ViewSwitcher``
- ``VStack``
- ``WindowTitle``

### Windows

- ``AboutWindow``
- ``FileDialog``
- ``Window``

### Menus

- ``MenuButton``
- ``MenuSection``
- ``Submenu``
2 changes: 1 addition & 1 deletion Sources/Adwaita/Adwaita.docc/Table of Contents.tutorial
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@Tutorials(name: "Develop Apps for GNOME") {

@Intro(title: "Develop Apps for GNOME") {
Learn the basics of _Adwaita for Swift_ to create beautiful apps for the GNOME desktop.
Learn the basics of _``Adwaita`` for Swift_ to create beautiful apps for the GNOME desktop.
}

@Chapter(name: "Adwaita for Swift essentials") {
Expand Down

0 comments on commit 84ac558

Please sign in to comment.