Skip to content

Commit

Permalink
Move "Match Expressions" and "As Operator" (in that order) into the "…
Browse files Browse the repository at this point in the history
…Expressions" section, between "Control Structures" and "Methods"

As discussed in ponylang#536 (comment)

Co-authored-by: jemc <[email protected]>
  • Loading branch information
shaedrich and jemc authored Mar 26, 2024
1 parent 0a70ad8 commit 6a20c0e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ nav:
- Operators: "expressions/ops.md"
- Arithmetic: "expressions/arithmetic.md"
- Control Structures: "expressions/control-structures.md"
- Pattern Matching:
- Overview: "pattern-matching/index.md"
- Match Expressions: "pattern-matching/match.md"
- As Operator: "pattern-matching/as.md"
- Methods: "expressions/methods.md"
- Errors: "expressions/errors.md"
- Equality in Pony: "expressions/equality.md"
Expand Down Expand Up @@ -123,10 +127,6 @@ nav:
- Overview: "generics/index.md"
- Generics and Reference Capabilities: "generics/generics-and-reference-capabilities.md"
- Constraints: "generics/generic-constraints.md"
- Pattern Matching:
- Overview: "pattern-matching/index.md"
- Match Expressions: "pattern-matching/match.md"
- As Operator: "pattern-matching/as.md"
- Packages:
- Overview: "packages/index.md"
- Use Statement: "packages/use-statement.md"
Expand Down

0 comments on commit 6a20c0e

Please sign in to comment.