Skip to content

Commit

Permalink
Add iOS contextual TOC entries. (#2670)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbritch authored Dec 9, 2024
1 parent fafd15f commit 9be72f9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/TOC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -897,10 +897,26 @@
href: /dotnet/android/messages/xa8000?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json
- name: iOS
items:
- name: App fundamentals
items:
- name: Images & icons
items:
- name: Overview
href: /dotnet/ios/app-fundamentals/images-icons?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json
- name: Alternate app icons
href: /dotnet/ios/app-fundamentals/images-icons/alternate-app-icons?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json
- name: Apple account management
href: ios/apple-account-management.md
- name: Apple privacy manifest
href: ios/privacy-manifest.md
- name: Build apps
items:
- name: Build targets
href: /dotnet/ios/building-apps/build-targets?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json
- name: Build properties
href: /dotnet/ios/building-apps/build-properties ?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json
- name: Build items
href: /dotnet/ios/building-apps/build-items?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json
- name: Code signing and provisioning
items:
- name: Capabilities
Expand Down
6 changes: 6 additions & 0 deletions docs/breadcrumb/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,9 @@
- name: .NET MAUI
tocHref: /dotnet/android/binding-libs/advanced-concepts
topicHref: /dotnet/maui/index
- name: .NET MAUI
tocHref: /dotnet/ios/building-apps
topicHref: /dotnet/maui/index
- name: .NET MAUI
tocHref: /dotnet/ios/app-fundamentals/images-icons
topicHref: /dotnet/maui/index

0 comments on commit 9be72f9

Please sign in to comment.