aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2017-01-23 16:04:20 +0100
committerFelix Mulder <felix.mulder@gmail.com>2017-01-31 14:32:40 +0100
commit7b2c84b51850a4e64107a99f9780d0ee578a1c4a (patch)
tree319475329afbef6a27b8a364a3477ad60192cc93 /docs
parentc3b463a04141e67ee8559c8b422c0229a1a6351b (diff)
downloaddotty-7b2c84b51850a4e64107a99f9780d0ee578a1c4a.tar.gz
dotty-7b2c84b51850a4e64107a99f9780d0ee578a1c4a.tar.bz2
dotty-7b2c84b51850a4e64107a99f9780d0ee578a1c4a.zip
Generalize table of contents for dottydoc
Diffstat (limited to 'docs')
-rw-r--r--docs/sidebar.yml47
1 files changed, 47 insertions, 0 deletions
diff --git a/docs/sidebar.yml b/docs/sidebar.yml
new file mode 100644
index 000000000..6353b3c90
--- /dev/null
+++ b/docs/sidebar.yml
@@ -0,0 +1,47 @@
+sidebar:
+ - title: Blog
+ url: blog/index.html
+ - title: Docs
+ url: docs/index.html
+ - title: Usage
+ subsection:
+ - title: cbt-projects
+ url: docs/usage/cbt-projects.html
+ - title: sbt-projects
+ url: docs/usage/sbt-projects.html
+ - title: Migrating
+ url: docs/usage/migrating.html
+ - title: Contributing
+ subsection:
+ - title: Eclipse
+ url: docs/contributing/eclipse.html
+ - title: Getting Started
+ url: docs/contributing/getting-started.html
+ - title: IntelliJ IDEA
+ url: docs/contributing/intellij-idea.html
+ - title: Workflow
+ url: docs/contributing/workflow.html
+ - title: Internals
+ subsection:
+ - title: Backend
+ url: docs/internals/backend.html
+ - title: Benchmarks
+ url: docs/internals/benchmarks.html
+ - title: Classpaths
+ url: docs/internals/classpaths.html
+ - title: Core Data Structrues
+ url: docs/internals/core-data-structures.html
+ - title: Contexts
+ url: docs/internals/contexts.html
+ - title: Dotc vs Scalac
+ url: docs/internals/dotc-scalac.html
+ - title: Higher-Kinded Types
+ url: docs/internals/higher-kinded-v2.html
+ - title: Overall Structure
+ url: docs/internals/overall-structure.html
+ - title: Periods
+ url: docs/internals/periods.html
+ - title: Syntax
+ url: docs/internals/syntax.html
+ - title: Type System
+ url: docs/internals/type-system.html