Skip to content

Fix #4713: Fixing sidebar auto-collapse issue #5654

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 25, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 39 additions & 39 deletions docs/sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ sidebar:
- title: New Types
subsection:
- title: Intersection types
url: docs/reference/intersection-types.html
url: docs/reference/new-types/intersection-types.html
- title: Union types
url: docs/reference/union-types.html
url: docs/reference/new-types/union-types.html
- title: Type lambdas
url: docs/reference/type-lambdas.html
url: docs/reference/new-types/type-lambdas.html
- title: Match types
url: docs/reference/match-types.html
url: docs/reference/new-types/match-types.html
- title: Implicit Function Types
url: docs/reference/implicit-function-types.html
url: docs/reference/new-types/implicit-function-types.html
- title: Dependent Function Types
url: docs/reference/dependent-function-types.html
url: docs/reference/new-types/dependent-function-types.html
- title: Enums
subsection:
- title: Enumerations
Expand All @@ -44,75 +44,75 @@ sidebar:
- title: Other New Features
subsection:
- title: Multiversal Equality
url: docs/reference/multiversal-equality.html
url: docs/reference/other-new-features/multiversal-equality.html
- title: Trait Parameters
url: docs/reference/trait-parameters.html
url: docs/reference/other-new-features/trait-parameters.html
- title: Inlining by Rewriting
url: docs/reference/inline.html
url: docs/reference/other-new-features/inline.html
- title: Meta Programming
url: docs/reference/principled-meta-programming.html
url: docs/reference/other-new-features/principled-meta-programming.html
- title: TASTy Reflect
url: docs/reference/tasty-reflect.html
url: docs/reference/other-new-features/tasty-reflect.html
- title: Opaque Type Aliases
url: docs/reference/opaques.html
url: docs/reference/other-new-features/opaques.html
- title: Extension Methods
url: docs/reference/extension-methods.html
url: docs/reference/other-new-features/extension-methods.html
- title: By-Name Implicits
url: docs/reference/implicit-by-name-parameters.html
url: docs/reference/other-new-features/implicit-by-name-parameters.html
- title: Auto Parameter Tupling
url: docs/reference/auto-parameter-tupling.html
url: docs/reference/other-new-features/auto-parameter-tupling.html
- title: Named Type Arguments
url: docs/reference/named-typeargs.html
url: docs/reference/other-new-features/named-typeargs.html
- title: Erased Terms
url: docs/reference/erased-terms.html
url: docs/reference/other-new-features/erased-terms.html
- title: Kind Polymorphism
url: docs/reference/kind-polymorphism.html
url: docs/reference/other-new-features/kind-polymorphism.html
- title: Changed Features
subsection:
- title: Volatile Lazy Vals
url: docs/reference/changed/lazy-vals.html
url: docs/reference/changed-features/lazy-vals.html
- title: Structural Types
url: docs/reference/changed/structural-types.html
url: docs/reference/changed-features/structural-types.html
- title: Type Checking
url: docs/reference/changed/type-checking.html
url: docs/reference/changed-features/type-checking.html
- title: Type Inference
url: docs/reference/changed/type-inference.html
url: docs/reference/changed-features/type-inference.html
- title: Implicit Resolution
url: docs/reference/changed/implicit-resolution.html
url: docs/reference/changed-features/implicit-resolution.html
- title: Implicit Conversions
url: docs/reference/changed/implicit-conversions.html
url: docs/reference/changed-features/implicit-conversions.html
- title: Vararg Patterns
url: docs/reference/changed/vararg-patterns.html
url: docs/reference/changed-features/vararg-patterns.html
- title: Pattern matching
url: docs/reference/changed/pattern-matching.html
url: docs/reference/changed-features/pattern-matching.html
- title: Eta Expansion
url: docs/reference/changed/eta-expansion.html
url: docs/reference/changed-features/eta-expansion.html
- title: Compiler Plugins
url: docs/reference/changed/compiler-plugins.html
url: docs/reference/changed-features/compiler-plugins.html
- title: Dropped Features
subsection:
- title: DelayedInit
url: docs/reference/dropped/delayed-init.html
url: docs/reference/dropped-features/delayed-init.html
- title: Macros
url: docs/reference/dropped/macros.html
url: docs/reference/dropped-features/macros.html
- title: Existential Types
url: docs/reference/dropped/existential-types.html
url: docs/reference/dropped-features/existential-types.html
- title: Type Projection
url: docs/reference/dropped/type-projection.html
url: docs/reference/dropped-features/type-projection.html
- title: Procedure Syntax
url: docs/reference/dropped/procedure-syntax.html
url: docs/reference/dropped-features/procedure-syntax.html
- title: Early Initializers
url: docs/reference/dropped/early-initializers.html
url: docs/reference/dropped-features/early-initializers.html
- title: Class Shadowing
url: docs/reference/dropped/class-shadowing.html
url: docs/reference/dropped-features/class-shadowing.html
- title: Limit 22
url: docs/reference/dropped/limit22.html
url: docs/reference/dropped-features/limit22.html
- title: XML literals
url: docs/reference/dropped/xml.html
url: docs/reference/dropped-features/xml.html
- title: Auto-Application
url: docs/reference/dropped/auto-apply.html
url: docs/reference/dropped-features/auto-apply.html
- title: Weak Conformance
url: docs/reference/dropped/weak-conformance.html
url: docs/reference/dropped-features/weak-conformance.html
- title: Contributing
subsection:
- title: Getting Started
Expand Down