Skip to content

Commit

Permalink
Add extension-types to sidenav for release (#5550)
Browse files Browse the repository at this point in the history
Edit: Also fixes prev/next on surrounding pages.

Merge before the release
  • Loading branch information
MaryaBelanger authored Feb 15, 2024
1 parent 4a2fd1b commit f16a528
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions src/_data/side-nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@
permalink: /language/enums
- title: Extension methods
permalink: /language/extension-methods
- title: Extension types
permalink: /language/extension-types
- title: Callable objects
permalink: /language/callable-objects
- title: Class modifiers
Expand Down
4 changes: 2 additions & 2 deletions src/content/language/callable-objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: Learn how to create and use callable objects in Dart.
js: [{url: 'https://dartpad.dev/inject_embed.dart.js', defer: true}]
toc: false
prevpage:
url: /language/extension-methods
title: Extension methods
url: /language/extension-types
title: Extension types
nextpage:
url: /language/class-modifiers
title: Class modifiers
Expand Down
4 changes: 2 additions & 2 deletions src/content/language/extension-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ prevpage:
url: /language/enums
title: Enums
nextpage:
url: /language/callable-objects
title: Callable objects
url: /language/extension-types
title: Extension types
---

Extension methods add functionality to existing libraries.
Expand Down

0 comments on commit f16a528

Please sign in to comment.