Skip to content

Commit 8dbf130

Browse files
authored
Merge pull request #5654 from duanebester/4713-sidebar-auto-collapse
Fix #4713: Fixing sidebar auto-collapse issue
2 parents 7b9ffbb + 52bda9e commit 8dbf130

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+39
-39
lines changed

docs/sidebar.yml

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ sidebar:
2222
- title: New Types
2323
subsection:
2424
- title: Intersection types
25-
url: docs/reference/intersection-types.html
25+
url: docs/reference/new-types/intersection-types.html
2626
- title: Union types
27-
url: docs/reference/union-types.html
27+
url: docs/reference/new-types/union-types.html
2828
- title: Type lambdas
29-
url: docs/reference/type-lambdas.html
29+
url: docs/reference/new-types/type-lambdas.html
3030
- title: Match types
31-
url: docs/reference/match-types.html
31+
url: docs/reference/new-types/match-types.html
3232
- title: Implicit Function Types
33-
url: docs/reference/implicit-function-types.html
33+
url: docs/reference/new-types/implicit-function-types.html
3434
- title: Dependent Function Types
35-
url: docs/reference/dependent-function-types.html
35+
url: docs/reference/new-types/dependent-function-types.html
3636
- title: Enums
3737
subsection:
3838
- title: Enumerations
@@ -44,75 +44,75 @@ sidebar:
4444
- title: Other New Features
4545
subsection:
4646
- title: Multiversal Equality
47-
url: docs/reference/multiversal-equality.html
47+
url: docs/reference/other-new-features/multiversal-equality.html
4848
- title: Trait Parameters
49-
url: docs/reference/trait-parameters.html
49+
url: docs/reference/other-new-features/trait-parameters.html
5050
- title: Inlining by Rewriting
51-
url: docs/reference/inline.html
51+
url: docs/reference/other-new-features/inline.html
5252
- title: Meta Programming
53-
url: docs/reference/principled-meta-programming.html
53+
url: docs/reference/other-new-features/principled-meta-programming.html
5454
- title: TASTy Reflect
55-
url: docs/reference/tasty-reflect.html
55+
url: docs/reference/other-new-features/tasty-reflect.html
5656
- title: Opaque Type Aliases
57-
url: docs/reference/opaques.html
57+
url: docs/reference/other-new-features/opaques.html
5858
- title: Extension Methods
59-
url: docs/reference/extension-methods.html
59+
url: docs/reference/other-new-features/extension-methods.html
6060
- title: By-Name Implicits
61-
url: docs/reference/implicit-by-name-parameters.html
61+
url: docs/reference/other-new-features/implicit-by-name-parameters.html
6262
- title: Auto Parameter Tupling
63-
url: docs/reference/auto-parameter-tupling.html
63+
url: docs/reference/other-new-features/auto-parameter-tupling.html
6464
- title: Named Type Arguments
65-
url: docs/reference/named-typeargs.html
65+
url: docs/reference/other-new-features/named-typeargs.html
6666
- title: Erased Terms
67-
url: docs/reference/erased-terms.html
67+
url: docs/reference/other-new-features/erased-terms.html
6868
- title: Kind Polymorphism
69-
url: docs/reference/kind-polymorphism.html
69+
url: docs/reference/other-new-features/kind-polymorphism.html
7070
- title: Changed Features
7171
subsection:
7272
- title: Volatile Lazy Vals
73-
url: docs/reference/changed/lazy-vals.html
73+
url: docs/reference/changed-features/lazy-vals.html
7474
- title: Structural Types
75-
url: docs/reference/changed/structural-types.html
75+
url: docs/reference/changed-features/structural-types.html
7676
- title: Type Checking
77-
url: docs/reference/changed/type-checking.html
77+
url: docs/reference/changed-features/type-checking.html
7878
- title: Type Inference
79-
url: docs/reference/changed/type-inference.html
79+
url: docs/reference/changed-features/type-inference.html
8080
- title: Implicit Resolution
81-
url: docs/reference/changed/implicit-resolution.html
81+
url: docs/reference/changed-features/implicit-resolution.html
8282
- title: Implicit Conversions
83-
url: docs/reference/changed/implicit-conversions.html
83+
url: docs/reference/changed-features/implicit-conversions.html
8484
- title: Vararg Patterns
85-
url: docs/reference/changed/vararg-patterns.html
85+
url: docs/reference/changed-features/vararg-patterns.html
8686
- title: Pattern matching
87-
url: docs/reference/changed/pattern-matching.html
87+
url: docs/reference/changed-features/pattern-matching.html
8888
- title: Eta Expansion
89-
url: docs/reference/changed/eta-expansion.html
89+
url: docs/reference/changed-features/eta-expansion.html
9090
- title: Compiler Plugins
91-
url: docs/reference/changed/compiler-plugins.html
91+
url: docs/reference/changed-features/compiler-plugins.html
9292
- title: Dropped Features
9393
subsection:
9494
- title: DelayedInit
95-
url: docs/reference/dropped/delayed-init.html
95+
url: docs/reference/dropped-features/delayed-init.html
9696
- title: Macros
97-
url: docs/reference/dropped/macros.html
97+
url: docs/reference/dropped-features/macros.html
9898
- title: Existential Types
99-
url: docs/reference/dropped/existential-types.html
99+
url: docs/reference/dropped-features/existential-types.html
100100
- title: Type Projection
101-
url: docs/reference/dropped/type-projection.html
101+
url: docs/reference/dropped-features/type-projection.html
102102
- title: Procedure Syntax
103-
url: docs/reference/dropped/procedure-syntax.html
103+
url: docs/reference/dropped-features/procedure-syntax.html
104104
- title: Early Initializers
105-
url: docs/reference/dropped/early-initializers.html
105+
url: docs/reference/dropped-features/early-initializers.html
106106
- title: Class Shadowing
107-
url: docs/reference/dropped/class-shadowing.html
107+
url: docs/reference/dropped-features/class-shadowing.html
108108
- title: Limit 22
109-
url: docs/reference/dropped/limit22.html
109+
url: docs/reference/dropped-features/limit22.html
110110
- title: XML literals
111-
url: docs/reference/dropped/xml.html
111+
url: docs/reference/dropped-features/xml.html
112112
- title: Auto-Application
113-
url: docs/reference/dropped/auto-apply.html
113+
url: docs/reference/dropped-features/auto-apply.html
114114
- title: Weak Conformance
115-
url: docs/reference/dropped/weak-conformance.html
115+
url: docs/reference/dropped-features/weak-conformance.html
116116
- title: Contributing
117117
subsection:
118118
- title: Getting Started

0 commit comments

Comments
 (0)